Skip to main content
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​

HMAC-SHA384 signature. Headers required:

  • request-api: API key
  • request-nonce: Current timestamp in milliseconds
  • request-sign: HMAC-SHA384(secret, path + nonce + body)

Security Scheme Type:

apiKey

Header parameter name:

request-sign

Contact

Support:

URL: https://support.btse.com