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

# Perpetual Market Asset Contexts

> Perpetual market asset context data including volume, open interest, funding, premium, and mid price

The `hyperliquid.raw.perpetual_market_asset_contexts` table contains perpetual market asset context data. This includes coin volume, open interest, funding, premium, and mid price.

## Table Columns

| Column Name          | Description                       |
| -------------------- | --------------------------------- |
| timestamp            | The UTC timestamp of the snapshot |
| coin                 | The asset symbol                  |
| day\_base\_volume    | Daily base volume                 |
| day\_natural\_volume | Daily natural volume              |
| open\_interest       | Open interest                     |
| funding              | Current funding rate              |
| premium              | Premium                           |
| mark\_price          | Mark price                        |
| mid\_price           | Mid price                         |
| oracle\_price        | Oracle price                      |
| previous\_day\_price | Previous day's price              |
| max\_leverage        | Maximum leverage allowed          |
| impact\_prices       | Impact prices as a JSON variant   |
