v26

latestOpenAPI 3.0.2raw.githubusercontent.com2024-10-0834042975.6 KB
VIP Loans

Query Application Status (USER_DATA)

Get Application Status

Weight(UID): 400

get/sapi/v1/loan/vip/request/data

Query parameters

currentinteger
Example:1

Current querying page. Start from 1. Default:1

limitinteger
Example:5

Default 500; max 1000.

recvWindowinteger
Example:5000

The value cannot be greater than 60000

timestampinteger required

UTC timestamp in ms

signaturestring required

Signature

Response

Application Status

totalinteger required

Example response

{
  "total": 1,
  "rows": [
    {
      "loanAccountId": "12345678",
      "orderId": "12345678",
      "requestId": "12345678",
      "loanCoin": "BTC",
      "loanAmount": "100.5",
      "collateralAccountId": "12345678,12345678,12345678",
      "collateralCoin": "BUSD,USDT,ETH"
    }
  ]
}