v1

latestOpenAPI 3.1.02026-07-13570316.1 KB
Wallets

List 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.

get/v1/transactions

Query parameters

fromstring

Filter transactions by sender wallet address or ENS name.

Filter transactions by sender wallet address or ENS name.

limitinteger

Number of transactions to return per page (1-100).

Number of transactions to return per page (1-100).

pageinteger

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.