Token ID Interface
Call this interface to get the Token ID for your supported tokens. Token ID is a parameter you should pass to CCPayment's server when you create payment and withdrawal order with CCPayment.
Get Token ID
Return supported Token ID enabled
POST
https://admin.ccpayment.com/ccpayment/v1/coin/all
Return all Token IDs of selected tokens enabled by you. Return all Token IDs supported by CCPayment if you enabled All Tokens in your Merchant Settings.
Headers
Name | Type | Description |
---|---|---|
Appid* | String | Merchant's unique credential. Find it on the Developer page. |
Timestamp* | String | Timestamp in seconds (10-digit) expires in 2 minutes. |
Sign* | String | SHA-256 (APPID + APP Secret +timestamp+body (json string)). Signature guide. |
Name | Value | Required | Type | Description |
---|---|---|---|---|
Appid | 202302010636261620672405236006912 | Y | String | Merchant's unique credential |
Timestamp | 1677152490 | Y | String | Timestamp in seconds (10-digit) |
Sign | 871f0223c66ea72435208d03603a0cb00b90f6ac4a4ba725d00164d967e291f6 | Y | String | SHA-256(APPID + APPSecret + timestamp+body(json string)) |
Last updated