Solana token prices as a paid API
Free monitor included or connect with API keys for PumpSwap, pump.fun, Meteora, Raydium, Orca, and MetaDAO.
curl https://dexpulse.dev/v1/prices \\
-H Authorization: Bearer TOKEN
# single token
GET /v1/price/:mint
GET /v1/pools/:pool
What is DexPulse?
One backend keeps RPC keys server-side and exposes clean customer API endpoints.
API-key auth
Bearer or x-api-key, hashed storage, revoke anytime.
Rate limits
Free, Pro, Internal plans with per-minute enforcement.
Usage logs
Endpoint, status, latency, key prefix, timestamp.
Live pools
Stream and reserve fallback from monitored Solana pools.
Same-origin API
Frontend docs, console, and API share one domain.
Private admin
Create/revoke keys through localhost or ADMIN_TOKEN.
Plans
Default limits. Change per key in admin.
Free
60/minFor testing and small bots.
- Price endpoints
- Shared feed list
- Bearer auth
Pro
600/minFor apps and dashboards.
- Higher throughput
- Usage visibility
- Revocable keys
Internal
∞For your own services.
- No per-minute cap
- Admin-controlled
- Same response shape
Developer console
Paste customer key and test protected endpoints.
Waiting for request...
WebSocket console
Connect to wss://dexpulse.dev/v1/ws with customer key, then subscribe to mints/pools.
Not connected.
Admin key manager
Works when ADMIN_TOKEN is configured, or locally on server.
No admin request yet.
Use API key
Send a bearer token or x-api-key header.
/v1/prices
Returns all active monitored feeds, or filter by comma-separated mints.
/api/discover-pool
Finds the first Solana pairAddress returned by DEX Screener for a token mint, then uses RPC fallback if unavailable.
/v1/ws
Authenticated WebSocket. Free gets 2 streams, Pro gets 25, Internal unlimited.