Read Wallet
Read Wallet
GET https://api.sandbox.coindirect.com/api/wallet/:id
This endpoint allows you to read a wallet.
Path Parameters
Name
Type
Description
id*
string
Wallet ID
Headers
Name
Type
Description
Authorization
string
HAWK Token. See Authentication page
{
  "id": 255861,
  "description": "Euro",
  "currency": {
    "id": 1773,
    "code": "EUR",
    "fiat": true,
    "icon": null,
    "name": "Euro",
    "withdrawalParameters": [],
    "options": {},
    "withdrawalFee": 0.400000000000000000,
    "depositFee": 0,
    "supportsDeposits": true,
    "supportsWithdrawals": true,
    "quantityPrecision": 2,
    "pricePrecision": 2,
    "protocols": []
  },
  "supportsWithdrawals": true,
  "supportsDeposits": true,
  "custodianWallet": null,
  "protocol": null,
  "address": "E36140086",
  "lookup": null,
  "balance": 11502.7,
  "available": 11502.7,
  "withdrawalFee": 0.400000000000000000,
  "depositFee": 0,
  "alternatives": [],
  "approxAvailable": "11502.7",
  "approxBalance": "11502.7"
}Last updated
Was this helpful?