Fetch the public-only V3 denormalized orderbook for a fiat currency.
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
all returns every row curator could fill — rows gated by a foreign intent gating service are excluded from every mode, including this one; eligible returns rows the taker can reach via the direct route: whitelist-off deposits without dispute, plus whitelist-enabled deposits the taker is whitelisted for; eligible_with_chargeback also returns dispute-route rows (whitelist-off + dispute-on deposits are dispute-only, never public)
Taker whose whitelist eligibility is evaluated in the eligible and eligible_with_chargeback modes. Ignored when mode=all, which does not apply the whitelist leg. Omitting it removes the taker-specific whitelist route. With a registered canonical IntentLifecycleHookV1, eligible and eligible_with_chargeback then return only open rows; protected rows require complete taker eligibility. With a registered predecessor WhitelistLifecycleHook, whitelist-disabled rows remain reachable. A verified no-hook state exposes only both-off rows; an unrecognized or unavailable lifecycle returns no rows.
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.
Headers
Optional env-configured Peer Pay service key
Optional env-configured Peer Pay service key
Response
Success
Example response
{
"responseObject": {
"generatedAt": "2026-04-09T00:00:00.000Z",
"entries": [
{
"feeBps": 95,
"sellerAutomatedReleaseEnabled": true,
"allowedGroupIds": []
}
]
}
}