Skip to main content

Pagination

Pagination behavior depends on which API and endpoint you use. We do not use a single pattern across all APIs.

  • Trader API — low-latency trading (REST) (trade.figuremarkets.*) — Search and list endpoints (e.g. orders, trades) use the pagination model in the Trader API spec (low-latency). Parameters and response fields (e.g. cursor, token, next page) are in the spec per operation.
  • Partner API, Trader API — standard REST, Public API — List endpoints may use page, size, limit, offset, or a continuation token depending on the endpoint. The exact parameters and response shape are in the Partner API, Public API, or OpenAPI specs (Trader standard REST) for that operation.

For any given list or search endpoint, check the OpenAPI spec for that API to see the supported query parameters and how the response indicates more pages (e.g. nextPageToken, hasMore, or link headers).