Portfolio Margin

Get Portfolio Margin Asset Leverage (USER_DATA)

Weight(IP): 50

get/sapi/v1/portfolio/margin-asset-leverage

Response

Classic Portfolio Margin Collateral Rate

assetstring
collateralRatestring

Example response

[
  {
    "asset": "USDC",
    "collateralRate": "1.0000"
  }
]

Changes

Changed in 2 of the 26 revisions of this API.4

    • added the non-success response with the status 400

      response-non-success-status-added

    • added the non-success response with the status 401

      response-non-success-status-added

    • added the success response with the status 200

      response-success-status-added

    • endpoint added

      endpoint-added