Sidiora

Developers

API & Developer Tools

A dedicated workspace for integrating Sidiora: REST and WebSocket market data, ecosystem markets, wallet operations, trading, and more. Start here to learn the base URLs, capabilities of each section, and to verify live connectivity.

Base URLs Production

Market Data (REST)

https://price-data-api.paxeer.app

Used for paths like /api/v1/quotes, /api/v1/categories, /api/v1/metrics and /health.

Market Data (WebSocket)

wss://price-data-api.paxeer.app/ws/quotes

Streaming quotes for symbols via subscribe / unsubscribe messages.

Ecosystem, trading, wallet, and account endpoints use your Sidiora platform base URL (for example, https://your-api-domain.com) with paths such as /api/ecosystem/* and /api/trading/*.

Quick connectivity GET /health

Quick connectivity test

Use this panel to verify that the docs domain can talk to the Market Data API base URL documented above, using the /health path.

Tap "Run health check" to fetch live status from the Market Data API...