List Orders (Paginated)
Retrieves a paginated list of orders. Can optionally filter by order type (on-ramp or off-ramp).
Query Parameters
Page number (1-indexed)
x >= 1Number of orders per page
1 <= x <= 100Filter orders by type. If not provided, returns all order types.
- ON_RAMP_BUY: Customer buys crypto with fiat
- OFF_RAMP_SELL: Customer sells crypto for fiat
ON_RAMP_BUY, ON_RAMP_SELL, OFF_RAMP_BUY, OFF_RAMP_SELL Response
List of orders
Liquidity provider (publisher). API name vendor_id.
Liquidity listing id. API name offer_id. Nullable for custodial remittance orders.
Backward-compatible alias for crypto_amount
pending, processing, confirming, completed, cancelled, failed e.g., mpesa
Database-style nullable string wrapper
Database-style nullable string wrapper
Database-style nullable time wrapper
Database-style nullable time wrapper
Database-style nullable string wrapper
Database-style nullable string wrapper
Database-style nullable string wrapper
Database-style nullable string wrapper
ON_RAMP_BUY, ON_RAMP_SELL, OFF_RAMP_BUY, OFF_RAMP_SELL Distinguishes standard flows from remittance off-ramp and custodial remittance. Legacy rows are backfilled as
standard_onramp/standard_offramp.
standard_onramp, standard_offramp, remittance_offramp, custodial_remittance_offramp Database-style nullable string wrapper
Database-style nullable string wrapper
Database-style nullable string wrapper
Database-style nullable string wrapper
Database-style nullable string wrapper
Database-style nullable string wrapper
Database-style nullable string wrapper
Database-style nullable time wrapper