Binance switched base addresses

Author: bamsmen, Created: 2023-02-09 17:59:05, Updated:

exchange.SetBase("https://api.binance.com") 
let vol = exchange.IO( "api","GET","/api/v3/ticker/24hr" )
Log(vol)
exchange.SetBase("https://fapi.binance.com")

错误信息:Futures_OP 4: 400: {"code":-1104,"msg":"Not all sent parameters were read; read '0' parameter(s) but was sent '3'."}

试了下切换基地址后访问其他接口,也都会报类似错误,请管理员看下

More

The Little DreamHello, the exchange.IO function is used to access private interfaces, which are encapsulated in the signature parameters (additional parameters such as timestamps will be passed, so using this function to access public interfaces will result in an error). What's up? /api/v3/ticker/24hr is the most recent version of this file. What's up? This is a public interface.