1
Follow
0
Followers
兄貴が教えてくれたら,どうやったら金銭の利率を調べられるか? 参数呼び出しで,常にエラーが表示されるか?
勉強したばかりで 困ったことが何なのかもわからない
書き方1:
function main() {
var res = exchange.IO(
"api",
"GET",
"/linear-swap-api/v1/swap_funding_rate","contract_code=BTC-USDT"
契約金利を入手する
return res;
}
誤りについて:
Futures_OP 4: 400: {"timestamp":"2021-04-21T07:07:54.715+0000","status":400,"error":"Bad Request","message":"Required String parameter 'contract_code' is not present","path":"/linear-swap-api/v1/swap_funding_rate"}
書き方2:
function main() {
var res = exchange.IO(
"api",
"GET",
"/linear-swap-api/v1/swap_funding_rate?contract_code=BTC-USDT"
契約金利を入手する
return res;
}
誤りについて:
Futures_OP 4: map[err_code:1014 err_msg:This contract doesnt exist. status:error ts:1.618988994379e+12]
Related Recommendations
How to Specify Different Versions of Data for the Rented Strategy by Its Rental Code MetadataAdvanced Tutorial for FMZ Quant platform Strategy WritingElementary Tutorial for FMZ Quant platform Strategy WritingGet Started with FMZ Quant PlatformSECURITY BUGI keep getting error: Exchange_GetAccount: Invalid ContractTypeWe have an incredibly profitable market making algorithm for sideways markets on Bitmex - but need expert to help eliminate wait times during downward volatility in the marketError with deribitLimitations of the backtesting engineHow to install ta-lib on linux docker?
