---
title: "Crypto Loan Customize Margin Call (TRADE)"
method: POST
path: "/sapi/v1/loan/customize/margin_call"
tags: ["Crypto Loans"]
---

# Crypto Loan Customize Margin Call (TRADE)

`POST /sapi/v1/loan/customize/margin_call`

Customize margin call for ongoing orders only.

Weight(UID): 6000

## Query parameters

- `orderId` integer
- `collateralCoin` string
- `marginCall` number, float, required
- `recvWindow` integer
- `timestamp` integer, required
- `signature` string, required

## Response `200`

Collateral Assets Data

- object
  - `rows` object[], required
    - `orderId` string, required
    - `collateralCoin` string, required
    - `preMarginCall` string, required
    - `afterMarginCall` string, required
    - `customizeTime` integer, required
  - `total` integer, required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized Request

---

[API](https://skmtc.net/binance/apis/binance-public-spot-api.md) · [All operations](https://skmtc.net/binance/apis/binance-public-spot-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/binance/binance-public-spot-api/revisions/0dd2f133e12d/schema)
