Ccxt: Bitfinex BTCUSD Longs/Shorts

Created on 14 Aug 2018  路  1Comment  路  Source: ccxt/ccxt

How do I get BTCUSD shorts/longs data from Bitfinex?

  • OS: Mac
  • Programming Language version: Node v8.11.3
  • CCXT version: 1.17.122
  • Exchange: Bitfinex
  • Method: Longs/shorts
question

Most helpful comment

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.

>All comments

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.

Was this page helpful?
0 / 5 - 0 ratings