rune balance summary
rune balance summary
application/json
Request Body
chainSymbol string required
start integer required
limit integer required
address string required
address
Responses
- 200
successful operation
application/json
Schema
Example (from schema)
Schema
- Array [
- ]
code integer
msg string
data object
total integer
start integer
detail object[]
rune string
runeId string
spacedRune string
amount string
symbol string
divisibility integer
success boolean
{
"code": 200,
"msg": "ok",
"data": {
"total": 0,
"start": 0,
"detail": [
{
"rune": "HENGHENGHAHEI",
"runeId": "2818544:3897",
"spacedRune": "THE•BEST•RUNE•AAB",
"amount": "30000",
"symbol": "t",
"divisibility": 2
}
]
},
"success": true
}
Loading...