CLOBr LogoCLOBr

API Overview

Note: Premium membership is required to use the API.

The CLOBr API provides access to market depth and liquidity data.

Base URL: https://clobr.io/api/v1

For developers who need programmatic access to CLOBr data, our API provides real-time market depth information with the same quality as our web interface.

Rate Limits

To ensure service quality, the following rate limits apply:

  • For cached data: 5 requests per second
  • For calls that refresh data: 20 requests per minute
  • Each refresh request consumes 1 credit from your account

Pro Tips

  • While cached responses return sub-second, refreshing the data during a request can take several seconds to up to a minute, sometimes longer depending on the number of markets. Make sure your request is prepared to wait for this delay if you are requesting a data refresh.
  • If you query updates for a list of tokens, start by running all your requests in a serial loop (one at a time). This almost guarantees you won't hit a rate limit. If you need to scale to higher concurrency, contact us.
  • If a token's data has been refreshed in the last 60 seconds (by you or another user) and you request the token, you'll get the cached data, and it won't cost you a refresh credit, even if you requested a refresh.
View Raw OpenAPI Specification