Skip to main content

What you can ask

How it works

get_transaction_history returns transactions in reverse chronological order (newest first) for your Base Account or an in-session agent wallet. Third-party wallet addresses are rejected.
ParameterWhat it does
addressOptional wallet address to query — must be your Base Account or one of your agent wallets
chainRequired network to query, e.g. base, arbitrum, ethereum, optimism, polygon, bsc, or avalanche
assetFilter to a specific token (e.g. USDC, ETH)
limitNumber of transactions per page (1–200, default 50)
cursorPagination cursor from the previous response’s nextCursor
Date range filtering is not supported — paginate through results to find transactions from a specific period.

Pagination

When hasMore is true in the response, more transactions exist. Ask your assistant to load more:
Your assistant will use the nextCursor value from the previous response automatically.

Check balance

View current balances alongside history.

Send tokens

Send tokens from your connected wallet.