Create Wallet

Create Wallet

POST https://api.sandbox.coindirect.com/api/wallet

This endpoint allows you to create wallets.

Headers

Request Body

{
  "id": 313675,
  "description": "My 2nd EUR Wallet",
  "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": "E16934484",
  "lookup": null,
  "balance": 0,
  "available": 0,
  "withdrawalFee": 0.400000000000000000,
  "depositFee": 0,
  "alternatives": null,
  "approxAvailable": "0",
  "approxBalance": "0"
}

Last updated