v1

latestOpenAPI 3.0.2CC0 1.0 Universal2026-07-17128129208.3 KB
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"
      }
    ]
  }
}