Version: 3.3.0
Spot API
Spot trading REST API. All private endpoints require HMAC-SHA384 authentication.
Base URL: https://api.btse.com/spot
Testnet: https://testapi.btse.io/spot
Authenticationβ
Private endpoints require three HTTP headers:
request-apiβ your API keyrequest-nonceβ current timestamp in millisecondsrequest-signβHMAC-SHA384(secret, path + nonce + body)
See the Authentication Guide for full details.
Rate Limitsβ
| Bucket | Limit |
|---|---|
| Query endpoints | 15 req/s per endpoint Β· 30 req/s per user |
| Order endpoints | 75 req/s per endpoint Β· 75 req/s per user |
Tip: Use the
cancelAllAfter(Dead Man's Switch) endpoint to protect against connection loss.
Authenticationβ
- API Key: api
- API Key: nonce
- API Key: sign
API key
Security Scheme Type: | apiKey |
|---|---|
Header parameter name: | request-api |
Current timestamp in milliseconds
Security Scheme Type: | apiKey |
|---|---|
Header parameter name: | request-nonce |
HMAC-SHA384(secret, path + nonce + body)
Security Scheme Type: | apiKey |
|---|---|
Header parameter name: | request-sign |