Skip to main content

Documentation Index

Fetch the complete documentation index at: https://base-a060aa97-youssef-update-agents.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

What you can ask

Show my recent transactions on Base
Show my last 10 USDC transactions
What did I send last week?
Check the transaction history for 0x1234...abcd

How it works

get_transaction_history returns transactions in reverse chronological order (newest first) for any public wallet address.
ParameterWhat it does
addressAddress to query — defaults to your Base Account
chainbase or ethereum — defaults to base
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:
Show me the next page of transactions
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 Base Account.