Nado Typescript SDK Documentation
    Preparing search index...

    Interface IndexerServerMatchEvent

    Match events

    interface IndexerServerMatchEvent {
        digest: string;
        isolated: boolean;
        order: EIP712OrderValues;
        base_filled: string;
        quote_filled: string;
        fee: string;
        sequencer_fee: string;
        builder_fee: string;
        cumulative_fee: string;
        cumulative_base_filled: string;
        cumulative_quote_filled: string;
        submission_idx: string;
        net_entry_unrealized: string;
        net_entry_cumulative: string;
        pre_balance: IndexerServerMatchEventBalances;
        post_balance: IndexerServerMatchEventBalances;
        is_taker: boolean;
        realized_pnl: string;
        closed_amount: string;
        closed_net_entry: string;
        margin: string | null;
    }
    Index

    Properties

    digest: string
    isolated: boolean
    order: EIP712OrderValues
    base_filled: string
    quote_filled: string
    fee: string
    sequencer_fee: string
    builder_fee: string
    cumulative_fee: string
    cumulative_base_filled: string
    cumulative_quote_filled: string
    submission_idx: string

    net_entry_unrealized

    net_entry_unrealized: string

    net_entry_cumulative

    net_entry_cumulative: string

    post_balance

    is_taker: boolean
    realized_pnl: string
    closed_amount: string

    closed_net_entry

    closed_net_entry: string
    margin: string | null