> ## Documentation Index
> Fetch the complete documentation index at: https://docs.amberdata.io/llms.txt
> Use this file to discover all available pages before exploring further.

# LWAP (Liquidity-Weighted Average Price)

# Description

LWAP is a liquidity-weighted average of prices derived from the order book. Unlike VWAP, which is based on executed volume, LWAP focuses on the price levels with the most available liquidity.

***

# Details

LWAP offers a view of the true market-clearing price based on where liquidity sits, rather than where trades occur. It's particularly helpful for estimating where large trades would most likely be filled without disrupting the market. Often used to compare with VWAP or to assess liquidity health at a given point in time.

# API Endpoints

[/spot-analytics-information-order-book-depth](/http/analytics/spot/information-depth-analytics-pairs-and-exchanges)

[/spot-analytics-order-book-depth-lwap](/http/analytics/spot/lwap)

***

# Availability

We cover major tokens such as BTC, ETH, XRP, SOL, and USDT for exchanges with limited Depth order count, while all pairs for exchanges with Full Depth.

Please use the information endpoint to find all coverage and exact trading pairs.

Note: \*major pairs only

| Exchange        | History    | Granularity | Depth Order Count |
| --------------- | ---------- | ----------- | ----------------- |
| Binance         | 2024-01-01 | 1min        | 5000              |
| Binance.us      | 2025-01-01 | 1min        | 5000              |
| Bitstamp        | 2025-01-01 | 1min        | Full              |
| Bullish         | 2025-03-16 | 1min        | 150               |
| Deribit         | 2025-03-19 | 1min        | Full              |
| GDAX (Coinbase) | 2024-01-01 | 1min        | Full              |
| Gemini          | 2024-06-01 | 1min        | Full              |
| Huobi\*         | 2024-01-01 | 1min        | 150               |
| itBit           | 2025-03-05 | 1min        | Full              |
| Kraken\*        | 2025-01-01 | 1min        | 500               |
| OKEx (OKX)      | 2024-01-01 | 1min        | 1000              |
| bybit\*         | 2024-01-01 | 1min        | 200               |

***

# Frequently Asked Questions

**How is LWAP different from VWAP?**

* VWAP is trade-executed price weighted by volume; LWAP uses order book liquidity as the weighting input. LWAP is a forward-looking execution model, whereas VWAP is historical.

**Why is LWAP important?**

* It can help traders and quants simulate trade impact or optimize execution paths.

***
