curl --location 'https://uat.bkj.com/openapi/v1/wallet/chain-list' \
--header 'X-Api-Key: your-X-Api-Key' \
--header 'X-Timestamp: 1770356156' \
--header 'X-Signature: xxxxxxxx' \
--header 'X-Nonce: xxxxxxx' \
--header 'Accept-Language: en-US' \
--header 'Content-Type: application/json'{
"code": 0,
"data": [
{
"chain": "Ethereum",
"chain_name": "Ethereum",
"chain_id": 1,
"currency": [
"USDT",
"USDC"
],
"status": "active"
},
{
"chain": "Tron",
"chain_name": "Tron",
"chain_id": 2,
"currency": [
"USDT"
],
"status": "active"
},
{
"chain": "Bitcoin",
"chain_name": "Bitcoin",
"chain_id": 0,
"currency": [
"BTC"
],
"status": "active"
}
],
"message": "success",
"timestamp": 1774331966479
}