Get traces in a block
GET/blocks/:block_ref/traces
If a hash is passed, returns the traces for the matching block. If a number is passed, gives the traces for the latest block by that number - could be multiple blocks if there's a pruned block in that slot.
Request
Responses
- 200
- 400
- 404
- 429
- 500
Response with a paginated list of traces.
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.