Skip to main content
GET
SDK Alternative: Use agent.transactions() for a simpler TypeScript interface. See SDK docs

Description

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_asc

Response

array
Array of transactions
object
Pagination info