Derivative

Our data tables capture key derivative metrics on liquidity pools, trade positions, and user activity.

Key Tables:

  • Pools: Details of liquidity pools, including token addresses, pool creation data, and associated tokens.

  • LP Snapshot: Liquidity provider snapshots, tracking deposits, liquidated amounts, and fees accrued for each token in a pool.

  • Pool Snapshot: Snapshot of individuals pools, including funding rates, fee rates, and open interest for long and short positions.

  • Trades: Records of user trades, including open/close actions, trade amounts, notional values, and profit/loss (P&L) data for both makers and takers.

Property
Description
Type

chain_id

Standard chain id.

number

timestamp

The timestamp of the block the pool was created on.

number

creation_block_number

The block number this pool was created on.

number

pool_address

The contract address of the pool.

string

pool_name

The name of the pool (ie, name()) in the smart contract).

string

token_index

The index of the token in the smart contract (one row for each token in a pool).

number

token_address

The contract address of the token.

string

token_symbol

The symbol of the token.

string

Last updated