For the complete documentation index, see llms.txt. This page is also available as Markdown.

Rate Limits (Trader API Credits)

Overview

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.

How is credit consumption calculated?

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.

Account Bundle
Credit every 60sec

Introductory

60

Enterprise

60 + 600

Enterprise-Elite

60 + 3000

Ultra

60 + 9900

Build Your Own

60 + 150 * X ($250/month * X)

Check your current rate limit

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.

Endpoint Credit Costs

Method Endpoints

Endpoint
Credit Cost
Notes

submit

1

Per request

submit-plain-text

1

Per request

submit-snipe

1

Per request

submit-batch

1

Per request

submit-paladin

1

Per request

balance

10

Per request

rate-limit

1

Per request

transaction

10

Per request

slot-info

1

Per request

trace

5

Per request

priority-fee

1

Per request

blockhash

1

Per request

time

1

Per request

quotes (Jupiter)

5

Per request

swap (Jupiter)

5

Per request

swap-instructions (Jupiter)

5

Per request

route-swap

5

Per request

Stream Endpoints

Endpoint
Credit Cost
Notes

GetRecentBlockHashStream

100

Per subscription

GetPriorityFeeStream

100

Per subscription

GetPriorityFeeByProgramStream

100

Per subscription

GetBundleTipStream

100

Per subscription

Last updated