Developer Hub

Proxy API (Beta)

Simplified access to Pyth Pro prices without authentication

Beta Service

This service is in beta and is not meant for production use. The service might go down and all interfaces, URLs, etc. might change without notice.

Base URL

https://pyth-lazer-proxy-3.dourolabs.app

API Documentation: https://pyth-lazer-proxy-3.dourolabs.app/docs/

Endpoints

MethodPathDescription
GET/v1/latest_priceFetch latest price for given feed IDs
GET/v1/streamStream continuous price updates (SSE)

GET /v1/latest_price

Query Parameters

ParameterTypeRequiredDescriptionExample
price_feed_idsnumber[]YesPrice feed IDs (repeatable parameter)?price_feed_ids=1&price_feed_ids=2

Example

https://pyth-lazer-proxy-3.dourolabs.app/v1/latest_price?price_feed_ids=1&price_feed_ids=2

GET /v1/stream

Query Parameters

ParameterTypeRequiredDescriptionExample
price_feed_idsnumber[]YesPrice feed IDs (repeatable parameter)?price_feed_ids=1&price_feed_ids=2

Example

https://pyth-lazer-proxy-3.dourolabs.app/v1/stream?price_feed_ids=1&price_feed_ids=2

Returns Server-Sent Events (SSE) stream of continuous price updates.

On this page