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
| Field | Type | Required | Description |
|---|---|---|---|
fundsSkip | number | no | |
fundsFirst | number | no | |
fundsOrderBy | account | 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__symbol | no | |
fundsOrderDirection | asc | desc | no | |
fundsFilter | object | 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.