v1
latestOpenAPI 3.0.02026-07-245095152.4 KBcrypto-wallet-controller
Retrieve crypto wallet transactions
Returns paginated transactions for a crypto wallet within a specified date range.
get/veem/v1.2/crypto-wallet/transactions/{fundingMethodId}
Path parameters
fundingMethodIdinteger required
Unique identifier of the crypto wallet funding method.
Query parameters
pageNumberinteger
The page number for paginated results (initial: 0).
pageSizeinteger
The number of results per page (max: 25).
startDatestring date-time required
The start date and time for transaction filtering.
endDatestring date-time required
The end date and time for transaction filtering.
Response
Paginated list of transactions retrieved successfully