मैं अपने उप-खाते के फंड स्क्रॉल इतिहास को प्राप्त करने के लिए एक्सचेंज.आईओ फंक्शन का उपयोग करके बिटकॉइन की एपीआई को कॉल कर रहा हूं, और यह विफल हो गया है, क्या किसी को पता है कि क्यों?
var history = exchange.IO("api", "GET", "/sapi/v1/futures/transfer","asset=USDT&startTime="+Date.now()+"×tamp="+Date.now())

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>
- 1
