Body Format
Request Parameters
| Parameter | Description | Type |
|---|---|---|
| platform_id | Channel ID | String (5) |
| token | Verification code, MD5 hash result of params and wallet key | String (32) |
| uuid | Custom unique request ID | String (32-128) |
Verification Code Description
The verification codetoken is the MD5 hash result of specified field values from request parameters plus the wallet key.
The following examples use wallet key 52342182001A068859C20EB08F738839:
Request example 1:
The specified fields for /api/callback/balance are platform_id, uuid, account
AXTESe69da788a6c841d4953c475fc42bf464walter123, add wallet key, MD5 hash result is F661C3377E67D65841C21F6A0D23B4D0.
Request example 2: The specified fields for
/dt/callback/apply_reserved are platform_id, uuid, account, type, credit, proposal_id, transaction_id, secret_key
AXTESe69da788a6c841d4953c475fc42bf464walter12312000954654556-20240101AC15223352342182001A068859C20EB08F738839, then add wallet key and MD5 hash result is 286aef636115802ef88a761b20228ade.
Response Parameters
| Parameter | Description | Type |
|---|---|---|
| code | Error code | Number |
| message | Error message | String |
| uuid | Custom unique request ID | String (32-128) |
| timestamp | UNIX time, milliseconds | Number |
| data | Response data | Object |