Network Fee Interface

Return network fee of target token

POST https://admin.ccpayment.com/ccpayment/v1/network/fee

Return the balance of the target token

Headers

Name
Type
Description

Appid*

String

Merchant's unique credential. Find it on the Developer pagearrow-up-right.

Timestamp*

String

Timestamp in seconds (10-digit) expires in 2 minutes.

Sign*

String

SHA-256 (APPID + APP Secret +timestamp+body (json string)). Signature guidearrow-up-right.

Request Body

Name
Type
Description

token_id*

String

Token ID for the target token. Get token id by calling interface or checking it on the sheetarrow-up-right

address

String

If this parameter is passed, CCPayment will tell whether it is an internal or external address. The network fee for an internal address is 0.

Response

Body

{
	"code": 10000,
	"msg": "success",
	"data": {
		"token_id": "f137d42c-f3a6-4f23-9402-76f0395d0cfe",
		"crypto": "USDT",
		"fee":"0.0344"
	}
}

Parameters

Request Body Example

Last updated