DexPaprika MPP API
Token, network and pool data for DEXes across chains — paid per call by AI agents.
Protocol: MPP / Tempo Asset: pathUSD Network: Tempo Moderato Price: $0.001 / call
/openapi.json — machine-readable OpenAPI 3.1 spec →Available endpoints
| Method | Path | Price |
|---|---|---|
| GET | /search | free |
| GET | /stats | free |
| GET | /networks/:network/dexes | free |
| GET | /networks/:network/dexes/:dex/pools | free |
| GET | /networks/:network/pools | free |
| GET | /networks/:network/pools/:pool_id | free |
| GET | /networks/:network/pools/:pool_id/ohlcv | free |
| GET | /networks/:network/pools/:pool_id/transactions | free |
| POST | /networks/:network/pools/filter | free |
| GET | /networks/:network/tokens | free |
| POST | /networks/:network/multi/prices | free |
| POST | /networks/:network/tokens/filter | free |
| GET | /networks/:network/tokens/:token_address/pools | free |
| GET | /stats | free |
| GET | /networks | $1 |
| GET | /networks/:network/tokens/:address | $0.001 |
Quick start
1 · Command line (purl)
purl signs the payment for you. Inspect first, then pay:
PURL_PASSWORD="your-pass" purl inspect "https://mpp.dexpaprika.com/networks/bsc/tokens/0x55d398326f99059ff775485246999027b3197955" PURL_PASSWORD="your-pass" purl "https://mpp.dexpaprika.com/networks/bsc/tokens/0x55d398326f99059ff775485246999027b3197955"
Install: see purl.dev.
2 · Claude-powered
With purl available as a tool, ask Claude in plain language:
What is the price of USDT? Use the DexPaprika MPP / Tempo endpoint at mpp.dexpaprika.com via purl and show me the price.
Claude calls purl, which pays the $0.001 challenge and returns the data.
3 · Command line (tempo)
tempo request "https://mpp.dexpaprika.com/networks/bsc/tokens/0x55d398326f99059ff775485246999027b3197955"
The Tempo CLI auto-pays the MPP challenge. Circle CLI does not support MPP yet — use purl or tempo.