Binance Web3 Connector JS
    Preparing search index...

    GetTopTradersResponseDataInner

    interface GetTopTradersResponseDataInner {
        avgBuyPrice?: string;
        avgSellPrice?: string;
        boughtAmount?: string;
        fundingSource?: string | null;
        fundingSourceAmount?: string | null;
        fundingSourceHash?: string | null;
        fundingSourceLabel?:
            | GetHoldersRankingResponseDataInnerFundingSourceLabel
            | null;
        fundingSourceTime?: number
        | bigint
        | null;
        holdAmount?: string;
        holderWalletAddress?: string;
        holdingPercent?: string;
        lastTradeTime?: number | bigint;
        maxHoldAmount?: string;
        realizedPnlUsd?: string;
        soldAmount?: string;
    }
    Index

    Properties

    avgBuyPrice?: string

    Average buy price, denominated in USD.

    GetTopTradersResponseDataInner

    avgSellPrice?: string

    Average sell price, denominated in USD.

    GetTopTradersResponseDataInner

    boughtAmount?: string

    Total bought amount (token units).

    GetTopTradersResponseDataInner

    fundingSource?: string | null

    Funding source address, i.e., the originator of the first inbound native-token transfer. Null when no inbound transfer is recorded.

    GetTopTradersResponseDataInner

    fundingSourceAmount?: string | null

    Amount of the first native token inbound transfer. e.g. 0.5 means 0.5 ETH.

    GetTopTradersResponseDataInner

    fundingSourceHash?: string | null

    Transaction hash of the first inbound native-token transfer.

    GetTopTradersResponseDataInner

    GetTopTradersResponseDataInner

    fundingSourceTime?: number | bigint | null

    Time of the first native token inbound transfer, Unix millisecond timestamp.

    GetTopTradersResponseDataInner

    holdAmount?: string

    Current holding amount.

    GetTopTradersResponseDataInner

    holderWalletAddress?: string

    Trader wallet address.

    GetTopTradersResponseDataInner

    holdingPercent?: string

    Current holding percentage. "3.5" means 3.5%.

    GetTopTradersResponseDataInner

    lastTradeTime?: number | bigint

    Time of the holder's last trade of this token, Unix millisecond timestamp.

    GetTopTradersResponseDataInner

    maxHoldAmount?: string

    Maximum historical holding amount.

    GetTopTradersResponseDataInner

    realizedPnlUsd?: string

    Realized PnL, denominated in USD. Positive means profit, negative means loss.

    GetTopTradersResponseDataInner

    soldAmount?: string

    Total sold amount (token units).

    GetTopTradersResponseDataInner