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. Use RFC 3339 full-date format (YYYY-MM-DD).
The inclusive end date for filtering settlement reports. Use in combination with start_date to specify a date range. Use RFC 3339 full-date format (YYYY-MM-DD).
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.
earn_rewards, price_trigger_swaps, swaps Maximum number of results to return on a single page. Defaults to 20, maximum 100.
1 <= x <= 25Opaque cursor returned by a previous response's next_page_token. Omit to start from the beginning.
1 - 256Response
Successful response containing a list of settlement reports and pagination details.