General
Get markets orderbook
Returns the live protocol orderbook (all funded, available provider quotes across corridors × tokens × networks) plus network-wide aggregate statistics.
Public endpoint — no authentication required, CORS open. Responses are cached for ~10 s. Requests are per-IP rate limited.
Provider balances and success rates are intentionally public to support integrator tooling and the Paycrest Markets dashboard.
get/markets
Response
Markets orderbook and aggregates
Example response
{
"status": "success",
"message": "Operation successful"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.