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

get_funds

Reads treasury fund balances for sellers and buyers from the Boson subgraph. Supports pagination/ordering/filtering. Read-only — signerAddress not required. Returns: array of { tokenAddress, availableAmount, accountId }.

Category: Funds. Returns unsigned tx? No — read-only or returns signed payload.

Input schema

FieldTypeRequiredDescription
fundsSkipnumberno
fundsFirstnumberno
fundsOrderByaccount | accountId | account__createdAt | account__creationTxHash | account__entityId | account__id | account__metadataURI | availableAmount | changes | id | token | tokenAddress | token__address | token__decimals | token__id | token__name | token__symbolno
fundsOrderDirectionasc | descno
fundsFilterobjectno
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