List Prime Settlement Batches
Retrieves a list of Prime settlement batches, optionally filtered by status and time range. Results are sorted by creation time, most recent first.
API Key Permissions Required: Orders and trades - Query open orders & trades
Authorizations
The "API-Key" header should contain your API key.
Authenticated requests should be signed with the "API-Sign" header, using a signature generated with your private key, nonce, encoded payload, and URI path.
Body
Nonce used in construction of API-Sign header
Type of asset to filter by.
spot, option, future Filter batches by status. If omitted, all statuses are returned.
unsettled, partially_settled, settled, completed ["unsettled", "partially_settled"]Unix timestamp in milliseconds. Only return batches created after this time (exclusive).
1700000000000
Unix timestamp in milliseconds. Only return batches created before or at this time (inclusive).
1700100000000
Maximum number of batches to return. Defaults to 50, maximum 200.
x <= 20020
Number of batches to skip, for pagination.
0