Get BRC-20 Total History By Height
get
Get the tiker list of BRC20 token.
Authorizations
Path parameters
heightintegerRequiredExample:
Block Height
818698
Query parameters
startintegerRequiredExample:
Start offset
0
limitintegerRequiredExample:
Number of inscriptions returned
16
Responses
200
Successful operation
application/json
401
Invalid API Key
get
GET /v1/indexer/brc20/history-by-height/{height} HTTP/1.1
Host: open-api.unisat.io
Authorization: Bearer JWT
Accept: */*
{
"code": 0,
"msg": "OK",
"data": {
"height": 1,
"total": 1,
"start": 1,
"detail": [
{
"valid": true,
"type": "text",
"from": "text",
"to": "text",
"amount": "text",
"overallBalance": "text",
"availableBalance": "text",
"transferBalance": "text",
"inscriptionId": "text",
"inscriptionNumber": 1,
"height": 1,
"blockhash": "text",
"blocktime": 1,
"txIdx": 1,
"txid": "text",
"satoshi": 1
}
]
}
}
Last updated