Request sign

circle-exclamation

Each request must be signed with the correct secret_hash key

secret_hash contains the value of the SHA-1 hash function from the collapse of ALL request parameters together with the secret word that you find in the STORE section, the parameters must be in the same order in which they are presented in the method, if the parameter is not used in the request, it is must be taken into account in the signature as an empty value

To sign your request, calculate the hash using the algorithm below

secret_hash = sha1(key1&key2&secret)

Time must be in unix format

Available currencies and account statuses must be in lowercase

Last updated