List settlements
Retrieve a list of all your settlements.
The results are paginated.
Query parameters
Provide an ID to start the result set from the item with the given ID and onwards. This allows you to paginate the result set.
The maximum number of items to return. Defaults to 50 items.
Provide the token of the balance to filter the settlements by. This is the balance token that the settlement was settled to.
Provide the year to query the settlements. Must be used combined with month parameter
Provide the month to query the settlements. Must be used combined with year parameter
Provides the currencies to retrieve the settlements. It accepts multiple currencies in a comma-separated format.
Headers
A unique key to ensure idempotent requests. This key should be a UUID v4 string.
Response
A list of settlement objects. For a complete reference of the settlement object, refer to the Get settlement endpoint documentation.