Nado Typescript SDK Documentation
    Preparing search index...

    Interface IndexerServerVlpSnapshot

    VLP

    interface IndexerServerVlpSnapshot {
        cumulative_burn_usdc: string;
        cumulative_mint_usdc: string;
        cumulative_pnl: string;
        cumulative_trades: string;
        cumulative_volume: string;
        depositors: string;
        oracle_price_x18: string;
        submission_idx: string;
        timestamp: string;
        tvl: string;
    }
    Index

    Properties

    cumulative_burn_usdc: string
    cumulative_mint_usdc: string
    cumulative_pnl: string
    cumulative_trades: string
    cumulative_volume: string
    depositors: string
    oracle_price_x18: string
    submission_idx: string
    timestamp: string
    tvl: string