Skip to content

API info on Bitfinex

mushegha edited this page Jun 1, 2018 · 1 revision

REST API

Get single ticker

Endpoint: https://api.bitfinex.com/v2/ticker

curl \
  --request GET \
  --url https://api.bitfinex.com/v2/ticker/tBTCUSD

Get multiple tickers

Endpoint: https://api.bitfinex.com/v2/tickers

curl \
  --request GET \
  --url https://api.bitfinex.com/v2/tickers?tBTCUSD,tETHUSD

Get list of available symbols

Endpoint: https://api.bitfinex.com/v1/symbols

curl \
  --request GET \
  --url https://api.bitfinex.com/v1/symbols

Footnotes

Full API docs could be found in https://bitfinex.readme.io/v2/reference

Clone this wiki locally