Make price data reachable.
See which feeds exist before you query one.
It runs on the ERPC key you already carry. Nothing new to request, nothing new to sign — just call the endpoints below.
What you get
Get the price now, later, or continuously.
It isn't a separate service bolted on top — it rides the same ERPC path your other Solana calls already use, so there's one integration to secure and watch, not two.
- 01One key, no contract.
- Use the ERPC key you already have — it works here too, on the same plan, with no separate contract.
- 02Latest price, one call.
- Pull the latest price for any feed, or ask for the price at a specific time you choose.
- 03Live prices, one stream.
- Subscribe once to receive price updates as they're published, without a polling loop.
Price Feed endpoints
Query it like any other endpoint.
REST calls accept the same key as either a header or a query parameter — use whichever your client already sends.
/v2/price_feeds- Lists the feeds available to query.
/v2/updates/price/latest- Returns the latest price for one feed.
/v2/updates/price/{publish_time}- Returns the price for one feed at a time you choose.
/v2/updates/price/stream- Streams price updates for one feed over a single connection.
/v2/updates/publisher_stake_caps/latest- Returns the current stake cap for each publisher.
Base URL
https://edge.erpc.globalWebSocket
wss://edge.erpc.global/wsAuthentication
?api-key=<YOUR_API_KEY>Authorization: Bearer <YOUR_API_KEY>WebSocket connections require the key as a query parameter.
Try a top-tier Solana environment from your app.
Start a free trial, issue an API key, and test low-latency RPC, Geyser gRPC, Direct Shreds, and SLV AI right away. Measure first, then expand into Dedicated Nodes, VPS, or Bare Metal when your production path is clear.






