Introduce
1 General Rules
NOTE:Some interfaces require verification of the API key and the signature of the request data, indicated in the interface documentation by the [**Signature Verification Required**] field. If marked [Yes], the following request headers need to be added]
Required request headers:
APIKEY -- The API key used to call the API (also referred to as api_key in the following)
APIKEY_SIGN_TYPE_HEADER -- the type of signature(1-hmac 2-secp256k1 3-ed25519), just chose the 2.
signature -- The signature made with the api_secret corresponding to the API key for the request parameters.2 Apply API Key
Last updated