Authentication
The following headers must be included in the request headers for every API call:
Headers
Name Type Required Description X-API-KEY String v The API keywe providedX-CODE String v A random string X-SIGNATURE String v The signature is generated from the request data and encoded by the API secretwe provide.Content-Type String v application/json
The details will be explained in the provided instruction document.