## Pagination Some Bitcoin Suisse API endpoints support pagination. ### Query parameters Pagination is done using the following query parameters. | Parameter | Description | Default if not specified | | --- | --- | --- | | `page` | The page number, the first page is `1`. | `1` | | `pageSize` | The amount of items to fetch. | Endpoint specific | Paginated endpoints return the most recent items first.