Binance Web3 Connector JS
    Preparing search index...

    GetTokenPriceResponseDataInner

    interface GetTokenPriceResponseDataInner {
        binanceChainId?: string;
        price?: string;
        time?: number | bigint;
        tokenContractAddress?: string;
    }
    Index

    Properties

    binanceChainId?: string

    Unique chain identifier.

    GetTokenPriceResponseDataInner

    price?: string

    Latest USD price of the token.

    GetTokenPriceResponseDataInner

    time?: number | bigint

    Token price observation time, Unix millisecond timestamp.

    GetTokenPriceResponseDataInner

    tokenContractAddress?: string

    Token contract address.

    GetTokenPriceResponseDataInner