v1
latestOpenAPI 3.1.02026-07-13570316.1 KBList Transactions
Retrieves a paginated list of transactions associated with the authenticated client. Results are sorted by creation date in descending order (most recent first). Supports filtering by wallet address and pagination controls.
Authentication: Pass x-client-id header for frontend usage from allowlisted origins or x-secret-key for backend usage.
Query parameters
Filter transactions by sender wallet address or ENS name.
Filter transactions by sender wallet address or ENS name.
Number of transactions to return per page (1-100).
Number of transactions to return per page (1-100).
Page number for pagination, starting from 1.
Page number for pagination, starting from 1.
Response
Transactions retrieved successfully. Returns a paginated list of transactions with metadata including creation and confirmation timestamps.