Skip to main content
GET
TypeScript SDK

Authorizations

x-api-key
string
header
required

Query Parameters

pageSize
integer
default:20

Max results to return (1-100). Applies to the first page only; ignored when a pageToken is supplied (the token's encoded page size wins).

Required range: 1 <= x <= 100
Example:

20

pageToken
string

Opaque cursor from a previous response's nextPageToken. Encodes the page size so it does not need to be re-sent. Omit to fetch the first page.

Minimum string length: 1

Response

Rebalances found

rebalances
object[]
required

Page of rebalances, most-recently-active first.

nextPageToken
string | null
required

Opaque cursor for the next page; null on the last page.