list_open_rfqs
Retrieve open request-for-quotes (RFQs) to view active market demand. Use to decide which RFQs to quote as a market-maker.
Instructions
List currently open (ACTIVE) RFQs awaiting market-maker quotes. Read-only.
USE WHEN: acting as a market-maker agent deciding what to quote on, or showing the user live demand. DO NOT USE WHEN: you want your own trade history (use list_my_trades).
Returns a page of RFQs (id, baseToken, quoteToken, side, amount, isBlind, status, expiresAt). To quote, call respond_rfq with the rfqId.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | 1-based page number. Default 1. | |
| pageSize | No | Page size, 1-100. Default 20. |