Skip to main content

Isolated Borrow

Frequency limit: 10 times/1s (UID)

Description

HTTP Request

  • POST /api/v2/margin/isolated/account/borrow
Request Example
curl -X POST "https://api.bitget.com/api/v2/margin/isolated/account/borrow?symbol=USDT"  -H "ACCESS-KEY:*******" \
-H "ACCESS-SIGN:*******" \
-H "ACCESS-PASSPHRASE:*****" \
-H "ACCESS-TIMESTAMP:1659076670000" \
-H "locale:en-US" \
-H "Content-Type: application/json" -d '{"coin": "USDT","borrowAmount": "1","symbol": "BTCUSDT"}'

Request Parameters

ParameterTypeRequiredDescription
symbolStringYesBorrowing trading pairs, like BTCUSDT
coinStringYesBorrowing coins, such as BTC
borrowAmountStringYesBorrowing amount (up to 8 decimal places)
clientOidStringNoClient customized ID
Response Example
{
"code": "00000",
"msg": "success",
"requestTime": 1679384491703,
"data": {
"loanId":"123412412452345",
"symbol": "BTCUSDT",
"coin": "USDT",
"borrowAmount": "1.00000000"
}
}

Response Parameters

ParameterTypeDescription
loanIdStringLoan ID
coinStringBorrowing coin
borrowAmountStringBorrowing amount
symbolStringBorrowing trading pair

How was your Reading Experience with us?