📊 Transactions API
History and status of agent transactions.
Endpoints
GET /wallet/tx/:hash
Track a broadcasted transaction.
- Query:
?chain=base-sepolia - Returns:
{ "status": "confirmed", "blockNumber": 12345, "explorer": "..." }
GET /wallet/:address/history
List historical transactions for a specific agent wallet.
- Query:
?limit=20&offset=0
POST /wallet/estimate-gas
Dry-run a transaction to get gas estimates.