Type Alias ListingsLatest1Data

ListingsLatest1Data: {
    headers?: {
        x-cmc_pro_api_key?: string;
    };
    query?: {
        aux?: string;
        category?: string;
        convert?: string;
        convert_id?: string;
        limit?: string;
        market_type?: string;
        sort?: string;
        sort_dir?: string;
        start?: string;
    };
}

Type declaration

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

      Provide your API Key here

  • Optionalquery?: {
        aux?: string;
        category?: string;
        convert?: string;
        convert_id?: string;
        limit?: string;
        market_type?: string;
        sort?: string;
        sort_dir?: string;
        start?: string;
    }
    • Optionalaux?: string

      Optionally specify a comma-separated list of supplemental data fields to return. Pass num_market_pairs,traffic_score,rank,exchange_score,effective_liquidity_24h,date_launched,fiats to include all auxiliary fields.

    • Optionalcategory?: string

      The category for this exchange.

    • Optionalconvert?: string

      Optionally calculate market quotes in up to 120 currencies at once by passing a comma-separated list of cryptocurrency or fiat currency symbols. Each additional convert option beyond the first requires an additional call credit. A list of supported fiat options can be found here. Each conversion is returned in its own "quote" object.

    • Optionalconvert_id?: string

      Optionally calculate market quotes by CoinMarketCap ID instead of symbol. This option is identical to convert outside of ID format. Ex: convert_id=1,2781 would replace convert=BTC,USD in your query. This parameter cannot be used when convert is used.

    • Optionallimit?: string

      Optionally specify the number of results to return. Use this parameter and the "start" parameter to determine your own pagination size.

    • Optionalmarket_type?: string

      The type of exchange markets to include in rankings. This field is deprecated. Please use "all" for accurate sorting.

    • Optionalsort?: string

      What field to sort the list of exchanges by.

    • Optionalsort_dir?: string

      The direction in which to order exchanges against the specified sort.

    • Optionalstart?: string

      Optionally offset the start (1-based index) of the paginated list of items to return.