latestOpenAPI 3.0.32026-08-224982,0272.8 MB
e445c15e5bee
Margin
Transfer collateral for margin
Transfers collateral for the specified account.
post/api/prime/trading/v1/accounts/{accountId}/margin/collateral/transfer
Path parameters
accountIdstring required
The ID of the account
Request body
Example request
{
"currency": "BTC",
"quantity": "2"
}Response
Collateral transfer response
Example response
{
"transferId": "2bf68bb7-513d-40af-9fc9-249060c3c7ac",
"currency": "BTC",
"quantity": "2",
"balanceValue": {
"quantity": "1000000",
"currency": "USD"
}
}