bitbadgesjs-sdk - v0.22.7
    Preparing search index...

    Interface iGetAllPoolsPayload

    interface iGetAllPoolsPayload {
        bookmark?: string;
        limit?: number;
        sortBy?:
            | "volume"
            | "liquidity"
            | "dailyVolume"
            | "weeklyVolume"
            | "monthlyVolume"
            | "allTimeVolume"
            | "lastLiquidityUpdate"
            | "lastVolumeUpdate";
        sortOrder?: "asc"
        | "desc";
    }
    Index

    Properties

    bookmark?: string
    limit?: number
    sortBy?:
        | "volume"
        | "liquidity"
        | "dailyVolume"
        | "weeklyVolume"
        | "monthlyVolume"
        | "allTimeVolume"
        | "lastLiquidityUpdate"
        | "lastVolumeUpdate"
    sortOrder?: "asc" | "desc"