> ## 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.

# Positions Daily

Daily snapshot of open Solana perpetuals positions per trader and market (currently Jupiter Perpetuals).

### Table Columns

| Column Name          | Data Type | Description                                                   |
| -------------------- | --------- | ------------------------------------------------------------- |
| project              | VARCHAR   | The perpetuals project.                                       |
| protocol             | VARCHAR   | The specific protocol within the project.                     |
| version              | VARCHAR   | Protocol version.                                             |
| chain                | VARCHAR   | Blockchain network.                                           |
| activity\_date       | DATE      | Calendar date (UTC) of the snapshot.                          |
| trader               | VARCHAR   | Address of the trader.                                        |
| market\_index        | INTEGER   | Protocol market index.                                        |
| market\_symbol       | VARCHAR   | Market symbol (e.g. SOL-USD).                                 |
| side                 | VARCHAR   | Position side (`long` or `short`).                            |
| size\_base           | FLOAT     | Position size in base-asset units.                            |
| price\_usd           | FLOAT     | Mark or oracle price in USD used to value the position.       |
| position\_value\_usd | FLOAT     | Notional USD value of the position.                           |
| entry\_px            | FLOAT     | Average entry price in USD.                                   |
| liquidation\_price   | FLOAT     | Estimated liquidation price in USD.                           |
| margin\_used         | FLOAT     | Margin allocated to this position, in USD.                    |
| extra\_fields        | VARIANT   | Protocol-specific fields not promoted to first-class columns. |
