Skip to main content
Pagination allows applications to retrieve large datasets in smaller, structured batches. Endpoints that return lists such as deposits, withdrawals, transactions, wallets, or swaps support pagination through the pageNo and pageLimit query parameters. By default, endpoints return the most recent records first.
The base endpoint is: https://api.openxswitch.com

Example Request

Example response:

Pagination Parameters

Pagination Response Fields

Usage Notes

  • Pagination is supported only on endpoints that return array-based results.
  • Results are typically returned in descending order based on creation time or latest activity.
  • To retrieve additional records, increment the pageNo value in subsequent requests.
  • The pageLimit parameter controls the maximum number of records returned per request.