GET v1/crypto-assets/{id}
GET /v1/crypto-assets/{id}
Get crypto asset by id.
Response
- 200
{
"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
}