List Settlement Reports
Retrieves a paginated list of settlement reports available to the authenticated Master User, with optional filters for date range and report type.
Authorizations
Your public API key. Identifies the partner making the request.
Monotonically increasing nonce included in the request signature.
HMAC signature over the request, computed with your private key.
Query Parameters
The inclusive start date for filtering settlement reports. Use in combination with end_date to specify a date range. Format: RFC 3339 datetime.
"2026-04-25T00:00:00Z"
The inclusive end date for filtering settlement reports. Use in combination with start_date to specify a date range. Format: RFC 3339 datetime.
"2026-04-26T00:00:00Z"
Filters the returned reports by one or more report types. If omitted, all report types are included. Repeat the query parameter to request multiple types, for example report_type=price_trigger_swaps&report_type=swaps. Unknown values return a 400 response.
swaps, price_trigger_swaps, earn_rewards ["price_trigger_swaps", "swaps"]Maximum number of results to return on a single page. Defaults to 20, maximum 100.
1 <= x <= 100Opaque cursor returned by a previous response's next_page_token. Omit to start from the beginning.
1 - 512Response
Successful response containing a list of settlement reports and pagination details.