Fetch a portfolio
Pass a user address and your API key to get aggregated balances across all chains:portfolio is a token aggregated across chains: { symbol, chains: [{ chainId, address, decimals, amount }] }. Amounts are raw (apply decimals to display).
Filter by chain or token
To scope results to specific chains, passchainIds as a repeated query parameter using CAIP-2 ids:
chain:address pairs as repeated tokens parameters:
Next steps
Getting a quote
Use the portfolio to determine which tokens to include in a quote request.