Binance Web3 Connector JS
    Preparing search index...

    GetTopLiquidityPoolsResponse

    interface GetTopLiquidityPoolsResponse {
        code?: number;
        data?: GetTopLiquidityPoolsResponseDataInner[];
        msg?: string;
        success?: boolean;
        timestamp?: number | bigint;
    }
    Index

    Properties

    code?: number

    GetTopLiquidityPoolsResponse

    Liquidity pool list.

    GetTopLiquidityPoolsResponse

    msg?: string

    GetTopLiquidityPoolsResponse

    success?: boolean

    GetTopLiquidityPoolsResponse

    timestamp?: number | bigint

    GetTopLiquidityPoolsResponse