---
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

## Changes

- **2023-09-02** `6622e0c15100` — 1 breaking
  - for the `query` request parameter `marginCall`, the type/format was changed from `number`/`decimal` to `number`/`float`
- **2022-12-23** `0fd8c8a60f97` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/binance/apis/binance-public-spot-api/changes/sapi/v1/loan/customize/margin_call/post.md)

---

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