Type/to search
1
Follow
0
Followers
exchange.IO 문제가 뭔지 모르겠어요?
Help
Created 2021-04-21 15:11:24  
 2
 1390

어떤 오빠가 어떻게 코인의 투자비율을 확인하고, 변수를 호출하고, 오류를 계속 표시하는지 알려주실 수 있나요?
"아, 난 정말 잘 모르겠어요.

글쓰기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
Comment
All comments (2)

    公开接口用HttpQuery加密用IO,先把社区置顶的教程看了

    5 years ago

    感谢感谢,确实没有看太仔细教程!解决了一大困扰。今天就把教程仔细看了

    5 years ago
  • 1
Forums
PINE Language
Get the app
iPhone Download
© 2015 - ∞ INVENTOR PTE LTD (SG)