Endpoint
Authorization
Requires an API key with theTRANSACTIONS_READ scope.
Query Parameters
string
Filter results by settlement status. One of:
PENDING, SETTLED, UNMATCHED, CANCELLED.string
Inclusive lower bound on
createdAt. ISO-8601 datetime (e.g. 2024-01-01T00:00:00Z).string
Inclusive upper bound on
createdAt. ISO-8601 datetime.integer
Maximum results per page. Range 1–200. Default:
50.string
Opaque pagination cursor returned as
nextCursor in the previous page’s response. Omit to start from the first page.Request Example
Response
array
Array of settlement objects for this page.
string
Pass this value as the
cursor query parameter to retrieve the next page. null when there are no more results.