Bitfinex API serves spot ticker, order book and candle data through its public v2 endpoints.
The information on this page was compiled from the provider's own sources, but the record has not been through full editorial review. Verify access conditions and limits against the provider's current documentation. Records in this state are not indexed by search engines.
Our review criteriaCatalog notes to consider when evaluating the integration, in addition to the provider documentation.
Public market data is served from a separate host: api-pub.bitfinex.com. Trading pair symbols carry a 't' prefix, for example tBTCUSD. The ticker response is a positional array rather than named fields, so map the positions against the documentation. Public endpoints were verified without a key on 2026-08-08.
Last verified: August 9, 2026
Public test lab configuration summary for this API.
https://api-pub.bitfinex.com/Methods
Verified endpoint examples
/v2/ticker/tBTCUSDBTC/USD ticker
Returns last price, volume and change data for a single pair.
/v2/tickersAll tickers
Returns ticker data for every pair in one request.
/v2/book/tBTCUSD/P0BTC/USD order book
Returns an order book snapshot for the selected pair.
/v2/candles/trade:1h:tBTCUSD/histBTC/USD candles
Returns historical hourly OHLCV candle data.
Tracked public interactions for this catalog entry.
views
5
doc clicks
0
API calls
4
API ownership claim
If you are the official provider of this API, you can submit an ownership claim.