https://api.basestonk.io
The API serves what BaseStonk’s own interface reads. No key, no auth.
BaseStonk pools are Uniswap v4 pools, so raw-chain integrations that
assume v2/v3 pair contracts will read $0 liquidity - the API has already
done the v4 accounting for you.
Endpoints
List every token
One token
Candles
1s, 5s, 15s, 1m, 5m, 15m, 1h. Unknown values fall
back to 5m.
Trades
Holders
A wallet’s dividends on a token
Venue stats
Watching the chain directly
New launches emitAdvancedLaunched from the launcher contracts, carrying
the pair token and the opening sqrtPriceX96 directly - everything needed
to construct the pool key and start indexing from the first block. See
contracts for addresses.