Type Alias CommunityTrendingTokensData

CommunityTrendingTokensData: {
    headers?: {
        x-cmc_pro_api_key?: string;
    };
    query?: {
        limit?: string;
    };
}

Type declaration

  • Optionalheaders?: {
        x-cmc_pro_api_key?: string;
    }
    • Optionalx-cmc_pro_api_key?: string

      Provide your API Key here

  • Optionalquery?: {
        limit?: string;
    }
    • Optionallimit?: string

      Optionally specify the number of results to return.