Per-second budget
Watch X-RateLimit-Remaining
Use it to see the next-second headroom before you run into a 429.
Set throughput, concurrency, and recovery rules before you ship a client.
Design the client for both throughput and in-flight ceilings. The API does not queue overflow work for you.
| Tier | Requests / sec | Concurrent | Monthly credits | Coverage |
|---|---|---|---|---|
| Free | 15 | 3 | 10,000,000 | BTC + km:US500 |
| Build | 50 | 10 | 80,000,000 | All |
| Pro | 150 | 20 | 400,000,000 | All |
| Enterprise | Custom | Custom | Unlimited | All |
Read the budget and throughput headers before you hit the ceiling.
Per-second budget
Monthly budget
Read the reset headers and retry later. Do not build an unbounded retry loop.
Per-second reset
Monthly reset
Queue control
Use simple client-side controls instead of debugging 429s later.