Get Funds Transaction Report

This Operation returns the report of funds transactions within the specified date range.

SecuritybearerAuth
Request
query Parameters
startDate
string <date-time>

Start date for the transaction report, in UTC format (e.g., 2025-08-01T00:00:00Z).

endDate
string <date-time>

End date for the transaction report, in UTC format (e.g., 2025-08-15T23:59:59Z).

size
number
Default: 20

Maximum number of records to return per page.

Example: size=10
page
number
Default: 20

Page number to fetch in paginated results.

Example: page=1
Responses
200

Successfully retrived the Fund Transaction Report.

400

Invalid request.

401

The request could not be authorized.

500

The request could not be completed due to an internal error.

get/api/v1/funds
Request samples
Response samples
application/json
{
  • "data": [
    ],
  • "pageInfo": {
    }
}