Are you an LLM? Read llms.txt for a summary of the docs, or llms-full.txt for the full context.
get_sellers_by_address · Boson Protocol
Skip to content

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

FieldTypeRequiredDescription
addressstringyes
sellersSkipnumberno
sellersFirstnumberno
sellersOrderByactive | 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 | voucherCloneAddressno
sellersOrderDirectionasc | descno
sellersFilterobjectno
includeExchangesbooleanno
includeOffersbooleanno
includeFundsbooleanno
includeLogsbooleanno
configIdstringyesBoson/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