Get block extrinsic by index
GET/blocks/:block_ref/extrinsics/:index
Returns a list of extrinsics in a block by index. If a number is passed for block reference, multiple blocks can be found in different states such as proposed, and best or finalized, therefore this endpoint returns a list of extrinsics. The result will be a single extrinsic if the supplied block reference is a block hash, given that both the block and the extrinsic at the given index within the block exist.
Request
Responses
- 200
- 400
- 404
- 429
- 500
Extrinsic.
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.