Get Funds Transaction Report

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

SecuritybearerAuth
Request
query Parameters
startDate
required
string <date-time>

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

endDate
required
string <date-time>

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

size
string

Number of transaction reports per page. Used for pagination.

Example: size=10
page
string

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": {
    }
}