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.
Category: Seller & buyer. Returns unsigned tx? No — read-only or returns signed payload.
Input schema
| Field | Type | Required | Description |
|---|---|---|---|
address | string | yes | |
sellersSkip | number | no | |
sellersFirst | number | no | |
sellersOrderBy | active | admin | assistant | authTokenId | authTokenType | clerk | collections | exchanges | funds | id | logs | metadata | metadataUri | metadata__contactPreference | metadata__createdAt | metadata__description | metadata__id | metadata__kind | metadata__legalTradingName | metadata__name | metadata__type | metadata__website | offers | pendingSeller | pendingSeller__admin | pendingSeller__assistant | pendingSeller__authTokenId | pendingSeller__authTokenType | pendingSeller__clerk | pendingSeller__id | pendingSeller__metadataUri | royaltyRecipients | sellerId | treasury | voucherCloneAddress | no | |
sellersOrderDirection | asc | desc | no | |
sellersFilter | object | no | |
includeExchanges | boolean | no | |
includeOffers | boolean | no | |
includeFunds | boolean | no | |
includeLogs | boolean | no | |
configId | string | 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. |
Related
- Reference → MCP tools — full catalogue.
- Build for AI agents → The 3-step signing pattern — what to do with returned unsigned transactions.
- Concepts → Signing & meta-transactions — canonical signing reference.