Binance Web3 Connector JS
    Preparing search index...

    Interface GetTopLiquidityPoolsResponseDataInnerLiquidityAmountInner

    GetTopLiquidityPoolsResponseDataInnerLiquidityAmountInner

    interface GetTopLiquidityPoolsResponseDataInnerLiquidityAmountInner {
        tokenAmount?: string;
        tokenContractAddress?: string;
        tokenLogoUrl?: string | null;
        tokenName?: string;
        tokenSymbol?: string;
    }
    Index

    Properties

    tokenAmount?: string

    Token amount in the pool.

    GetTopLiquidityPoolsResponseDataInnerLiquidityAmountInner

    tokenContractAddress?: string

    Token contract address.

    GetTopLiquidityPoolsResponseDataInnerLiquidityAmountInner

    tokenLogoUrl?: string | null

    Token logo link. Null when no logo.

    GetTopLiquidityPoolsResponseDataInnerLiquidityAmountInner

    tokenName?: string

    Token full name.

    GetTopLiquidityPoolsResponseDataInnerLiquidityAmountInner

    tokenSymbol?: string

    Token symbol.

    GetTopLiquidityPoolsResponseDataInnerLiquidityAmountInner