Base Wallet Transaction History
x402/base-wallet-transaction-historyGet recent transaction history for any Base wallet address with parsed details. Returns up to 20 recent transactions with hash, timestamp, value in ETH, token transfers, gas paid, transaction type swap transfer mint nft, counterparty, and one line description. Essential for AI portfolio managers, tax tools, and trading bots tracking activity on Base. [x402: $0.1/call on base, category=finance]
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"base_wallet_transaction_history": {
"url": "https://proxy.suverse.io/v1/data/base-wallet-history",
"transport": "http"
}
}
}