Version: 1.0.0
Markets API
Public market data REST API. Endpoints are unified across spot and futures
products and can be called without authentication. Calling with a Read
permission API key returns a more accurate response based on the user's
account configuration.
Base URL: https://api.btse.com
Testnet: https://testapi.btse.io
Authenticationβ
All endpoints can be called publicly. To opt into account-aware results, sign requests with HMAC-SHA384 using the standard headers β see the Authentication Guide.
Rate Limitsβ
Rate Limit: 50 requests per 2 seconds based on your IP.
Authenticationβ
- API Key: hmac
HMAC-SHA384 signature. Headers required:
request-api: API keyrequest-nonce: Current timestamp in millisecondsrequest-sign:HMAC-SHA384(secret, path + nonce + body)
Security Scheme Type: | apiKey |
|---|---|
Header parameter name: | request-sign |