Common Problems
What is the maximum difference between the timestamp parameter of the request interface and the arrival time of the server?
The request header "X-CH-TS" cannot be empty. How to solve it?
Why does authentication always return invalid signatures?
Example request header:Content-Type: application/jsonX-CH-APIKEY: 44c541a1-****-****-****-10fe390df2X-CH-SIGN: ssseLeefrffraoEQ3yI9qEtI1CZ82ikZ4xSG5Kj8gnl3uw=X-CH-TS: 1574327555669// Some codeIs the API-key configured correctly in the program
GET Example: 1588591856950GET/sapi/v1/accountPOST Example:1588591856950POST/sapi/v1/order/test{"symbol":"BTCUSDT","price":"9300","volume":"1","side":"BUY","type":"LIMIT"}// Some codeThe calling interface prompts ILLEGAL_CONTENT_TYPE (-1017). What is the reason?
Is there a limit to the frequency of API calls per second?
What is the limit on API access frequency?
What is the cause of HTTP status code 429?
Will the IP be blocked if the API call interface reports that the access frequency is exceeded? How long is it sealed?
Why is WebSocket disconnected?
The user request interface reports an error Time Out?
How to get all the currency pairs on the platform?
Is there a limit on the number of batch orders/cancellations??
What is newClientOrderId and what does it do?
How to get the latest transaction price?
Will there be a negative growth in the 24-hour trading volume in the ticker interface?
Last updated
Was this helpful?