CEX API

Bitfinex public market API

Public REST, no authentication for spot market data. Pair metadata endpoint returns exchange pairs and requires normalization.

Access

Base URL
https://api-pub.bitfinex.com/v2
Authentication
Public REST, no authentication for spot market data.
CoinEel status
Implemented
Maker fee
Not verified yet
Taker fee
Not verified yet
Last updated
2026-06-02
Last checked
2026-06-02

Endpoints

PurposeEndpointParametersData availability
Markets / instrumentsGET /v2/conf/pub:list:pair:exchangeNo request body; path selects the exchange pair config.Tradable spot pair identifiers, base/quote metadata where the venue exposes it, and status/trading flags where available.
Tickers / 24h statsGET /v2/tickers?symbols=ALLsymbols=ALL for all public ticker rows. Spot trading symbols start with t.Bid, ask, last price, daily change ratio, 24h base volume, high, and low. CoinEel ignores funding symbols.

Rate limits

Official docs publish public REST and websocket throttling requirements.

Official source: https://docs.bitfinex.com/docs | https://docs.bitfinex.com/reference/rest-public-conf | https://docs.bitfinex.com/reference/rest-public-tickers | https://docs.bitfinex.com/docs/requirements-and-limitations | https://api-pub.bitfinex.com/v2/conf/pub:list:pair:exchange | https://api-pub.bitfinex.com/v2/tickers?symbols=ALL

Fees

Not verified yet.

Example

curl -sS 'https://api-pub.bitfinex.com/v2/tickers?symbols=ALL'

Back to CEX index