Crypto Exchange • REST API
Get order book
api
get
/public/order-book/{symbol}

Get order book

Fetch the current order book (bids and asks) for a given trading pair (with a maximum of 5 price levels).

X-API-KEY

The API key provided to you by Revolut X. Each API key directly maps to a user account (either business or retail).

Request

Path Parameters
Path Parameters

Example: "BTC-USD"

The trading pair, e.g., BTC-USD.

Response

OK

The Order Book snapshot for the given trading pair (with a maximum of 5 price levels).

Response body
Body object 

The list of asks (sell orders), sorted by price in descending order.

Example: "ETH"

Crypto-asset ID code.

Example: "Ethereum"

Crypto-asset full name.

Possible values: [SELL, BUYI]
Example: "SELL"

The side of the price level.

Example: "4600"

Price in major currency units. For example, for USD, 4600 represents 4600 dollars.

Example: "USD"

Price currency.

Example: "MONE"

Price notation.

Example: "17"

Aggregated quantity at this price level.

Example: "ETH"

Quantity currency.

Example: "UNIT"

Quantity notation.

Example: "REVX"

Venue of execution. Always equals REVX.

Example: "3"

Number of orders at the price level.

Example: "CLOB"

Trading system. Always equals CLOB (Central Limit Order Book).

Example: "2025-08-08T21:40:36.124538Z"

Publication date and time, returned as ISO-8601 string.

The list of bids (buy orders), sorted by price in descending order.

Example: "ETH"

Crypto-asset ID code.

Example: "Ethereum"

Crypto-asset full name.

Possible values: [SELL, BUYI]
Example: "SELL"

The side of the price level.

Example: "4600"

Price in major currency units. For example, for USD, 4600 represents 4600 dollars.

Example: "USD"

Price currency.

Example: "MONE"

Price notation.

Example: "17"

Aggregated quantity at this price level.

Example: "ETH"

Quantity currency.

Example: "UNIT"

Quantity notation.

Example: "REVX"

Venue of execution. Always equals REVX.

Example: "3"

Number of orders at the price level.

Example: "CLOB"

Trading system. Always equals CLOB (Central Limit Order Book).

Example: "2025-08-08T21:40:36.124538Z"

Publication date and time, returned as ISO-8601 string.

Example: "2025-08-08T21:40:36.124538Z"

Timestamp when the order book snapshot was generated, returned as ISO-8601 string.

Was this page helpful?
Loading...