VIP Loan Borrow
VIP loan is available for VIP users only.
Weight(UID): 6000
Query parameters
Coin loaned
The value cannot be greater than 60000
UTC timestamp in ms
Signature
Response
Collateral Assets Data
Example response
{
"loanAccountId": "12345678",
"requestId": "12345678",
"loanCoin": "BTC",
"isFlexibleRate": "No",
"loanAmount": "100.55",
"collateralAccountId": "12345678,12345678,12345678",
"collateralCoin": "BUSD,USDT,ETH",
"loanTerm": "30"
}Changes
Changed in 2 of the 26 revisions of this API.24
- ▲
removed the enum value
falsefrom thequeryrequest parameterisFlexibleRaterequest-parameter-enum-value-removed
- ▲
removed the enum value
truefrom thequeryrequest parameterisFlexibleRaterequest-parameter-enum-value-removed
- ○
added the new enum value
FALSEto thequeryrequest parameterisFlexibleRaterequest-parameter-enum-value-added
- ○
added the new enum value
TRUEto thequeryrequest parameterisFlexibleRaterequest-parameter-enum-value-added
- ○
for the
queryrequest parameterisFlexibleRate, the type was generalized frombooleantostringrequest-parameter-type-generalized
- ▲
- ○
endpoint added
endpoint-added
- ○