Skip to main content
GET
Get markets orderbook
Returns the live protocol orderbook (every funded, available provider quote across corridors × tokens × networks) plus network-wide aggregate statistics. Use this endpoint to display live liquidity, rates, and protocol health without requiring authentication.
Public endpoint — no API key or HMAC signature required. CORS is open. Responses are cached for ~10 s and are per-IP rate limited.

Response shape (data)

Book row fields

Each element of book is a single provider quote for one side on one network:
balance is a shared pool repeated across a provider’s networks for the same fiat (sell) or token (buy). De-duplicate by providerId + fiat (sell) or providerId + token (buy) when summing total depth to avoid double-counting.
Qualifying offer filters: is_available = true, funded (positive balance), enabled fiat/token, non-testnet network. All book rows are public regardless of a provider’s visibility setting—visibility only affects the narrower position benchmark pool on the Get Market Rate endpoint.

Aggregates fields

Windowed success and median fields are null for a window when no terminal orders exist in that period.

Example

Errors

Response

Markets orderbook and aggregates

status
string
Example:

"success"

message
string
Example:

"Operation successful"

data
object

Public markets orderbook and network-wide aggregates.