Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disconnected from exchange #255

Open
prabhakaran101 opened this issue Oct 7, 2022 · 0 comments
Open

Disconnected from exchange #255

prabhakaran101 opened this issue Oct 7, 2022 · 0 comments

Comments

@prabhakaran101
Copy link

Hi,

I have setup all the configurations as like you mentioned and its running right now. But when i setup API key with updated API URL's its showing the error message like "Disconnected from exchange" and then automatically changed to "Null"

I think i was not using the right API URL or something... Herewith i have attached you the screenshot and Configuration URL too. Please look on this

Looking forward to hear from your end.

{
"TRIBECA_MODE": "dev",
"EXCHANGE": "OkCoin",
"TradedPair": "BTC/USD",
"MongoDbUrl": "mongodb://localhost:27017/tribeca",
"WebClientUsername": "NULL",
"WebClientPassword": "NULL",
"WebClientListenPort": "3000",
"ShowAllOrders": "true",

"HitBtcPullUrl": "https://api.hitbtc.com/api/3",
"HitBtcOrderEntryUrl": "wss://api.hitbtc.com/api/3/ws/trading",
"HitBtcMarketDataUrl": "wss://api.hitbtc.com/api/3/ws/public",
"HitBtcSocketIoUrl": "https://api.hitbtc.com/api/3",
"HitBtcApiKey": "xxxxx",
"HitBtcSecret": "xxxxx",
"HitBtcOrderDestination": "HitBtc",

"CoinbaseRestUrl": "https://api-public.sandbox.exchange.coinbase.com",
"CoinbaseWebsocketUrl": "wss://ws-feed-public.sandbox.exchange.coinbase.com",
"CoinbasePassphrase": "NULL",
"CoinbaseApiKey": "yyyy",
"CoinbaseSecret": "yyyyy",
"CoinbaseOrderDestination": "Coinbase",

"OkCoinWsUrl": "wss://real.okcoin.com:8443/ws/v3",
"OkCoinHttpUrl": "https://www.okcoin.com/api",
"OkCoinApiKey": "xxxxxxx",
"OkCoinSecretKey": "uuuuuuuuuuuu",
"OkCoinOrderDestination": "OkCoin",

"BitfinexHttpUrl": "https://api-pub.bitfinex.com/v2",
"BitfinexKey": "aaaaaaaaaaaaaaaa",
"BitfinexSecret": "bbbbbbbbbbbbbbbbb",
"BitfinexOrderDestination": "Bitfinex"

}
Screenshot (1)

Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant