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

Exchange: BITTREX #8

Open
gmanroney opened this issue Dec 29, 2017 · 4 comments
Open

Exchange: BITTREX #8

gmanroney opened this issue Dec 29, 2017 · 4 comments
Assignees

Comments

@gmanroney
Copy link
Owner

{
  "name": "bittrex",
  "docurl": "https://www.npmjs.com/package/node.bittrex.api",
  "wssurl": "???",
  "pairs": "BTCUSD, LTCUSD, LTCBTC, ETHUSD, ETHBTC, ETCUSD, ETCBTC, BFXUSD, BFXBTC, RRTUSD, RRTBTC, ZECUSD, ZECBTC",
  "active": "N"
}
@gmanroney gmanroney self-assigned this Dec 29, 2017
@gmanroney
Copy link
Owner Author

General format of output is

{ MarketName: 'BTC-ETH',
Nounce: 97322,
Buys:
[ { Type: 1, Rate: 0.05349998, Quantity: 0 },
{ Type: 0, Rate: 0.05331, Quantity: 13.5344 },
{ Type: 0, Rate: 0.05301003, Quantity: 14.38764274 },
{ Type: 2, Rate: 0.053, Quantity: 24.36929234 },
{ Type: 0, Rate: 0.05033001, Quantity: 0.10796023 },
{ Type: 1, Rate: 0.050327, Quantity: 0 },
{ Type: 1, Rate: 0.05032473, Quantity: 0 } ],
Sells:
[ { Type: 0, Rate: 0.05349998, Quantity: 0.89460444 },
{ Type: 0, Rate: 0.05400466, Quantity: 10.74985874 },
{ Type: 1, Rate: 0.05408672, Quantity: 0 },
{ Type: 1, Rate: 0.05516448, Quantity: 0 } ],
Fills:
[ { OrderType: 'SELL',
Rate: 0.05349998,
Quantity: 0.1299218,
TimeStamp: '2017-12-31T23:18:31.03' },
{ OrderType: 'SELL',
Rate: 0.05349998,
Quantity: 0.1770782,
TimeStamp: '2017-12-31T23:18:30.903' } ] }

@gmanroney
Copy link
Owner Author

gmanroney commented Jan 1, 2018

I really don't know how to go any further with this one. Also it seems like you need to send all of the symbols in one websocket request. Creating individual websocket requests as was the case for the others is not working here. Finally the number of crypto currencies are huge; not sure which ones to put in ...
https://bittrex.com/home/markets

screen shot 2018-01-01 at 01 07 09

gmanroney pushed a commit that referenced this issue Jan 1, 2018
…o extract and transform data. Have logged a question on another github page. See what happens ....
@gmanroney
Copy link
Owner Author

Logged issue at n0mad01/node.bittrex.api#23

@gmanroney
Copy link
Owner Author

  • Integrated API
  • Websocket working
  • Can send currency symbol and get result
  • All symbols sent as one single request
  • Cannot work out how to translate return
  • Did not create redis

gmanroney pushed a commit that referenced this issue Jan 5, 2018
…formation. Send a group of symbols to bittrex at same time (different to other exchanges) which seems to be much more efficient also.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant