Get BRC-20 Total History By Height

get
/v1/indexer/brc20/history-by-height/{height}

Get the tiker list of BRC20 token.

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

Block Height

Example: 818698
Query parameters
startintegerRequired

Start offset

Example: 0
limitintegerRequired

Number of inscriptions returned

Example: 16
Responses
200

Successful operation

application/json
get
/v1/indexer/brc20/history-by-height/{height}

Last updated