Version: v1
Futures API
External API Documentation
Authenticationβ
- API Key: APIKey
- API Key: Nonce
- API Key: Signature
API key is obtained from BTSE platform as a string
Security Scheme Type: | apiKey |
|---|---|
Header parameter name: | request-api |
Representation of current timestamp in long format
Security Scheme Type: | apiKey |
|---|---|
Header parameter name: | request-nonce |
A composite signature produced based on the following algorithm: Signature=HMAC.Sha384 (secretkey, (urlpath + request-nonce + bodyStr)) (note: bodyStr = '' when no data)
Security Scheme Type: | apiKey |
|---|---|
Header parameter name: | request-sign |