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
heightintegerRequiredExample:
Block Height
818698Query parameters
startintegerRequiredExample:
Start offset
0limitintegerRequiredExample:
Number of inscriptions returned
16Responses
200
Successful operation
application/json
401
Invalid API Key
get
/v1/indexer/brc20/history-by-height/{height}Last updated