Rate Limits (Trader API Credits)
Last updated
All rate limits are subject to change and enforced by your bloXroute account tier.
A credit-based rate limit system is used to limit spamming and usage, to provide the best service to our paid customers.
Every API call will consume Trader API Credits.
Users' credit resets every 60 seconds. The request submitted at 00:01:23.456 counts towards the 00:01:00 minute limit. Once the 00:02:00 minute starts, the count will reset to zero again.
The cost for a single transaction submission is 1 credit.
Requests fail with a status 429 when rate limits are violated.
Each user will have assigned credits based on the bloXroute account tier. You can find how much credit you will be assigned using the table below.
Introductory
60
Enterprise
60 + 600
Enterprise-Elite
60 + 3000
Ultra
60 + 9900
Build Your Own
60 + 150 * X ($250/month * X)
We provided a real-time endpoint for you to check your current rate-limit usage. Please refer to the Get Rate Limit page for more information.
submit
Per request
submit-plain-text
Per request
submit-snipe
Per request
submit-batch
Per request
submit-paladin
Per request
balance
Per request
rate-limit
Per request
transaction
Per request
slot-info
Per request
trace
Per request
priority-fee
Per request
blockhash
Per request
time
Per request
quotes (Jupiter)
Per request
swap (Jupiter)
Per request
swap-instructions (Jupiter)
Per request
route-swap
Per request
GetRecentBlockHashStream
Per subscription
GetPriorityFeeStream
Per subscription
GetPriorityFeeByProgramStream
Per subscription
GetBundleTipStream
Per subscription
Last updated