Check the Validity of Cwallet ID

Return network fee of target token

POST https://admin.ccpayment.com/ccpayment/v1/check/user

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

c_id*

String

Cwallet ID

Response

Body

{
	"code": 10000,
	"msg": "success",
	"data": {
		"c_id": "9454818",
		"nikename": "alvin"
	}
}

Parameter

Request Body Example

Last updated