The BitFinex provider is used to fetch the ticker price from the BitFinex websocket API. The total amount of subscriptions per connection is 30.
BitFinex provides public and private (authenticated) channels.
- Public channels -- No authentication is required, include tickers channel, K-Line channel, limit price channel, order book channel, and mark price channel etc.
- Private channels -- including account channel, order channel, and position channel, etc -- require log in.
The exact channel that is used to subscribe to the ticker price is the Tickers
. This pushes data regularly regarding a ticker status.
To retrieve all supported tickers, please run the following command:
curl https://api-pub.bitfinex.com/v2/conf/pub:list:currency