Query BRC20 transferable inscription information of specified assets at specified address
Query BRC20 transferable inscription information of specified assets at specified address
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 [
- ]
code integer
msg string
data object
height integer
block height
total integer
Total number of data items
start integer
detail object[]
data object
op string
Type of inscription, including deploy, mint, transfer, etc.
tick string
lim string
amt string
decimal string
inscriptionId string
satoshi string
confirmations Integer
success boolean
{
"code": 200,
"msg": "ok",
"data": {
"height": "456417158498600",
"total": 10,
"start": 10,
"detail": [
{
"data": {
"op": "transfer",
"tick": "aacv",
"lim": "100",
"amt": "20",
"decimal": "string"
},
"inscriptionId": "dbc64da12879875b1c8eabec67c4693ff596744b21dc35c283883b2034a8b58ei0",
"satoshi": "546",
"confirmations": 2
}
]
},
"success": true
}
Loading...