Skip to main content

Pricing

Sova Intel uses a credit-based pricing model. 1 credit = $0.015 USDC.

Endpoint Prices

EndpointCreditsUSD
GET /intel/wallet/:addr5$0.075
GET /intel/wallet/:addr/hud1$0.015
GET /intel/wallet/:addr/tokens3$0.045
POST /intel/wallets/batch-hud5$0.075
POST /intel/token/:mint/holders20$0.30
POST /intel/wallets/similarity20$0.30

Charging Model

GET Intel endpoints charge on successful 200 delivery only.

POST async endpoints charge on accepted 202 (job queued).

GET timeout fallback 202 — when a GET endpoint falls back to async due to a slow cold wallet, it returns 202 at 0 credits. You poll the job, then re-call with the X-Prepaid-Job-Id header. The credit is charged only on the final 200. You never pay twice.

GET /intel/wallet/:addr — 5cr total, always:

Cold wallet:
→ server holds up to 30s
→ 200 (5cr charged) ← most common
OR
→ 202 timeout (0cr) + prepaidJobId
→ poll job → re-call with X-Prepaid-Job-Id
→ 200 (5cr charged)

Buying Credits

Credits are purchased as packs:

PackCreditsPricePer credit
Starter1,000$15$0.015
Builder10,000$120$0.012
Pro100,000$900$0.009

Contact the Sova team for pack access.

X402 Pay-per-call

With X402 authentication, each call pays directly from your Solana USDC wallet. No pre-funded credit balance needed — the exact USDC amount is charged per request.