List Wallet Balances

List Wallets Balances

GET https://api.sandbox.coindirect.com/api/wallet/balances

This endpoint allows you to list all of your wallet balances.

Headers

[
  {
    "available": 0.03054237,
    "convertedAvailable": 0,
    "convertedReserved": 0,
    "currency": {
      "code": "ETH",
      "depositFee": 0,
      "fiat": false,
      "icon": "https://media.dev.node.limited/61a40a06-1e8c-4968-a01a-539587debb3d.png",
      "id": 1969,
      "name": "Ethereum",
      "options": {
        "address": "https://etherscan.io/address/{{address}}",
        "explorer": "https://etherscan.io/",
        "transaction": "https://etherscan.io/tx/{{hash}}",
        "confirmations": 12
      },
      "pricePrecision": 5,
      "protocols": [
        {
          "code": "ETH",
          "network": "Ethereum"
        }
      ],
      "quantityPrecision": 5,
      "supportsDeposits": true,
      "supportsWithdrawals": true,
      "withdrawalFee": 0.001000000000000000,
      "withdrawalParameters": []
    },
    "reserved": 3.58813272,
    "total": 3.61867509,
    "walletId": null
  },
  {
    "available": 11502.7,
    "convertedAvailable": 0,
    "convertedReserved": 0,
    "currency": {
      "code": "EUR",
      "depositFee": 0,
      "fiat": true,
      "icon": null,
      "id": 1773,
      "name": "Euro",
      "options": {},
      "pricePrecision": 2,
      "protocols": [],
      "quantityPrecision": 2,
      "supportsDeposits": true,
      "supportsWithdrawals": true,
      "withdrawalFee": 0.400000000000000000,
      "withdrawalParameters": []
    },
    "reserved": 6795.72,
    "total": 18298.42,
    "walletId": null
  }
]

Last updated