Pagination

Some of our endpoints supports pagination. This can be achieved by passing specific params in the request query string. As an example, the code bellow showcases how to use this feature when using the GET /deposits endpoint.

Example Call

// PAGINATED

GET [ENVIRONMENT HOSTNAME]/deposits?page[number]=1&page[size]=1

The following endpoints supports pagination:

Last updated