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

    Interface iGetWeeklyTopGainersSuccessResponse<T>

    interface iGetWeeklyTopGainersSuccessResponse<T extends NumberType> {
        assetPairs: {
            _docId: string;
            _id?: string;
            asset: string;
            info?: WrappedCosmosAssetMetadataDoc<T>;
            lastUpdated: T;
            percentageChange24h: T;
            percentageChange7d: T;
            price: T;
            totalLiquidity: any[];
            volume24h: T;
            volume7d: T;
        }[];
        pagination: PaginationInfo;
    }

    Type Parameters

    Index

    Properties

    assetPairs: {
        _docId: string;
        _id?: string;
        asset: string;
        info?: WrappedCosmosAssetMetadataDoc<T>;
        lastUpdated: T;
        percentageChange24h: T;
        percentageChange7d: T;
        price: T;
        totalLiquidity: any[];
        volume24h: T;
        volume7d: T;
    }[]
    pagination: PaginationInfo