-
The below exception is being returned when I execute the following code:
var client = new TradeApi(publicKey, privateKey);
var _trades = client.GetTrades(CurrencyPair.Parse("XRP_BTC"), startDate, en…
-
关于vnpy/api/* 和 vnpy/app/gateway/*的结构有一个问题和两个建议
以huobi为例
1. 目前的结构是 vnpy/api/gateway/HuobiGateway.HuobiGateway继承vtGateway, HuobiGateway.TradeApi/DataApi 继承vnpy/api/vnhuobi
vnhuobi和HuobiGateway.Tr…
-
我在执行CTPMarketApi.Tests中的测试用例时,登陆connect时会报这个错误。
-
https://live.b2bx.exchange/
https://www.b2bx.exchange
API: https://live.b2bx.exchange/tradeapi
https://live.b2bx.exchange/websocketfeedapi
https://live.b2bx.exchange/websockettradeapi
-
Hello, Guys
I've seen that you had added negociecoins support recently. But I wasn't able to use it's Private API. Is someone facing the same problem?
Something about 403 error.
-
tmlee updated
6 years ago
-
Thank you very much for keeping this amazing library updated.
I would like to make a suggestion of a new exchange: Negociecoins. It's a brazilian exchange.
This is the main site: https://www.neg…
-
Hi
Bitcointoyou have 200000 users, it's time to add this exchange to xchange
Example of use api:
https://github.com/Bitcointoyou/robo.net
-
from jaqs.trade.tradeapi import TradeApi
tapi = TradeApi(addr="tcp://gw.quantos.org:8901")
Exception cannot import name 'createWsUrl'
TradeApi: _on_connected
之前会提示少了jrpc包,安装了jrpd包之后就提示上述问题
环境…
-
I have some problems with running the first and most simple text example in Tomcat with my servlet. I have included all the libs, but I get java.lang.NoClassDefFoundError.
How many people are running…