Agents
Get Transaction History
Get transaction history for a wallet
GET
SDK Alternative: Use
agent.transactions() for a simpler TypeScript interface. See SDK docsDescription
Retrieves paginated transaction history for a wallet including deposits, withdrawals, swaps, and rebalancing operations.Path Parameters
integer
required
The blockchain chain ID
string
required
The wallet address
Query Parameters
integer
default:"1"
Page number (starts at 1)
integer
default:"20"
Number of items per page (max 100)
string
default:"date_desc"
Sort order:
date_desc or date_ascResponse
array
Array of transactions
object
Pagination info