currencySearch
Searches supported currencies for token pickers and back-office tools.
portfolio
Retrieves token balances and USD values for 1–10 wallets. Successful scans appear in data.portfolio; wallet-specific failures appear in data.errors without discarding other results.
wallets is required and accepts between 1 and 10 entries. Set force_refresh: true when you need a fresh scan instead of a cached result.
Migrating from 3.2: replace wallet: { ... } with wallets: [{ ... }]. The response is grouped into portfolio and errors arrays, even for one wallet.