All DEX pools trading a given token, by contract address (via GeckoTerminal, free/keyless).
All DEX pools trading a given token, by contract address (via GeckoTerminal, free/keyless). Returns each pool's pair, on-chain USD price, FDV/market cap, liquidity reserve, 24h volume + price change, and buys/sells — the on-chain price + liquidity picture for any token across a network's DEXes.
| Method | Endpoint | Price | Description |
|---|---|---|---|
GET | /v1/marketplace/api/dex-token-pools | $0.001656 | Invoke Dex Token Pools (Blockchain) and return the upstream response. |
Requests are paid per call over the x402 protocol. Call the endpoint, receive a 402 Payment Required quote, then repeat the request with the signed payment header. The SDKs do both steps for you.
# 1. Ask for a quote
curl -i https://api.jarvisclaw.ai/v1/marketplace/api/dex-token-pools
# 2. Pay it (the SDK signs and retries for you)
curl -H "X-PAYMENT: <signed-payload>" https://api.jarvisclaw.ai/v1/marketplace/api/dex-token-pools
Open in the marketplace
Docs: Getting started · x402 payments · x402 discovery · All APIs