Margin Trading(V3)

Margin Borrowing

{
  "success": true,
  "code": "200",
  "msg": "success",
  "retry": false,
  "data": {
    "orderNo": "5da6dba0f943c0c81f5d5db5",
    "actualSize": 10
  }
}

This API endpoint is used to initiate an application for cross or isolated margin borrowing.

HTTP REQUEST

POST /api/v3/margin/borrow

Example

POST /api/v3/margin/borrow

API KEY PERMISSIONS

This endpoint requires the Margin Trading permission.

REQUEST URL

This endpoint support Spot URL

REQUEST RATE LIMIT

Spot weight:15

PARAMETERS
Param Type Mandatory Description
isIsolated Boolean No true-isolated, false-cross; default is false
symbol String No Trading pair, mandatory for isolated margin account
currency String Yes Borrowed currency
size BigDecimal Yes Borrowed amount
timeInForce String Yes timeInForce: IOC, FOK
RESPONSES
Param Description
orderNo Borrow order number
actualSize Actual borrowed amount