Credits & Pricing

Prepaid credits via USDC. No subscriptions, no invoices, no minimums.

Depositing USDC

Send USDC to the deposit wallet to receive credits. The system identifies your account by the sender's wallet address.

DetailValue
CurrencyUSDC only (SPL Token on Solana)
Minimum deposit1 USDC
Credit rate1 USDC = 10,000 credits (all tiers)
Confirmation~30 seconds after finalization
RefundsCredits are non-refundable and non-transferable
Important Send from the same wallet you activated with. Only USDC is supported — do not send SOL or other tokens. If credits don't appear, use POST /account/confirm-deposit with the transaction signature.

Method Pricing

Every method priced by computational cost. You pay exactly for what you use.

RPC Methods

CategoryCreditsMethods
Read — Light1getSlot getBalance getAccountInfo getLatestBlockhash getEpochInfo getHealth getPriorityFeeEstimate + 25 more
Read — Medium5getTransaction simulateTransaction getSignaturesForAddress getAssetsByOwner
Read — Heavy25getBlock getProgramAccounts* simulateBundle
Send TX2sendTransaction (Jito dual-send included)
Send Bundle10sendBundle* (Jito)

* Performance tier only. Standard tier returns 403 Forbidden.

Performance tier pricing All methods cost 2x credits on the Performance tier. For example, getSlot costs 1 credit on Standard but 2 credits on Performance. This reflects the higher rate limits (200 vs 50 RPS) and exclusive method access.

Jito Endpoints

MethodCredits
getBundleStatuses2
getTipAccounts1
tipFloor1

Streaming

ServiceCredits
WebSocket subscribe5 per subscription
WebSocket notification1 per notification received
Yellowstone gRPC60 per minute of active connection

Batch Requests

Each method in a batch is billed individually at its tier rate. The batch counts as a single request for rate-limiting. Maximum 20 methods per batch.

Tracking Your Balance

Every RPC response includes balance headers:

X-Credits-Remaining: 84521
X-Credits-Low: true          # appears when balance < 1,000

Or query programmatically:

GET /account/info
GET /account/ledger   # deposit & debit history
GET /account/history  # detailed call log

Low Balance & Exhaustion

ThresholdBehavior
< 1,000 creditsX-Credits-Low: true header added to responses
0 creditsRequests return 402 Payment Required
WebSocket connectRequires ≥ 100 credits
WebSocket disconnectAuto-disconnect if balance drops below 10 credits