Create Prime Settlement Batch
Creates a new Prime settlement batch from pending unsettled trades. Only one active batch per asset_kind can exist at a time.
Optionally pass asset_kind in the request body to select which trades to include: currency (fiat and cryptocurrency positions; default) or tokenized_equity (tokenized equity positions).
API Key Permissions Required: Orders and trades - Create & modify orders
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
Kind of assets to include in the settlement batch.
currency— Settle fiat and cryptocurrency positions.tokenized_equity— Settle tokenized equity positions.
If not specified, defaults to currency.
currency, tokenized_equity "currency"