Fetch the denormalized orderbook for a fiat currency, including maker details when available. Set publicOnly=true to exclude whitelist-gated deposits.
Query parameters
Fiat currency code
Optional payment platform filter
Sort field
Optional sort direction. Defaults to asc for price and desc for available/limits/apr.
Destination chain ID
Destination token address
When true, exclude whitelist-gated deposits from the orderbook response
Maximum number of orderbook rows to return
Number of matching rows to skip before returning entries
Optional requested USDC amount used to filter rows by min, max, and available limits
When true, include rows whose available notional value is below the dust threshold
When true, hide rows whose absolute spread exceeds the extreme-spread threshold
Seller automated release filter. include returns all rows, exclude omits SAR rows, only returns SAR rows.
Response
Success
Example response
{
"responseObject": {
"generatedAt": "2026-04-09T00:00:00.000Z",
"entries": [
{
"feeBps": 95,
"sellerAutomatedReleaseEnabled": true
}
]
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.