RFQ Open API
Request Path Prefix
Rest API
/api
Websocket API
/ws/api
Request Conventions
To ensure transaction security, HTTPS is used for transmission.
The JSON-RPC protocol specification is used for data Response(result)s.
UTF-8 character encoding is used uniformly.
The interface signature algorithm uses HMAC-SHA256.
A UNIX timestamp in milliseconds is used, representing the number of milliseconds since 00:00:00 UTC on January 1, 1970.
All the API method is used POST.