Fees
Trading
| Action | Fee |
|---|---|
| Buy (local or lightning transaction) | 0.30% |
| Sell (local or lightning transaction) | 0.30% |
The fee is taken in SOL and included automatically in the transaction we build for you. There's nothing extra to configure.
Data API
Billed in SOL directly from your wallet. Every live stream is free; only OHLCV (the live candle stream and the one-shot ohlcv_history fetch), metadata, and the sol-price REST read are billed. See the Data API overview for how billing works.
| Event | Per event | Per 1,000 |
|---|---|---|
subscribe (each token_update) | Free | Free |
subscribe_trades (each trade) | Free | Free |
subscribe_new_tokens (each new_token) | Free | Free |
subscribe_migrations (each migration) | Free | Free |
subscribe_sol_price (each sol_price) | Free | Free |
subscribe_ohlcv (ohlcv candles, charged per 1,000) | 0.000001 SOL | 0.001 SOL |
ohlcv_history, per call | 0.0001 SOL | 0.1 SOL |
GET /metadata (and /lookup), per call | 0.0001 SOL | 0.1 SOL |
GET /sol-price, per call | 0.0001 SOL | 0.1 SOL |
The two REST reads (/metadata, /sol-price) give 5 calls/min/key free, then bill per call beyond that. No monthly fee, no credit packs. Subscribes, unsubscribes and disconnects are free.