BSwap
Pool Configure (USER_DATA)
Weight(IP): 150
get/sapi/v1/bswap/poolConfigure
Query parameters
poolIdinteger
Example:2
recvWindowinteger
Example:5000
The value cannot be greater than 60000
timestampinteger required
UTC timestamp in ms
signaturestring required
Signature
Response
Pool Information
Example response
[
{
"poolId": 2,
"poolNmae": "BUSD/USDT",
"updateTime": 1565769342148,
"liquidity": {
"constantA": 2000,
"minRedeemShare": 0.1,
"slippageTolerance": 0.2
},
"assetConfigure": {
"BUSD": {
"minAdd": 10,
"maxAdd": 20,
"minSwap": 10,
"maxSwap": 30
},
"USDT": {
"minAdd": 10,
"maxAdd": 20,
"minSwap": 10,
"maxSwap": 30
}
}
}
]