Skip to main content

Get Max. Allowed Reduction Collateral Amount

Query the maximum allowed reduction collateral amount

Permission: "Spot trade"

HTTP Request

GET /v5/crypto-loan/max-collateral-amount

Request Parameters

ParameterRequiredTypeComments
orderIdtruestringLoan coin ID

Response Parameters

ParameterTypeComments
maxCollateralAmountstringMax. reduction collateral amount

Request Example

GET /v5/crypto-loan/max-collateral-amount?orderId=1794267532472646144 HTTP/1.1
Host: api-testnet.bybit.com
X-BAPI-SIGN: XXXXXX
X-BAPI-API-KEY: XXXXXX
X-BAPI-TIMESTAMP: 1728634289933
X-BAPI-RECV-WINDOW: 5000

Response Example

{
"retCode": 0,
"retMsg": "request.success",
"result": {
"maxCollateralAmount": "0.00210611"
},
"retExtInfo": {},
"time": 1728634291554
}