Services
Browse Market services and raw route families from one directory.
Market groups price, identity, liquidity, OHLCV, and live market streams under
one API family. Raw chain access now lives fully under /services/{chain-type},
with REST API and WebSocket API as the second level for each chain family.
The left-nav now stays expanded and keeps the click path shorter by listing
one entry per API family directly:
Market REST API, Market WebSocket API,
EVM RPC REST API, EVM RPC WebSocket API,
Solana REST API (Beta), and
Solana WebSocket API (Beta).
Service families
Product-level market surfaces grouped into REST API and WebSocket API entry points.
MarketRaw EVM routes grouped into REST API and WebSocket API entry points.
EVM RPCSolana raw routes grouped into dedicated REST API and WebSocket API entry points.
Solana (Beta)How to choose a service tree
Start with Market API
Use Market when you need normalized market reads or product-level market streams without handling native chain transport details.
Use Market WebSocket for product-level events
Open Market WebSocket for realtime price, OHLCV, and stream status delivery.
Use raw chain families only for native RPC needs
If you need native EVM JSON-RPC methods or subscriptions, open EVM RPC and then choose REST API or WebSocket API. Keep Solana (Beta) as the separate raw route family.
Common starting points
Canonical request-response market reads.
Market RESTProduct-level market streams and status events.
Market WebSocketRaw EVM JSON-RPC request-response access with the full supported method list.
EVM RPC REST APIReviewed EVM subscription topics with the current public topic inventory.
EVM RPC WebSocket APISolana method pages (Beta) for cluster, account, history, and transaction flows.
Solana REST API (Beta)Reviewed Solana subscription topics (Beta) for account, logs, block, slot, and signature delivery.
Solana WebSocket API (Beta)