This method solely provides the balance of the entire wallet, not the balances of individual addresses within the wallet.

Quick Navigation: Function Index

  1. Get Wallet Balance by Native Coins
  2. Get Wallet balance by Token

Get Wallet Balance by Native Coins

Example Request Body

{
    "wallet":{
        "coin": "eth",
        "walletId":1,
        "allToken":true
    }
}

Get Wallet Balance by Token

Example Request Body

{
    "wallet":{
        "coin": "eth",
        "walletId":1,
        "allToken":true,
        "tokenOptions":{
                "tokenName":"dai",
                "tokenAddress":"0xdc31Ee1784292379Fbb2964b3B9C4124D8F89C60"
            }
    }
}
Language
Authorization
Basic
base64
:
Click Try It! to start a request and see the response here!