Binance Web3 Connector JS
    Preparing search index...

    GetTokenTradingInfoResponseDataInner

    interface GetTokenTradingInfoResponseDataInner {
        binanceChainId?: string;
        bnBuyTxs1H?: number | bigint;
        bnBuyTxs24H?: number | bigint;
        bnBuyTxs4H?: number | bigint;
        bnBuyTxs5M?: number | bigint;
        bnBuyVolume1H?: string;
        bnBuyVolume24H?: string;
        bnBuyVolume4H?: string;
        bnBuyVolume5M?: string;
        bnSellTxs1H?: number | bigint;
        bnSellTxs24H?: number | bigint;
        bnSellTxs4H?: number | bigint;
        bnSellTxs5M?: number | bigint;
        bnSellVolume1H?: string;
        bnSellVolume24H?: string;
        bnSellVolume4H?: string;
        bnSellVolume5M?: string;
        bnTxs1H?: number | bigint;
        bnTxs24H?: number | bigint;
        bnTxs4H?: number | bigint;
        bnTxs5M?: number | bigint;
        bnVolume1H?: string;
        bnVolume24H?: string;
        bnVolume4H?: string;
        bnVolume5M?: string;
        buyTxs1H?: number | bigint;
        buyTxs24H?: number | bigint;
        buyTxs4H?: number | bigint;
        buyTxs5M?: number | bigint;
        buyVolume1H?: string;
        buyVolume24H?: string;
        buyVolume4H?: string;
        buyVolume5M?: string;
        circSupply?: string;
        holders?: number | bigint;
        liquidity?: string;
        marketCap?: string;
        maxPrice?: string;
        minPrice?: string;
        price?: string;
        priceChange1H?: string;
        priceChange24H?: string;
        priceChange4H?: string;
        priceChange5M?: string;
        sellTxs1H?: number | bigint;
        sellTxs24H?: number | bigint;
        sellTxs4H?: number | bigint;
        sellTxs5M?: number | bigint;
        sellVolume1H?: string;
        sellVolume24H?: string;
        sellVolume4H?: string;
        sellVolume5M?: string;
        time?: number | bigint;
        tokenContractAddress?: string;
        txs1H?: number | bigint;
        txs24H?: number | bigint;
        txs4H?: number | bigint;
        txs5M?: number | bigint;
        volume1H?: string;
        volume24H?: string;
        volume4H?: string;
        volume5M?: string;
    }
    Index

    Properties

    binanceChainId?: string

    Chain unique identifier.

    GetTokenTradingInfoResponseDataInner

    bnBuyTxs1H?: number | bigint

    Number of buy transactions from Binance MPC wallets via Binance Web3 DEX in the last 1 hour.

    GetTokenTradingInfoResponseDataInner

    bnBuyTxs24H?: number | bigint

    Number of buy transactions from Binance MPC wallets via Binance Web3 DEX in the last 24 hours.

    GetTokenTradingInfoResponseDataInner

    bnBuyTxs4H?: number | bigint

    Number of buy transactions from Binance MPC wallets via Binance Web3 DEX in the last 4 hours.

    GetTokenTradingInfoResponseDataInner

    bnBuyTxs5M?: number | bigint

    Number of buy transactions from Binance MPC wallets via Binance Web3 DEX in the last 5 minutes.

    GetTokenTradingInfoResponseDataInner

    bnBuyVolume1H?: string

    Buy volume from Binance MPC wallets via Binance Web3 DEX in the last 1 hour, denominated in USD.

    GetTokenTradingInfoResponseDataInner

    bnBuyVolume24H?: string

    Buy volume from Binance MPC wallets via Binance Web3 DEX in the last 24 hours, denominated in USD.

    GetTokenTradingInfoResponseDataInner

    bnBuyVolume4H?: string

    Buy volume from Binance MPC wallets via Binance Web3 DEX in the last 4 hours, denominated in USD.

    GetTokenTradingInfoResponseDataInner

    bnBuyVolume5M?: string

    Buy volume from Binance MPC wallets via Binance Web3 DEX in the last 5 minutes, denominated in USD.

    GetTokenTradingInfoResponseDataInner

    bnSellTxs1H?: number | bigint

    Number of sell transactions from Binance MPC wallets via Binance Web3 DEX in the last 1 hour.

    GetTokenTradingInfoResponseDataInner

    bnSellTxs24H?: number | bigint

    Number of sell transactions from Binance MPC wallets via Binance Web3 DEX in the last 24 hours.

    GetTokenTradingInfoResponseDataInner

    bnSellTxs4H?: number | bigint

    Number of sell transactions from Binance MPC wallets via Binance Web3 DEX in the last 4 hours.

    GetTokenTradingInfoResponseDataInner

    bnSellTxs5M?: number | bigint

    Number of sell transactions from Binance MPC wallets via Binance Web3 DEX in the last 5 minutes.

    GetTokenTradingInfoResponseDataInner

    bnSellVolume1H?: string

    Sell volume from Binance MPC wallets via Binance Web3 DEX in the last 1 hour, denominated in USD.

    GetTokenTradingInfoResponseDataInner

    bnSellVolume24H?: string

    Sell volume from Binance MPC wallets via Binance Web3 DEX in the last 24 hours, denominated in USD.

    GetTokenTradingInfoResponseDataInner

    bnSellVolume4H?: string

    Sell volume from Binance MPC wallets via Binance Web3 DEX in the last 4 hours, denominated in USD.

    GetTokenTradingInfoResponseDataInner

    bnSellVolume5M?: string

    Sell volume from Binance MPC wallets via Binance Web3 DEX in the last 5 minutes, denominated in USD.

    GetTokenTradingInfoResponseDataInner

    bnTxs1H?: number | bigint

    Number of transactions from Binance MPC wallets via Binance Web3 DEX in the last 1 hour.

    GetTokenTradingInfoResponseDataInner

    bnTxs24H?: number | bigint

    Number of transactions from Binance MPC wallets via Binance Web3 DEX in the last 24 hours.

    GetTokenTradingInfoResponseDataInner

    bnTxs4H?: number | bigint

    Number of transactions from Binance MPC wallets via Binance Web3 DEX in the last 4 hours.

    GetTokenTradingInfoResponseDataInner

    bnTxs5M?: number | bigint

    Number of transactions from Binance MPC wallets via Binance Web3 DEX in the last 5 minutes.

    GetTokenTradingInfoResponseDataInner

    bnVolume1H?: string

    Trading volume from Binance MPC wallets via Binance Web3 DEX in the last 1 hour, denominated in USD.

    GetTokenTradingInfoResponseDataInner

    bnVolume24H?: string

    Trading volume from Binance MPC wallets via Binance Web3 DEX in the last 24 hours, denominated in USD.

    GetTokenTradingInfoResponseDataInner

    bnVolume4H?: string

    Trading volume from Binance MPC wallets via Binance Web3 DEX in the last 4 hours, denominated in USD.

    GetTokenTradingInfoResponseDataInner

    bnVolume5M?: string

    Trading volume from Binance MPC wallets via Binance Web3 DEX in the last 5 minutes, denominated in USD.

    GetTokenTradingInfoResponseDataInner

    buyTxs1H?: number | bigint

    Number of buy transactions in the last 1 hour.

    GetTokenTradingInfoResponseDataInner

    buyTxs24H?: number | bigint

    Number of buy transactions in the last 24 hours.

    GetTokenTradingInfoResponseDataInner

    buyTxs4H?: number | bigint

    Number of buy transactions in the last 4 hours.

    GetTokenTradingInfoResponseDataInner

    buyTxs5M?: number | bigint

    Number of buy transactions in the last 5 minutes.

    GetTokenTradingInfoResponseDataInner

    buyVolume1H?: string

    Buy volume in the last 1 hour, denominated in USD.

    GetTokenTradingInfoResponseDataInner

    buyVolume24H?: string

    Buy volume in the last 24 hours, denominated in USD.

    GetTokenTradingInfoResponseDataInner

    buyVolume4H?: string

    Buy volume in the last 4 hours, denominated in USD.

    GetTokenTradingInfoResponseDataInner

    buyVolume5M?: string

    Buy volume in the last 5 minutes, denominated in USD.

    GetTokenTradingInfoResponseDataInner

    circSupply?: string

    Current circulating supply of the token.

    GetTokenTradingInfoResponseDataInner

    holders?: number | bigint

    Number of holding addresses.

    GetTokenTradingInfoResponseDataInner

    liquidity?: string

    Token liquidity, denominated in USD.

    GetTokenTradingInfoResponseDataInner

    marketCap?: string

    Token market cap, denominated in USD.

    GetTokenTradingInfoResponseDataInner

    maxPrice?: string

    24-hour high price, denominated in USD.

    GetTokenTradingInfoResponseDataInner

    minPrice?: string

    24-hour low price, denominated in USD.

    GetTokenTradingInfoResponseDataInner

    price?: string

    Latest token price, denominated in USD.

    GetTokenTradingInfoResponseDataInner

    priceChange1H?: string

    1-hour price change percentage. "1.05" means a 1.05% increase.

    GetTokenTradingInfoResponseDataInner

    priceChange24H?: string

    24-hour price change percentage. "-0.85" means a 0.85% decrease.

    GetTokenTradingInfoResponseDataInner

    priceChange4H?: string

    4-hour price change percentage. "2.30" means a 2.30% increase.

    GetTokenTradingInfoResponseDataInner

    priceChange5M?: string

    5-minute price change percentage. "0.12" means a 0.12% increase.

    GetTokenTradingInfoResponseDataInner

    sellTxs1H?: number | bigint

    Number of sell transactions in the last 1 hour.

    GetTokenTradingInfoResponseDataInner

    sellTxs24H?: number | bigint

    Number of sell transactions in the last 24 hours.

    GetTokenTradingInfoResponseDataInner

    sellTxs4H?: number | bigint

    Number of sell transactions in the last 4 hours.

    GetTokenTradingInfoResponseDataInner

    sellTxs5M?: number | bigint

    Number of sell transactions in the last 5 minutes.

    GetTokenTradingInfoResponseDataInner

    sellVolume1H?: string

    Sell volume in the last 1 hour, denominated in USD.

    GetTokenTradingInfoResponseDataInner

    sellVolume24H?: string

    Sell volume in the last 24 hours, denominated in USD.

    GetTokenTradingInfoResponseDataInner

    sellVolume4H?: string

    Sell volume in the last 4 hours, denominated in USD.

    GetTokenTradingInfoResponseDataInner

    sellVolume5M?: string

    Sell volume in the last 5 minutes, denominated in USD.

    GetTokenTradingInfoResponseDataInner

    time?: number | bigint

    Token price observation time, Unix millisecond timestamp.

    GetTokenTradingInfoResponseDataInner

    tokenContractAddress?: string

    Token contract address.

    GetTokenTradingInfoResponseDataInner

    txs1H?: number | bigint

    Number of transactions in the last 1 hour.

    GetTokenTradingInfoResponseDataInner

    txs24H?: number | bigint

    Number of transactions in the last 24 hours.

    GetTokenTradingInfoResponseDataInner

    txs4H?: number | bigint

    Number of transactions in the last 4 hours.

    GetTokenTradingInfoResponseDataInner

    txs5M?: number | bigint

    Number of transactions in the last 5 minutes.

    GetTokenTradingInfoResponseDataInner

    volume1H?: string

    Trading volume in the last 1 hour, denominated in USD.

    GetTokenTradingInfoResponseDataInner

    volume24H?: string

    Trading volume in the last 24 hours, denominated in USD.

    GetTokenTradingInfoResponseDataInner

    volume4H?: string

    Trading volume in the last 4 hours, denominated in USD.

    GetTokenTradingInfoResponseDataInner

    volume5M?: string

    Trading volume in the last 5 minutes, denominated in USD.

    GetTokenTradingInfoResponseDataInner