Skip to main content
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 key
  • request-nonce β€” current timestamp in milliseconds
  • request-sign β€” HMAC-SHA384(secret, path + nonce + body)

See the Authentication Guide for full details.

Rate Limits​

BucketLimit
Query endpoints15 req/s per endpoint Β· 30 req/s per user
Order endpoints75 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

Security Scheme Type:

apiKey

Header parameter name:

request-api

Contact

Support:

URL: https://support.btse.com