This operation retrieves cached token balances across all wallets accessible to the authenticated principal. Balances are synchronized from on-chain data and may be slightly delayed. You can filter by wallet, chain, address, or token. Use cursor-based pagination with after/before. Set force_refresh=true together with address to force a fresh sync from on-chain before returning.
Documentation Index
Fetch the complete documentation index at: https://cobo.com/products/agentic-wallet/manual/llms.txt
Use this file to discover all available pages before exploring further.
Filter balances by wallet ID. The wallet ID can be retrieved by calling the List all wallets operation.
Filter balances by chain ID (for example, SETH, BASE_ETH).
Filter balances by on-chain address.
Filter balances by token ID (for example, SETH, SETH_USDC).
When true and address is provided, force a fresh sync of balances from on-chain before returning results.
The maximum number of items to return. Range: [1, 200].
1 <= x <= 200A cursor for forward pagination. Pass the after value from a previous response to retrieve the next page.
A cursor for backward pagination. Pass the before value from a previous response to retrieve the preceding page.
Deprecated. Use after/before cursors instead.
0 <= x <= 9223372036854776000Successful Response
Pagination metadata for list responses.
Supports both legacy offset-based and cursor-based pagination.
Cursor fields (has_more, after, before) are populated for
cursor-paginated endpoints. Legacy fields (offset, limit) are
populated when the caller uses the deprecated offset parameter.