NewSolana API online

Solana token prices as a paid API

Free monitor included or connect with API keys for PumpSwap, pump.fun, Meteora, Raydium, Orca, and MetaDAO.

# authenticate with customer key
curl https://dexpulse.dev/v1/prices \\
  -H Authorization: Bearer TOKEN
# single token
GET /v1/price/:mint
GET /v1/pools/:pool
API status
...
Feeds live
...
Price mode
...
RPC
...

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/min

For testing and small bots.

  • Price endpoints
  • Shared feed list
  • Bearer auth

Pro

600/min

For 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.

response
Waiting for request...

WebSocket console

Connect to wss://dexpulse.dev/v1/ws with customer key, then subscribe to mints/pools.

websocket events
Not connected.

Admin key manager

Works when ADMIN_TOKEN is configured, or locally on server.

admin output
No admin request yet.
AUTH

Use API key

Send a bearer token or x-api-key header.

GET

/v1/prices

Returns all active monitored feeds, or filter by comma-separated mints.

GET

/api/discover-pool

Finds the first Solana pairAddress returned by DEX Screener for a token mint, then uses RPC fallback if unavailable.

WSS

/v1/ws

Authenticated WebSocket. Free gets 2 streams, Pro gets 25, Internal unlimited.

JSON

Response