withdraw 取款# 也可以自己实现自定义API接口。# ccxtpro实现了websocket的接口。# 除了基本的市价委托单和限价委托单,有些交易所还支持杠杆交易和衍生品交易(例如期货合同和期权), 以及暗池、场外交易(OTC)、商户API等更多服务。 三,实例化CCXT交易所类 要在代码中连接到交易所并开始交易数字货币,你首先需要利用cc...
so the error occurs in the ccxt lib. Code @wwwzone @wwwzonewe had updated proxiefs functionality, and now it's unified across different languages:https://github.com/ccxt/ccxt/wiki/Manual#proxy can you try: https_proxyinstead ofhttp_proxy How can i unset the proxy, as i'm getting this...
ContractUnavailable, NotSupported, InvalidProxySettings, ExchangeClosedByUser, OperationFailed, NetworkError, DDoSProtection, RateLimitExceeded, ExchangeNotAvailable, OnMaintenance, InvalidNonce, ChecksumError, RequestTimeout, BadResponse, NullResponse, CancelPending, UnsubscribeError } from './src/base/errors...
You can configure proxies by setting the environment variables HTTP_PROXY and HTTPS_PROXY. $ export HTTP_PROXY="http://10.10.1.10:3128" $ export HTTPS_PROXY="http://10.10.1.10:1080" 代码指定 import ccxt exchange = ccxt.poloniex({ 'proxies': { 'http': 'http://10.10.1.10:3128', #...
test-pro uncertify-exchanges method-guard ad_demogo/v4.4.66 v4.4.66 go/v4.4.65 v4.4.65 go/v4.4.64 v4.4.64 go/v4.4.63 v4.4.63 go/v4.4.62 v4.4.62 go/v4.4.61 go/v4.4.60 go/v4.4.59 go/v4.4.58 go/v4.4.57 go/v4.4.56 go/v4.4.54 go/v4.4.53 4.4.52 4.4.51此...
"nyc-coverage": "nyc --reporter=html --reporter=lcov --exclude='js/src/pro/**' --exclude='js/src/base/**' --exclude='js/src/test/**' --exclude='js/src/abstract/**' --exclude='js/src/static_dependencies' node jsInstrumented/src/test/tests.init.js --requestTests --responseTests...
proxyUrl socksProxy 使用代理回调函数 额外的代理相关细节 userAgent 自定义代理代理商 CORS(访问控制允许来源) 错误处理 异常层次结构 NetworkError DDoSProtection 交易所不可用 非法的Nonce值 注意事项 CCXT Pro手册 交易所 使用方法 先决条件 流媒体特定信息 订阅 Pub 增量数据结构 newUpdates 模式 实例化 交易所...
# ccxtpro实现了websocket的接口。# 除了基本的市价委托单和限价委托单,有些交易所还支持杠杆交易和衍生品交易(例如期货合同和期权), 以及暗池、场外交易(OTC)、商户API等更多服务。 三,实例化CCXT交易所类 要在代码中连接到交易所并开始交易数字货币,你首先需要利用ccxt库实例化一个交易所类。
API Reference (If the page is not being rendered for you, you can refer to the mirror at https://docs.ccxt.com/)Pages 15 CCXT Pro Documentation https://ccxt.pro Exchanges Install Manual CCXT Documentation Supported Exchanges Exchanges By Country Install Manual Architecture Overview ...
Code Issues Pull requests A websocket proxy written in GoLang, that caches the endpoints: klines, depth, ticker/24hr, and exchangeInfo. It resembles the Binance API behaviour. And has a primary usecase to eliminate ratelimits when querying the Binance API from a single IP. go golang cry...