blockchain
Retrieve confirmed and unconfirmed balance of an address
post/blockchain/balance
Request body
string required
Example request
"\"3WwbzW6u8hKWBcL1W7kNVMr25s2UHfSBnYtwSHvrRQt7DdPuoXrt\""
Response
balance information
Example response
{
"confirmed": {
"tokens": [
{
"tokenId": "3ab9da11fc216660e974842cc3b7705e62ebb9e0bf5ff78e53f9cd40abadd117"
}
]
},
"unconfirmed": {
"tokens": [
{
"tokenId": "3ab9da11fc216660e974842cc3b7705e62ebb9e0bf5ff78e53f9cd40abadd117"
}
]
}
}