获取rune余额
获取rune余额
application/json
Request Body
chainSymbol string required
链标识
address string required
地址
runeId string required
Responses
- 200
successful operation
application/json
Schema
Example (from schema)
Schema
code integer
msg string
data object
rune string
runeId string
spacedRune string
amount string
可用余额
symbol string
divisibility integer
success boolean
{
"code": 200,
"msg": "ok",
"data": {
"rune": "HENGHENGHAHEI",
"runeId": "2818544:3897",
"spacedRune": "THE•BEST•RUNE•AAB",
"amount": "30000",
"symbol": "t",
"divisibility": 2
},
"success": true
}
Loading...