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
| Purpose | Endpoint | Parameters | Data availability |
|---|---|---|---|
| Markets / instruments | GET /v2/conf/pub:list:pair:exchange | No 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 stats | GET /v2/tickers?symbols=ALL | symbols=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.
Fees
Not verified yet.
Example
curl -sS 'https://api-pub.bitfinex.com/v2/tickers?symbols=ALL'