Select margin asset
POST /frontoffice/api/v4/account-margin-settings/assets/{assetId}
Summary
Use this method to enable a particular asset to be used as collateral for margin trading.
Only assets with the marginRatio more than 0 can be selected.
Request
Path parameters
assetId required
The asset identifier.
Request example
POST /frontoffice/api/v4/account-margin-settings/assets/usdt HTTP/1.1
Host: {host}
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
{}
Response
In case of success, an empty object will be returned.
Response example β 200: OK
{}
