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

# Market Data: Direct API: Kraken

> Kraken endpoints and compute-unit rates for Market Data: Direct API.

[← Back to Market Data: Direct API](/reference/direct-api/categories/direct-api-market-data)

### GET

| Path                                                                                  | Est. CU | Description                                                                                                                                                                             |
| ------------------------------------------------------------------------------------- | ------: | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| <code>direct/v1/Kraken/derivatives/api/v3/feeschedules<br />/volumes</code>           |      20 | Returns your fee schedule volumes for each fee schedule.                                                                                                                                |
| <code>direct/v1/Kraken/0/public/GroupedBook</code>                                    |      20 | The GroupedBook endpoint aggregates the volume in the order book over a specified tick range. It provides a summary of liquidity deep into the book, useful for user interface display. |
| <code>direct/v1/Kraken/derivatives/api/v3/instruments<br />/{symbol}/status</code>    |      20 | Returns price dislocation and volatility details for given market.                                                                                                                      |
| <code>direct/v1/Kraken/derivatives/api/v3/instruments<br />/status</code>             |      20 | Returns price dislocation and volatility details for all markets.                                                                                                                       |
| <code>direct/v1/Kraken/derivatives/api/v3/instruments</code>                          |      20 | Returns specifications for all currently listed markets and indices.                                                                                                                    |
| <code>direct/v1/Kraken/api/charts/v1/analytics<br />/liquidity-pool</code>            |      20 | Get liquidity pool statistic including usd value                                                                                                                                        |
| <code>direct/v1/Kraken/0/public/OHLC</code>                                           |      20 | Retrieve OHLC market data.                                                                                                                                                              |
| <code>direct/v1/Kraken/0/public/Depth</code>                                          |      20 | Returns level 2 (L2) order book, which describes the individual price levels in the book with aggregated order quantities at each level.                                                |
| <code>direct/v1/Kraken/derivatives/api/v3/orderbook</code>                            |      20 | This endpoint returns the entire non-cumulative order book of currently listed Futures contracts.                                                                                       |
| <code>direct/v1/Kraken/api/history/v3/market<br />/{tradeable}/executions</code>      |      20 | Lists trades for a market.                                                                                                                                                              |
| <code>direct/v1/Kraken/api/history/v3/market<br />/{tradeable}/price</code>           |      20 | Lists price events for a market.                                                                                                                                                        |
| <code>direct/v1/Kraken/api/history/v3/market<br />/{tradeable}/orders</code>          |      20 | Lists order events for a market.                                                                                                                                                        |
| <code>direct/v1/Kraken/0/public/Spread</code>                                         |      20 | Returns the last \~200 top-of-book spreads for a given pair                                                                                                                             |
| <code>direct/v1/Kraken/0/public/Trades</code>                                         |      20 | Returns the last 1000 trades by default                                                                                                                                                 |
| <code>direct/v1/Kraken/derivatives/api/v3/tickers<br />/{symbol}</code>               |      20 | Get market data for contract or index by symbol                                                                                                                                         |
| <code>direct/v1/Kraken/0/public/Ticker</code>                                         |      20 | Get ticker information for all or requested markets.                                                                                                                                    |
| <code>direct/v1/Kraken/derivatives/api/v3/tickers</code>                              |      20 | This endpoint returns current market data for all currently listed Futures contracts and indices.                                                                                       |
| <code>direct/v1/Kraken/0/public/AssetPairs</code>                                     |      20 | Get tradable asset pairs                                                                                                                                                                |
| <code>direct/v1/Kraken/derivatives/api/v3/history</code>                              |      20 | This endpoint returns the most recent 100 trades prior to the specified lastTime value up to past 7 days or recent trading engine restart (whichever is sooner).                        |
| <code>direct/v1/Kraken/derivatives/api/v3/trading<br />/instruments</code>            |      20 | Returns specifications for all currently accessible markets and indices.                                                                                                                |
| <code>direct/v1/Kraken/derivatives/api/v3<br />/historical-funding-rates</code>       |      20 | Returns list of historical funding rates for given market.                                                                                                                              |
| <code>direct/v1/Kraken/api/charts/v1/analytics<br />/{symbol}/{analytics_type}</code> |      20 | Analytics data divided into time buckets                                                                                                                                                |
| <code>direct/v1/Kraken/api/charts/v1/:tick\_type<br />/{symbol}/{resolution}</code>   |      20 | Candles for specified tick type, market, and resolution.                                                                                                                                |
| <code>direct/v1/Kraken/api/charts/v1/{tick_type}</code>                               |      20 | Markets available for specified tick type.                                                                                                                                              |
| <code>direct/v1/Kraken/0/public/PostTrade</code>                                      |      20 | Returns a list of trades on the spot exchange. If no filter parameters are specified, the last 1000 trades for all pairs are received.                                                  |
| <code>direct/v1/Kraken/0/public/PreTrade</code>                                       |      20 | Returns the price levels in the order book with aggregated order quantities at each price level. The top 10 levels are returned for each trading pair.                                  |
| <code>direct/v1/Kraken/api/charts/v1/{tick_type}<br />/{symbol}</code>                |      20 | Candle resolutions available for specified tick type and market.                                                                                                                        |
| <code>direct/v1/Kraken/api/charts/v1</code>                                           |      20 | Returns all available tick types to use with the markets endpoint.                                                                                                                      |
