Get list of supported assets and their network configurations
Request
Add parameter in header x-signature
Example:x-signature: ********************
or
Request Code Samples
curl --location '/api/v1/system/assets' \
--header 'x-app-id;' \
--header 'x-timestamp: 0' \
--header 'x-nonce;' \
--header 'x-request-id;' \
--header 'x-lang;' \
--header 'x-signature: <api-key>'
Responses
Assets retrieved successfully
{
"success": true,
"requestId": "string",
"timestamp": "2019-08-24T14:15:22.123Z",
"data": [
{
"assetCode": "USDT",
"name": "string",
"symbol": "string",
"decimals": 0,
"networks": [
{
"networkId": "string",
"networkName": "string",
"networkCode": "ERC20",
"minDeposit": "string",
"minWithdraw": "string",
"withdrawFee": "string",
"confirmations": 0,
"isActive": true
}
],
"isActive": true
}
]
}
Modified at 2026-01-27 07:06:17