GET /book/{symbol}/{precision}

bitfinex.com:bitfinex

Summary: Order book
Operation ID: getOrderBook
Auth: unknown
Description

Returns the order book for a trading pair or funding currency. Precision P0-P4 are aggregated levels; R0 is raw.

Parameters (3)

len (integer, query, optional, default: 25)

Number of price levels to return (1, 25, 100, or 250)

Constraints: {'enum': [1, 25, 100, 250]}

precision (string, path, required)

Price precision level: P0, P1, P2, P3, P4 (aggregated), or R0 (raw)

Constraints: {'enum': ['P0', 'P1', 'P2', 'P3', 'P4', 'R0']}

symbol (string, path, required)

Trading pair or funding currency symbol

No probe data for this endpoint yet.