调用币安api, 获取合约资金划转历史 失败?

Author: moyou, Created: 2020-11-28 11:34:02, Updated: 2020-11-28 11:34:32

我使用exchange.IO函数调用币安的api来获取子账户的资金划转历史,失败了,有人知道原因吗? var history = exchange.IO("api", “GET”, “/sapi/v1/futures/transfer”,“asset=USDT&startTime=”+Date.now()+"&timestamp="+Date.now()) img


More

小草 抱什么错

小草 确定添加的是币安期货吗,基地址要一致

moyou Futures_OP 4: 404: <!DOCTYPE html> <!-- saved from url=(0032)https://www.binance.com/en/error --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="format-detection" content="telephone=no,email=no,address=no"> <title>Binance</title> <link rel="Shortcut Icon" href="https://www.binance.com/en/favicon.ico"> <style> body { margin: 0 } .img { width: 611px; margin: 68px auto 0 } .info { width: 370px; margin: 0 auto; text-align: center; font-family: Arial; } .info h3 { margin: 0; font-size: 25px; color: #333; font-weight: normal; } .info p { font-size: 14px; font-family: Arial; color: #333; line-height: 18px; margin: 0 } .info button { margin-top: 20px; width: 231px; height: 34px; background: #FFFFFF; border: 1px solid #F0B90B; box-sizing: border-box; border-radius: 3px; font-size: 14px; line-height: 16px; color: #F0B90B; } </style> </head> <body> <div class="img"><img alt="" src="/errorPages/404.jpg"></div> <div class="info"> <h3>出错啦!您访问的网页不存在。</h3> <p>Sorry! The page you’re looking for cannot be found.</p> <a href="/"> <button>Return to Binance home page</button> </a> </div> </body> </html>