Version: 1.0.0
OTC API
OTC (Over-The-Counter) trading API for large block trades with guaranteed pricing.
Base URL: https://api.btse.com
Testnet: https://testapi.btse.io
OTC Trading Flowβ
- Get Markets β check available assets and size limits
- Request Quote β get a price quote (valid for ~6 seconds)
- Accept Quote β execute the quote before it expires
Tip: Quotes can be partially accepted by sending
baseSizeorquoteSizein the accept request.
Authenticationβ
Most OTC endpoints require Trading permission. See the Authentication Guide.
Rate Limitβ
50 requests per 2 seconds based on your IP.
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 signature: HMAC-SHA384(secret, path + nonce + body)
Security Scheme Type: | apiKey |
|---|---|
Header parameter name: | request-sign |