Rate Limits
Subscription | API Key Type | Description | Rate Limits / Daily Quotas |
---|---|---|---|
Trial Access | UAT**** | Temporary access to all API endpoints and datasets. | - 15 calls/sec - 20k / day |
Online Order | UAO**** | Paid subscription for production usage of data (for select markets/exchanges only, ie. Spot/Coinbase, Options/Deribit, etc.) | - 20 calls/sec - 250k / day |
Enterprise | UAK**** | Paid subscription for production usage of data. | - 60 calls/sec - 500k / day |
Online Order
Online order subscriptions are provisioned upon successful payment after completing the order form found here. Customers must pay upfront via credit card, and API keys are typically provisioned within 24-48 business hours and sent directly to the customer via email.
Online order subscriptions are limited to Market Data endpoints and do not include white-glove support services. Customers requiring assistance can always contact [email protected]. Customers are advised to reach out immediately for any delays or issues with provisioning.
Examples of Supported and Unsupported API Calls:
Online order subscriptions are restricted to specific markets and exchanges based on the subscription. For example, if a customer purchases a subscription for Spot GDAX, the following rules apply:
Supported Calls:
- /markets/spot/tickers?exchange=gdax
- /markets/spot/trades?exchange=gdax&pair=btc_usd
- /markets/spot/order-book-snapshots/btc_usd?exchange=gdax
Unsupported Calls:
- /markets/spot/tickers (missing exchange=gdax)
- /markets/spot/trades?exchange=kraken (subscription is for GDAX only)
- /markets/futures/tickers?exchange=gdax (subscription does not include Futures)
Specify the correct exchange and use endpoints in your subscription to avoid issues. If you have questions about your subscription or need assistance with API usage, please contact [email protected].
Updated 1 day ago