◻️批量查询兑换汇率
接口汇率更新频率
接口说明
https://{host}/api/v1/getInfo参数
是否必须
说明
{
"transactionPair":"DOGEtoBTC,BTCtoETH"
}字段名称
字段
数据类型
备注
注意事项
计算用户兑换实际到账数量
Last updated
https://{host}/api/v1/getInfo{
"transactionPair":"DOGEtoBTC,BTCtoETH"
}Last updated
{
"data": {
"DOGEtoBTC": {
"depositMax": "21458291499499.955262",
"depositMin": "0.081593",
"instantRate": "0.001",
"minerFee": "164.629310344827586207",
"receiveCoinFee": "0.02"//兑换完成发币要扣除的网络手续费0.02HT(HECO)
},
"BTCtoETH": {
"depositMax": "6000000",
"depositMin": "45041.394252",
"instantRate": "10000",
"minerFee": "0.001",
"receiveCoinFee": "0.0007"//兑换完成发币要扣除的网络手续费0.0007BTC
}
},
"resCode": "800",
"resMsg": "成功",
"resMsgEn": ""
}