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.
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/*.
Market Data (REST)
Real-time and historical quotes, categories, markets search, and symbol catalog powered by the Market Data API.
Market Data (WebSocket)
Stream live quotes via WebSocket with interactive subscribe / unsubscribe controls and a real-time ticker console.
Metrics & Health
Live service health check and metrics dashboard for monitoring uptime and data throughput.
Ecosystem Markets
Explore Sidiora ecosystem markets and build historical chart queries directly from the browser.
Wallet & Deposits
Administrative wallet and deposit tools, including secure unlock flows for custodial addresses.
Trading API
Order entry, management, and position APIs with an interactive order builder panel.
Accounts
Inspect account details, permissions, and balances for your API keys.
SDKs & Examples
Copy-paste ready client snippets, including the React hook example for live market data.
Full API Reference
Swagger-powered searchable reference for every endpoint, parameter, and response schema.
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...