v1
latestOpenAPI 3.1.02026-07-1410027.2 KBGeneral
Get System Params
Get system parameters of Loan API, including ranges for each parameter, required minimum offer amount, collections in whitelist, etc.
get/v3/sys/loanParam
Response
200
Example response
{
"data": {
"whitelist": [
"0xbc4ca0eda7647a8ab7c2061c2e118a18a936f13d"
],
"aprRange": [
100
],
"duration": [
259200
],
"tokenContract": [
"0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2"
],
"offerExpireRange": [
900
],
"signatureExpireTime": 300,
"minimumAmount": 100000000000000000,
"collections": [
{
"nftAddress": "0xbc4ca0eda7647a8ab7c2061c2e118a18a936f13d"
}
]
},
"code": 200,
"msg": "ok",
"t": 1559204889719
}