Interface IDEXFundingPaymentEventData

WebSocket position messages are identical to the REST API response except they also include the wallet property.

interface IDEXFundingPaymentEventData {
    time: number;
    market: string;
    paymentQuantity: string;
    positionQuantity: string;
    fundingRate: string;
    indexPrice: string;
    wallet: string;
}

Hierarchy (view full)

Properties

time: number

The timestamp indicating when the item was created.

market: string

Market symbol for the item

paymentQuantity: string

Quantity of the funding payment in quote terms

positionQuantity: string

Quantity of the open position at payment time in base terms

fundingRate: string

Funding rate for the period

indexPrice: string

Index price of the market at payment time

wallet: string

Wallet address