Query the BRC20 asset information of the specified address and the specified name
Query the BRC20 asset information of the specified address and the specified name
application/json
Request Body
ticker string required
chainSymbol string required
address string required
Responses
- 200
successful operation
application/json
Schema
Example (from schema)
Schema
- Array [
- ]
- Array [
- ]
code integer
msg string
data object
ticker string
overallBalance string
transferableBalance string
availableBalance string
availableBalanceSafe string
availableBalanceUnSafe string
transferableCount integer
transferableInscriptions object[]
data object
op string
tick string
lim string
amt string
decimal string
inscriptionNumber integer
inscriptionId string
satoshi string
confirmations Integer
historyCount integer
historyInscriptions object[]
data object
op string
Type of inscription, including deploy, mint, transfer, etc.
tick string
lim string
amt string
decimal string
inscriptionNumber integer
inscriptionId string
satoshi integer
confirmations Integer
success boolean
{
"code": 200,
"msg": "ok",
"data": {
"ticker": "aacv",
"overallBalance": "15",
"transferableBalance": "5",
"availableBalance": "20",
"availableBalanceSafe": "20",
"availableBalanceUnSafe": "0",
"transferableCount": 7,
"transferableInscriptions": [
{
"data": {
"op": "transfer",
"tick": "aacv",
"lim": "100",
"amt": "20",
"decimal": "string"
},
"inscriptionNumber": 2915906,
"inscriptionId": "dbc64da12879875b1c8eabec67c4693ff596744b21dc35c283883b2034a8b58ei0",
"satoshi": "546",
"confirmations": 2
}
],
"historyCount": 10,
"historyInscriptions": [
{
"data": {
"op": "transfer",
"tick": "aacv",
"lim": "100",
"amt": "20",
"decimal": "string"
},
"inscriptionNumber": 2915906,
"inscriptionId": "dbc64da12879875b1c8eabec67c4693ff596744b21dc35c283883b2034a8b58ei0",
"satoshi": 546,
"confirmations": 2
}
]
},
"success": true
}
Loading...