Nado Typescript SDK Documentation
    Preparing search index...

    Interface IndexerServerEvent

    Base Events

    interface IndexerServerEvent {
        subaccount: string;
        isolated: boolean;
        isolated_product_id: null | number;
        product_id: number;
        submission_idx: string;
        event_type: IndexerEventType;
        pre_balance: IndexerServerBalance;
        post_balance: IndexerServerBalance;
        product: IndexerServerProduct;
        net_interest_unrealized: string;
        net_interest_cumulative: string;
        net_funding_unrealized: string;
        net_funding_cumulative: string;
        net_entry_unrealized: string;
        net_entry_cumulative: string;
    }
    Index

    Properties

    subaccount: string
    isolated: boolean
    isolated_product_id: null | number
    product_id: number
    submission_idx: string
    event_type: IndexerEventType

    post_balance

    post_balance: IndexerServerBalance
    net_interest_unrealized: string
    net_interest_cumulative: string
    net_funding_unrealized: string
    net_funding_cumulative: string

    net_entry_unrealized

    net_entry_unrealized: string

    net_entry_cumulative

    net_entry_cumulative: string