Get Block Transactions

get
/v1/indexer/block/{height}/txs

Get tx history by block height.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
heightintegerRequired

Block height

Example: 800000
Query parameters
cursorintegerRequired

Start offset

Example: 0
sizeintegerRequired

Number of items returned

Example: 16
Responses
200

Successful operation

application/json
get
/v1/indexer/block/{height}/txs

Last updated