Skip to main content

Credits meter RPC and REST usage. Each plan includes a monthly credit allowance that resets on your billing cycle.

Checking balance

curl "https://kwery-api.com/v1/limits" \
  -H "X-API-Key: kwery_live_YOUR_KEY"

Response headers on each request:

HeaderDescription
X-Credits-UsedCredits charged for this request
X-Credits-RemainingBalance after this request
X-PlanYour plan tier (free, developer, business)

Monthly allocation

PlanMonthly credits
Free1M
Developer10M
Business50M

Credits reset monthly. On paid plans, additional usage is billed at $2 per million credits (autoscaling coming soon).

Standard RPC credits

Most Kaspa JSON-RPC calls cost 1 credit. Indexed, bulk, or write operations cost 5 credits.

Kwery supports all standard Kaspa wRPC methods (rusty-kaspa v2). See JSON-RPC reference for the full list.

TierCreditsMethods
Light1ping, getServerInfo, getBlockDagInfo, getSink, getFeeEstimate, getSyncStatus, …
Heavy5getBlock, getBlocks, getUtxosByAddresses, getVirtualChainFromBlockV2, submitTransaction, …
Account0GET /v1/limits, GET /v1/status

Blocked on shared nodes

Node-admin (addPeer, ban, shutdown) and raw wRPC subscriptions (subscribe, notify*) are not proxied — use Kwery WebSockets for events.

Enhanced APIs & webhooks (Developer+)

ServiceCreditsNotes
Enhanced REST APIs10 + per rowAddress activity, parsed transactions (beta)
Webhook delivery1Per event delivered to your endpoint
Webhook management0Create and manage via dashboard

Exhausted credits

When your monthly credits are used up, requests return 402 Payment Required until the next billing cycle or a plan upgrade. Paid plans will support purchasing additional credits at $2/M.

vs Helius (Solana)

Kwery mirrors Helius-style metering — monthly credits, per-call costs, rate limits — at prices tuned for Kaspa:

Helius DeveloperKwery Developer
Price~$25–49/mo$12/mo
Credits10M10M
Standard RPC1 credit1 credit
Overage$5 / 1M$2 / 1M