v1

latestOpenAPI 3.0.02026-07-245095152.4 KB
crypto-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

firstboolean

Indicates if this is the first page.

lastboolean

Indicates if this is the last page.

nextPageboolean

Indicates if a next page exists.

numberinteger

Current page number.

numberOfElementsinteger

Number of elements on the current page.

previousPageboolean

Indicates if a previous page exists.

sizeinteger

Size of the page.

totalElementsinteger

Total number of elements available.

totalPagesinteger

Total number of pages available.