List Wallets
List Wallets
GET
https://api.sandbox.coindirect.com/api/wallet
This endpoint allows you to list all of your wallets.
Query Parameters
Name
Type
Description
max
string
This limits the number of records returned per page. The default is 10 records
Headers
Name
Type
Description
Authorization*
string
HAWK Token. See Authentication page
[
{
"address": "0xe6e74c4d21f452ece5359f383a2fe64a7e2b5232",
"alternatives": [
{
"address": "0x9F0Cc33D17AfE86733f96dD36eFEbF8d50eeCdD1",
"protocol": "ETH",
"tag": null,
"uri": "ethereum:0x9F0Cc33D17AfE86733f96dD36eFEbF8d50eeCdD1"
}
],
"approxAvailable": "0.03054237",
"approxBalance": "0.03054237",
"available": 0.03054237,
"balance": 0.03054237,
"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}}",
"transaction": "https://etherscan.io/tx/{{hash}}",
"explorer": "https://etherscan.io/",
"confirmations": 12
},
"pricePrecision": 5,
"protocols": [
{
"code": "ETH",
"network": "Ethereum"
}
],
"quantityPrecision": 5,
"supportsDeposits": true,
"supportsWithdrawals": true,
"withdrawalFee": 0.001000000000000000,
"withdrawalParameters": []
},
"custodianWallet": null,
"depositFee": 0,
"description": "Ethereum",
"id": 255828,
"lookup": null,
"protocol": "ETH",
"supportsDeposits": true,
"supportsWithdrawals": true,
"withdrawalFee": 0.001000000000000000
},
{
"address": "E36140086",
"alternatives": [],
"approxAvailable": "11502.7",
"approxBalance": "11502.7",
"available": 11502.7,
"balance": 11502.7,
"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": []
},
"custodianWallet": null,
"depositFee": 0,
"description": "Euro",
"id": 255861,
"lookup": null,
"protocol": null,
"supportsDeposits": true,
"supportsWithdrawals": true,
"withdrawalFee": 0.400000000000000000
}
]
Last updated