get_sellers
Reads seller account entities from the Boson subgraph. Optionally includes related offers, exchanges, funds, and logs. Read-only. Returns: array of seller entities with addresses and metadataUri.
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. | |
| includeLogs | No | ||
| sellersSkip | No | ||
| includeFunds | No | ||
| sellersFirst | No | ||
| includeOffers | No | ||
| sellersFilter | No | ||
| sellersOrderBy | No | ||
| includeExchanges | No | ||
| sellersOrderDirection | No |