Copy {
"code": 0,
"msg": "OK",
"data": {
"ticker": "text",
"overallBalance": "text",
"availableBalance": "text",
"availableBalanceSafe": "text",
"availableBalanceUnSafe": "text",
"transferableBalance": "text",
"historyCount": 1,
"historyInscriptions": [
{
"confirmations": 1,
"data": {
"amt": "text",
"decimal": "text",
"lim": "text",
"max": "text",
"minted": "text",
"op": "text",
"tick": "text",
"to": "text"
},
"inscriptionId": "text",
"inscriptionNumber": 1
}
],
"transferableCount": 1,
"transferableInscriptions": [
{
"confirmations": 1,
"data": {
"amt": "text",
"decimal": "text",
"lim": "text",
"max": "text",
"minted": "text",
"op": "text",
"tick": "text",
"to": "text"
},
"inscriptionId": "text",
"inscriptionNumber": 1
}
]
}
}