Get block event by index
GET/blocks/:block_ref/events/:index
Returns an event in a block by its index.
Request
Responses
- 200
- 400
- 404
- 429
- 500
Event.
Invalid path or query parameter(s).
Item not found.
Rate limit exceeded.
Response Headers
X-RateLimit-Limit
Max requests allowed in the current window.
X-RateLimit-Remaining
Requests remaining in the current window.
X-RateLimit-Reset
Epoch seconds when the window resets.
X-Retry-After
Seconds to wait before retrying.
Internal server error.