-
Skip to content
aws-actions/configure-aws-credentialsPublic
Configure AWS credential environment variables for use in other GitHub Actions.
License
MIT license
1.8k stars 389 forks
Star
Wa…
-
### Operating System
windows
### Programming Languages
Python
### CCXT Version
4.1.16
### Description
Hi, I'm trying to set take profit and stop loss while create BingX swap order with this co…
-
Okay how may I help you
_Originally posted by @Github4559 in https://github.com/BingX-API/BingX-proof-of-reserves/issues/4#issuecomment-1631669440_
-
**Describe the bug**
官方文档提供的最基础示例,直接访问没有问题。但是使用 GPRC 协议就会报错。
https://github.com/cloudwego/kitex-examples/blob/main/hello/client/main.go#L29 这行代码新增:
client.WithTransportProtocol(transport.GRPC)。
…
-
### Operating System
Windows 11
### Programming Languages
Python
### CCXT Version
4.0.29
### Description
I can't open an order in Perpetual Futures, I use the same (create_market_order) for byb…
-
When I place orders via API there are no any updates in the user's stream. I use **jk.bingx.net 1.3.1**.
For subscription (**onOrderUpdate**) I use method **socketClient.PerpetualFuturesApi.Subscribe…
-
When I use method restClient.PerpetualFuturesApi.Trading.PlaceOrderAsync and place **market** order with params (see picture)
**quantity = 5**, I want to place order with 5 USDT but api try to place …
-
# 每日安全资讯(2024-10-25)
- SecWiki News
- [ ] [SecWiki News 2024-10-24 Review](http://www.sec-wiki.com/?2024-10-24)
- 奇安信攻防社区
- [ ] [【2024补天白帽黑客大会】JNDI新攻击面探索](https://forum.butian.net/share/3857)
-…
Tyaoo updated
1 month ago
-
```
using BingX.Net.Clients;
BingXSocketClient _bingx = new BingXSocketClient();
var response = await _bingx.PerpetualFuturesApi.SubscribeToTickerUpdatesAsync("NZD-USD", update =>
{
Conso…
-
**Describe the bug**
sometime boolean value response from api as json string, isn't true or false ! BingX return just empty string "" so the following code doesn't convert from json string to Object …