π Authentication
π API Request Signing
HMAC_SHA256(JSON.stringify(payload) + "." + timestamp, api_secret)API Request Signing
Last updated
HMAC_SHA256(JSON.stringify(payload) + "." + timestamp, api_secret)Last updated