get_sellers_by_address
Reads seller entities associated with a specific Ethereum address. Use this to check if signerAddress already has a seller account before calling create_seller. Read-only. Returns: array of seller entities.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes | ||
| 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 |