问题标签 [binance]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
api - 使用 websocket 管理币安订单簿
我对币安文档中的建议实现有疑问。该指南可在链接上获得: 如何正确管理本地订单簿
如果我需要源源不断的@depth 数据流,为什么我需要他们建议的前四个步骤。为什么我要先缓冲流然后拍摄快照以确定要丢弃哪些数据然后继续收听流?如果我的用例甚至需要这些步骤(正在跟踪实时订单簿数据),我不理解这些步骤的逻辑需求
python - Python 3 处理错误 TypeError:不允许捕获不继承自 BaseException 的类
当我运行此代码时:
我收到了这个错误:
我读到这个异常类型错误警告有时会显示,有时在使用生成器的 throw 方法时不会显示,而这个Can't catch mocked exception 因为它不继承 BaseException也读过这个https://medium.com/python-pandemonium/a -非常挑剔的python-d9b994bdf7f0除外
我用这段代码修复它:
结果是忽略错误并转到下一个,但我想捕获错误并打印它。
python - Pandas json_load 缺少小数点
当我使用 pandas 转换数据时,我正在努力显示来自 json 提要的所有小数。代码如下。
输出是:
虽然 json 提要具有更多小数的值,例如:
0 1542768840000 1“ 0.00000119” 2“ 0.00000120” 3“ 0.00000119” 4“ 0.00000120” 5“ 5030.00000000” 6 154276889999999999 7“ 0.005999580
我尝试使用precision_float 选项,但它似乎没有做它应该做的事情。任何帮助将不胜感激。
google-apps-script - 仅通过菜单运行 Google Sheet 脚本时来自 API 的“请求被阻止”(在脚本编辑器中工作)
我有一个可以通过脚本编辑器正常工作的 Google 表格脚本。当我尝试通过菜单选项运行它时,它给了我来自 API 的“请求被阻止”。该脚本基本上是在尝试访问 Binance API。
这是代码:
这是请求被阻止时币安的响应
r - 使用 R 创建订单 API Binance
请帮忙...:)
我正在尝试通过 RStudio 中的 Binance API 创建订单,但我无法创建它。
这是我使用的代码:
我收到响应:响应 [ https://api.binance.com/api/v3/order?signature=3e70e503ca46fa86d11a3c4d1c4fa1486be78f6d9c1c09b7e05ea4ae04c303e7] 日期:2018-12-05 14:29 状态:400 内容类型:application/json;charset= utf-8 大小:95 B
但是我的币安账户上什么也没发生:/
我究竟做错了什么?
谢谢...
xcode - official binance-api swift4 compile error
about this https://github.com/dpyro/BinanceApi. I use XCode 10, macos 10.13/10.14 and swift 4.2. I did do what is written in the readme file, but I still got an error. The log is a little bit long so I insert here a small portion.
-
the error part in the log when it fails is this.
"
I did remove the recurring file names for the sake of the text size. The only thing that I get out of this is this line
But don't know how to fix this because I don't get a pre compiler error warning and I use Swift.
Being busy for 6 hours but whatever I do I cant find the solution. Please, any suggestions?
BTW, how can I avoid that it compiles for every apple device? I only need the macos version.
python - How to read json format from binance api using pandas?
I want to get live prices of concurrency from rest api of binance.
I am using:
It gives the following error when this function is called:
Previously, I used this function to call historical data from binance api:
And this works fluently.
I just want price of that coin and show it as an integer or dataframe from this url:
Thanks for helping me.
Also, it would be great if you could provide more detail on debugging such "value" errors.
javascript - 如何打开多个 WebSocket 流
我正在尝试从 Binance WebSocket API 流式传输数据,我让它一次为一个符号工作。
var 行symbols = getSymbol();
创建了一个包含 431 个符号的数组,我的逻辑(以及我想要实现的)是将其添加new websocket()
到 forEach 并从所有货币对中流式传输价格数据。
我不确定这是否可能,或者有什么更好的解决方案,但我希望流式传输和显示来自 api 的实时数据。
python - 币安 API get_ticker() 数据
我无法弄清楚 Binance 返回的最后三个数字的get_ticker()
含义: