How do I get BTCUSD shorts/longs data from Bitfinex?
How do I get BTCUSD shorts/longs data from Bitfinex?
You can call any of their methods with implicit API methods, as documented here: https://github.com/ccxt/ccxt/wiki/Manual#implicit-api-methods, thus you can call any of their endpoints from their docs here: https://bitfinex.readme.io/v1/reference. CCXT does support all of them. So you simply find the info you need for "longs" and "shorts" in their docs for a corresponding endpoint and issue an implicit call from there. Let us know if that does not answer your question.
Most helpful comment
You can call any of their methods with implicit API methods, as documented here: https://github.com/ccxt/ccxt/wiki/Manual#implicit-api-methods, thus you can call any of their endpoints from their docs here: https://bitfinex.readme.io/v1/reference. CCXT does support all of them. So you simply find the info you need for "longs" and "shorts" in their docs for a corresponding endpoint and issue an implicit call from there. Let us know if that does not answer your question.