Your IP address: 18.216.251.232
The signature generation rules are as follows:
-
Fields participating in the signature: api key, api secret, method (Http request method), data (Request data, json format), timestamp.
-
All the following fields are required.
-
Combine all the above fields, do not have spaces(e.g. [api key][api secret][method][data][timestamp]), stitching into a string1
-
Sha1 encryption of string1. signature = sha1(string1)