Skip to main content

GET v1/crypto-assets

GET /v1/crypto-assets

Get crypto assets.

Response

[
{
"id": "049865288077415c98d8ce9283d8f8d6",
"networkId": "dd6002a153cd4017bd935fde5e8072a1",
"name": "Tether",
"currencySymbol": "USDT",
"hasMemoTag": false,
"tagName": null,
"transferFeeAmount": "1.52",
"minWithdrawalAmount": "10.00",
"maxWithdrawalAmount": "999999.00",
"minDepositAmount": "0.01",
"maxAmountScale": 2,
"withdrawalEnabled": true,
"depositEnabled": true
},
{
"id": "90d4a4ec06a84f3e9d181708f1be8dea",
"networkId": "335ad03965d144ee8687e0de687ba83f",
"name": "Ethereum Classic",
"currencySymbol": "ETC",
"hasMemoTag": false,
"tagName": null,
"transferFeeAmount": "0.00",
"minWithdrawalAmount": "0.01",
"maxWithdrawalAmount": "999999.00",
"minDepositAmount": "0.01",
"maxAmountScale": 2,
"withdrawalEnabled": true,
"depositEnabled": true
},
{
"id": "bb00af25d00a41138310080064abc50d",
"networkId": "dd6002a153cd4017bd935fde5e8072a1",
"name": "USD Coin",
"currencySymbol": "USDC",
"hasMemoTag": false,
"tagName": null,
"transferFeeAmount": "0.00",
"minWithdrawalAmount": "10.00",
"maxWithdrawalAmount": "999999.00",
"minDepositAmount": "0.01",
"maxAmountScale": 2,
"withdrawalEnabled": true,
"depositEnabled": true
},
{
"id": "8a3b33927171419ca1577b13fcd7654a",
"networkId": "553c79410e0a420f9f841708b6527bca",
"name": "Arsenal FC Fan Token",
"currencySymbol": "AFC",
"hasMemoTag": false,
"tagName": null,
"transferFeeAmount": "0",
"minWithdrawalAmount": "1",
"maxWithdrawalAmount": "999999",
"minDepositAmount": "1",
"maxAmountScale": 0,
"withdrawalEnabled": true,
"depositEnabled": true
},
{
"id": "7528d8ba4665403c82f9c66c64d3b29f",
"networkId": "6bd0148674624bada76802c07328933f",
"name": "Dogecoin",
"currencySymbol": "DOGE",
"hasMemoTag": false,
"tagName": null,
"transferFeeAmount": "1.2000",
"minWithdrawalAmount": "0.0001",
"maxWithdrawalAmount": "999999.0000",
"minDepositAmount": "0.0001",
"maxAmountScale": 4,
"withdrawalEnabled": true,
"depositEnabled": true
}
]