Authenticated Data Channels #414
Replies: 6 comments 4 replies
-
@cjdsellers - ok, thats a good question. Right now you'd need to call the info() method on the exchange class to find out what channels are supported, but thats cumbersome. I'll add documentation about supported data channels, including authenticated channels. |
Beta Was this translation helpful? Give feedback.
-
Here is the doc: https://github.com/bmoscon/cryptofeed/blob/master/docs/auth_channels.md As you can see right now Gemini is the only supported exchange, and it only has a single auth'd channel. I'm currently adding support for Kraken, which has 2 auth'd channels |
Beta Was this translation helpful? Give feedback.
-
Hi Bryant, Thanks for the update. Are there plans to add account details/balances auth'd endpoint access? My own use case is for trading platform integrations, minimally requiring auth'd order, trade, and account information. Probably at the very least order or trade/execution event streams, account details via REST would still work. As part of such an integration there would no doubt be some contribution upstream to you to assist the implementation and maintenance of the adapter. |
Beta Was this translation helpful? Give feedback.
-
I want to add Binance support, is there any doc to guide? |
Beta Was this translation helpful? Give feedback.
-
Is Binance.US now supported with authenticated channels? |
Beta Was this translation helpful? Give feedback.
-
Question: the documentation says, there is no authentication for Binance. But why would people then implement the private channels for BALANCES and ORDER_INFO (for which one needs to be authenticated)? Just a question, no criticism. |
Beta Was this translation helpful? Give feedback.
-
Hi Bryant,
Good work on starting to add the authenticated data channels support.
How can we find out which exchanges support authenticated channels, which are available, and which are a work in progress (intending to be supported)?
At the moment I can see a few examples, otherwise one would have to parse through the source code to find out?
Many thanks!
Beta Was this translation helpful? Give feedback.
All reactions