Balance
The balance of an account, which includes additional information about the syncing status needed to interpret the balance correctly.
Attributes
Name
Type
Description
Example
{
"account_block_height": "152003",
"is_synced": false,
"local_block_height": "152918",
"network_block_height": "152918",
"object": "balance",
"orphaned_pmob": "0",
"max_spendable_pmob": "0",
"pending_pmob": "0",
"secreted_pmob": "0",
"spent_pmob": "0",
"unspent_pmob": "110000000000000000"
}Last updated
Was this helpful?