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