Nado Typescript SDK Documentation
    Preparing search index...

    Interface EngineServerSubscriptionFundingPaymentEvent

    Event from subscribing to a funding_payment stream.

    interface EngineServerSubscriptionFundingPaymentEvent {
        type: "funding_payment";
        product_id: number;
        timestamp: string;
        payment_amount: string;
        open_interest: string;
        cumulative_funding_long_x18: string;
        cumulative_funding_short_x18: string;
        dt: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    type: "funding_payment"
    product_id: number
    timestamp: string
    payment_amount: string

    Funding payment amount (positive = receive, negative = pay)

    open_interest: string

    Open interest at time of funding

    cumulative_funding_long_x18: string

    Current cumulative funding values

    cumulative_funding_short_x18: string
    dt: string

    Time delta over which the funding payment was calculated