Pool & Liquidity Snapshot
$0.01/reqPOST /services/pool-snapshot
Returns the top liquidity pair for a token (or a specific pair) from DexScreener with GeckoTerminal as backup: price, liquidity, 24h volume, FDV/market cap, pair age, transaction counts, and a DEX link.
call it — the quote comes back in one round trip
curl -X POST https://api.1cent.sivaram.dev/services/pool-snapshot \
-H 'content-type: application/json' \
-d '{"chain":"base","tokenAddress":"0x833589fcd6edb6e08f4c7c32d4f71b54bda02913"}'This returns 402 Payment Required with exact terms. Clients like @x402/fetch sign the quote and retry automatically, paying $0.01 — no other setup exists.
Providers
- DexScreenerprimary
- GeckoTerminalfallback
Every response names the providers it consulted, with per-call status, so you can weigh the evidence.
Response fields
- pairAddress
- priceUsd
- liquidityUsd
- volume24hUsd
- fdvUsd
- pairCreatedAt
- txns24h
- url
Guardrails
- EVM chains only
- top pair by liquidity when a token is given
Pricing note
Free public market data; priced for aggregation and caching value.
machine-readable detail: GET /services/pool-snapshot