Skip to main content

REST API Settings - Disable margin asset

Disable margin asset

Written by Albert
Updated over 2 weeks ago

Disable margin asset

DELETE /frontoffice/api/v4/account-margin-settings/assets/{assetId}

Summary

Use this method to prohibit a specific asset from being used as collateral for margin trading.

Request

Path parameters

assetId required

The asset identifier.

Request example

DELETE /frontoffice/api/v4/account-margin-settings/assets/usdt HTTP/1.1
Host: {host}
Authorization: Bearer JWT
Accept: */*

Response

In case of success, an empty object will be returned.

Response example β€” 200: OK

{}

Did this answer your question?