B

Bitfinex API

by Bitfinex Free tier

What is an API? API is short for Application Programming Interface. An API provides a means for one application to interact with another according to a set of rules. This set of rules can be found in the API documentation and describes how an application can interact with our exchange. What is the i…

finance

Quick Reference

Base URL https://docs.bitfinex.com Auth type API Key Header Auth header Authorization: Bearer YOUR_TOKEN Rate limit 90 req/min (public) · 90 req/min (private) Pricing Enterprise / contact sales Free quota None Documentation https://docs.bitfinex.com/docs Endpoint status Live — HTTP 200 — endpoint is accessible3.19s (checked Mar 29, 2026) Builder score D 32% builder-friendly
Pricing
28
Latency
40
Depth
28

Authentication

See documentation for auth details

Authorization: Bearer YOUR_TOKEN

Pricing

Model subscription Starting price Enterprise / contact sales Free quota None

Free public API access. Trading fees: maker 0.10%/taker 0.20% (decreases with volume). Margin trading, derivatives, and funding available.

Key Endpoints

MethodPathDescription
GET / See documentation for endpoint reference

Sample Request

curl 'https://docs.bitfinex.com'

Sample Response

{}

Data sourced from API Map. Always verify pricing and rate limits against the official Bitfinex documentation.