Nado Typescript SDK Documentation
    Preparing search index...

    Interface IndexerServerOrder

    Orders

    interface IndexerServerOrder {
        digest: string;
        subaccount: string;
        product_id: number;
        submission_idx: string;
        amount: string;
        price_x18: string;
        expiration: string;
        appendix: string;
        nonce: string;
        base_filled: string;
        quote_filled: string;
        fee: string;
        builder_fee: string;
        realized_pnl: string;
        closed_amount: string;
        closed_net_entry: string;
        closed_margin: string | null;
        first_fill_timestamp: string;
        last_fill_timestamp: string;
    }
    Index

    Properties

    digest: string
    subaccount: string
    product_id: number
    submission_idx: string
    amount: string
    price_x18: string
    expiration: string
    appendix: string
    nonce: string
    base_filled: string
    quote_filled: string
    fee: string
    builder_fee: string
    realized_pnl: string
    closed_amount: string

    closed_net_entry

    closed_net_entry: string
    closed_margin: string | null
    first_fill_timestamp: string
    last_fill_timestamp: string