> ## Documentation Index
> Fetch the complete documentation index at: https://docs.cabalspy.xyz/llms.txt
> Use this file to discover all available pages before exploring further.

# Pricing

> CabalSpy API pricing from a free tier to enterprise, with monthly credits, rate limits and REST plus WebSocket access across Solana, BNB, Base and ETH.

CabalSpy API plans run from a free tier for testing up to enterprise. Every plan includes both REST API access and WebSocket streams across all supported chains and wallet categories. You pay by credits, not by endpoint, so you can mix REST and streaming however you like.

Start on the free tier with 10,000 credits every month and no credit card. Upgrade from the [API Dashboard](https://apidashboard.cabalspy.xyz) when you outgrow it.

## How credits work

A credit is the unit you spend per call. The cost is the same on every plan, only the monthly allowance and rate limit change.

A REST request costs 10 credits. A WebSocket event received costs 1 credit. Credits reset on the first of every month. Because streams bill per delivered event, a wildcard subscription on a busy channel can use credits quickly, filter to a specific token or wallet when you can.

## Plans

<CardGroup cols={2}>
  <Card title="Free — $0 / mo">
    10,000 credits per month. REST and WebSocket access. 5 requests per second. 1 API key. No credit card.
  </Card>

  <Card title="Starter — $49 / mo">
    100,000 credits per month. REST and WebSocket access. 20 requests per second. 1 API key.
  </Card>

  <Card title="Pro — $249 / mo">
    1,000,000 credits per month. 50 requests per second. Up to 3 API keys. Priority support. The most popular plan.
  </Card>

  <Card title="Business — $499 / mo">
    2,000,000 credits per month. 100 requests per second. Up to 5 API keys. Widget Starter included. Early feature access and dedicated support.
  </Card>
</CardGroup>

Yearly billing saves 20 percent compared to monthly. Need more than 2,000,000 credits? The enterprise plan adds custom throughput, dedicated infrastructure, SLA-backed uptime and the embeddable widget, built for trading terminals and AI agents at scale. Contact sales at [contact@cabalspy.xyz](mailto:contact@cabalspy.xyz) or Telegram [@Tokiogaijin](https://t.me/Tokiogaijin).

## Compare plans

| Feature                        | Free   | Starter | Pro       | Business  |
| ------------------------------ | ------ | ------- | --------- | --------- |
| Monthly credits                | 10,000 | 100,000 | 1,000,000 | 2,000,000 |
| Credits per REST request       | 10     | 10      | 10        | 10        |
| Credits per WebSocket event    | 1      | 1       | 1         | 1         |
| Requests per second            | 5      | 20      | 50        | 100       |
| REST API access                | Yes    | Yes     | Yes       | Yes       |
| WebSocket streams              | Yes    | Yes     | Yes       | Yes       |
| Historical data since Feb 2025 | Yes    | Yes     | Yes       | Yes       |
| KOL, Smart Money, Whale        | Yes    | Yes     | Yes       | Yes       |
| Solana, BNB, Base, ETH         | Yes    | Yes     | Yes       | Yes       |
| API keys                       | 1      | 1       | 3         | 5         |
| Priority support               | No     | No      | Yes       | Yes       |
| Dedicated support              | No     | No      | No        | Yes       |
| Early feature access           | No     | No      | No        | Yes       |
| Widget Starter included        | No     | No      | No        | Yes       |

## Rate limits

Each plan has a requests-per-second limit, from 5 on Free up to 100 on Business. If you exceed it, requests return a 429 rate limited error, wait and retry. The limit is about burst speed, the monthly credit allowance is about total volume, the two are separate.

## Payment and billing

Plans are billed monthly or yearly. You can pay with crypto (Solana, USDC, USDT) or by credit card through the payment provider. Upgrades take effect immediately and are pro-rated for the current cycle, downgrades apply on your next billing date. You can cancel anytime from the dashboard, your plan stays active until the end of the current period. There are no setup fees.

## Frequently asked questions

<AccordionGroup>
  <Accordion title="What is included in the free plan">
    10,000 credits per month, full REST API access, all chains and all wallet categories. Ideal for testing the API and small personal projects.
  </Accordion>

  <Accordion title="How do credits work">
    Each REST request costs 10 credits. Each WebSocket event received costs 1 credit. Credits reset on the first of every month.
  </Accordion>

  <Accordion title="Can I upgrade or downgrade my plan">
    Yes, change your plan anytime from the API Dashboard. Upgrades take effect immediately and are pro-rated for the current cycle. Downgrades apply on your next billing date.
  </Accordion>

  <Accordion title="Which chains are supported">
    Solana, BNB and Base are live today, with historical data since February 2025. Ethereum and Monad are on the way and current plans will include them automatically when they ship.
  </Accordion>

  <Accordion title="What payment methods do you accept">
    Crypto payments in Solana, USDC and USDT, and credit cards through the payment provider.
  </Accordion>

  <Accordion title="Is there a trial for paid plans">
    The free tier with 10,000 credits per month is your trial. Test the entire API for as long as you need before upgrading.
  </Accordion>

  <Accordion title="Can I cancel anytime">
    Yes, cancel anytime from the API Dashboard. Your plan stays active until the end of the current billing period. Partial months are not refunded.
  </Accordion>
</AccordionGroup>
