Multi-chain token prices as a paid API
One API for Solana, Ethereum, Base, BNB Chain, and Robinhood Chain DEX prices.
curl https://dexpulse.dev/v2/solana/prices \\
-H Authorization: Bearer TOKEN
# single token or pool
GET /v2/:network/price/:tokenAddress
GET /v2/:network/pools/:poolAddress
What is DexPulse?
Live DEX prices, pool discovery, and wallet activity across Solana and EVM โ from one API.
Multi-chain prices
One API for Solana, Ethereum, Base, BNB Chain, and Robinhood Chain DEX prices.
Live price streams
Subscribe to tokens and pools and get prices as swaps land.
Wallet events
Stream live wallet transactions on Solana and EVM, including swaps.
Pool discovery
Picks the best pair by liquidity and quote quality on every network.
Batch lookups
Fetch many token or pool prices in a single request.
Webhooks
Push price updates to your app on Pro and Business plans.
Plans
Pro checkout uses direct USDC payment on Solana. Business plans are handled manually.
Developer console
Test network-scoped endpoints. Network is part of every resource path.
Waiting for request...
WebSocket console
Connect to network-locked wss://dexpulse.dev/v2/solana/ws with customer key. Send comma-separated addresses to subscribe to multiple prices at once.
Test live wallet transaction events on network-locked wss://dexpulse.dev/v2/solana/ws. Solana and EVM supported; history is not replayed. Uses separate wallet quota.
Not connected.
Use API key
Send bearer token or x-api-key to network-scoped routes.
Prices
Batch endpoint: pass comma-separated token, pool, or monitor addresses. Network is required: solana, ethereum, base, bsc, or robinhood.
/api/discover-pool
On every network (solana, ethereum, base, bsc, robinhood), picks the best supported DexScreener pair by liquidity ร quote quality (stables/native preferred when liquidity is comparable; deep exotic quotes still win). Pass chain; 0x addresses default to ethereum when omitted.
WebSocket
Authenticated, network-locked WebSocket. Pro gets 25 price streams; Free has REST only.
Wallet transactions
Same network-scoped socket. Solana and EVM wallet events are separate from price streams and live-only.