mirror of
https://github.com/alexgo-io/stacks-blockchain-api.git
synced 2026-05-30 18:13:59 +08:00
15 lines
359 B
JSON
15 lines
359 B
JSON
{
|
|
"stx": {
|
|
"balance": "1000000",
|
|
"total_sent": "0",
|
|
"total_received": "1000000",
|
|
"lock_tx_id": "0xec94e7d20af8979b44d17a0520c126bf742b999a0fc7ddbcbe0ab21b228ecc8c",
|
|
"locked": "50000",
|
|
"lock_height": 100,
|
|
"burnchain_lock_height": 100,
|
|
"burnchain_unlock_height": 200
|
|
},
|
|
"fungible_tokens": {},
|
|
"non_fungible_tokens": {}
|
|
}
|