Commons
Request
API request parameters are categorized into two parts:
- System Parameters: Parameters that are necessary for every API call.
- Specific Parameters: Parameters specific to individual API calls or endpoints.
System Parameters
Parameter | Type | Description | Example | Required |
---|---|---|---|---|
timestamp | long | Current request timestamp in milliseconds | 1687846491667 | yes |
nonce | string | A 6-character random string | 24abxo | yes |
sign | string | The digital signature of the request to prevent illegal tampering. Refer to the Signature section for the signing rules. | eb881023045a167d3e4a7378bc212f53 | yes |
Functional Parameters
Apart from the three parameters above, other parameters are Functional Parameters. Below is a request example.
Request Example
Client
Using Postman as an example: