get_offers
Reads offer listings from the Boson subgraph. Supports pagination, ordering, and filtering (e.g. by sellerId). Read-only. Returns: array of offers with price, deposit, dates, and quantity.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| configId | Yes | Boson/Fermion Protocol deployment identifier. Format: '<env>-<chainId>-<index>' e.g. 'production-137-0' (Polygon mainnet), 'testing-80002-0' (Amoy testnet). Call get_config_ids to list all valid values for this server. | |
| offersSkip | No | ||
| offersFirst | No | ||
| offersFilter | No | ||
| exchangesSkip | No | ||
| offersOrderBy | No | ||
| exchangesFirst | No | ||
| exchangesFilter | No | ||
| exchangesOrderBy | No | ||
| includeExchanges | No | ||
| offersOrderDirection | No | ||
| exchangesOrderDirection | No |