Token ID Interface
Call this interface to get the Token ID for your supported tokens. Token ID is the parameter that you should pass to CCPayment's server when you create payment and withdrawal orders with CCPayment.
Get Token ID
Return supported Token ID configuration of “tokens for your business” in the merchant’s backend
Headers
Name
Type
Description
{
"code": 10000,
"msg": "success",
"data": {
"list": [
{
"symbol": "BTC",
"crypto": "BTC",
"name": "Bitcoin",
"logo": "https://resource.cwallet.com/token/icon/btc.png",
"min": "0.00008",
"price": "29196.27",
"precision":8,
"coin_id": "f36ad1cf-222a-4933-9ad0-86df8069f916",
"status": 1,
"tokens": [
{
"token_id": "f36ad1cf-222a-4933-9ad0-86df8069f916",
"crypto": "BTC",
"logo": "https://resource.cwallet.com/token/icon/btc.png",
"name": "Bitcoin",
"is_support_memo": false,
"network": "Bitcoin",
"chain": "BTC",
"network_coin_id":"f36ad1cf-222a-4933-9ad0-86df8069f916",
"network_fee_crypto":"BTC",
"contract": "BTC",
"precision":8,
"chain_logo": "https://resource.cwallet.com/token/icon/btc.png",
"status": 1
}
]
},
{
"symbol": "ETH",
"crypto": "ETH",
"name": "Ethereum",
"logo": "https://resource.cwallet.com/token/icon/ETH.png",
"min": "0",
"price": "1902.84",
"precision":18,
"coin_id": "e8f64d3d-df5b-411d-897f-c6d8d30206b7",
"status": 1,
"tokens": [
{
"token_id": "1e614496-f9ce-4ec7-8e68-563733deacbf",
"crypto": "ETH",
"logo": "https://resource.cwallet.com/token/icon/ETH.png",
"name": "Binance Smart Chain",
"is_support_memo": false,
"network": "BEP20",
"chain": "BSC",
"network_coin_id":"e8f64d3d-df5b-411d-897f-c6d8d30206b7",
"network_fee_crypto":"ETH",
"contract": "0x2170ed0880ac9a755fd29b2688956bd959f933f8",
"precision":18,
"chain_logo": "https://resource.cwallet.com/token/icon/wbnb.png",
"status": 1
},
{
"token_id": "8addd19b-37df-4faf-bd74-e61e214b008a",
"crypto": "ETH",
"logo": "https://resource.cwallet.com/token/icon/ETH.png",
"name": "Ethereum",
"is_support_memo": false,
"network": "ERC20",
"network_coin_id":"e8f64d3d-df5b-411d-897f-c6d8d30206b7",
"network_fee_crypto":"ETH",
"chain": "ETH",
"contract": "1",
"precision":18,
"chain_logo": "https://resource.cwallet.com/token/icon/eth.png",
"status": 1
},
{
"token_id": "f36770ed-d8fd-4a21-8141-83478fa44e05",
"crypto": "ETH",
"logo": "https://resource.cwallet.com/token/icon/ETH.png",
"name": "Optimism",
"is_support_memo": false,
"network": "OPTIMISM",
"network_coin_id":"e8f64d3d-df5b-411d-897f-c6d8d30206b7",
"network_fee_crypto":"ETH",
"chain": "OPTIMISM",
"contract": "10",
"precision":18,
"chain_logo": "https://resource.cwallet.com/token/op.png",
"status": 1
}
]
}
]
}
}Name
Type
Required
Description
Last updated