limit and offset query parameters. Many responses include a count field and an array of resources inside data.
Settlement operations list endpoints use cursor pagination instead (cursor, limit, direction, and next_cursor).
Query parameters
Parameter types vary between endpoints (string or integer). Follow the OpenAPI schema for each endpoint. For settlement operations, use
cursor / next_cursor rather than offset.Example: list payments
Response shape
List responses return adata object containing count and a list for the resource type. Examples include payments, keys, refunds, and qrs.