Create collateral withdrawal request

post/api/prime/trading/v1/accounts/{accountId}/margin/collateral/withdrawalrequests

Create a collateral withdrawal request.

Path Parameters

  • accountIdstringRequired
    The ID of the account

Request Body

currency string required
Currency symbol for withdrawal
quantity string <decimal>required
Amount to withdraw

202 Response

id string <uuid>required
Unique identifier for the withdrawal request
accountId string required
Account ID associated with the withdrawal request
enterpriseId string required
Enterprise ID associated with the withdrawal request
currency string required
Currency symbol for the withdrawal
quantity string <decimal>required
Amount requested for withdrawal
status string required
Current status of the withdrawal request
Allowed values: pending approved rejected completed cancelled
createdBy string required
User who created the withdrawal request
canceledBy
string or null
User who canceled the withdrawal request, if applicable
creationDate string <date-time>required
Timestamp when the request was created
modifiedDate string <date-time>required
Timestamp when the request was last modified