Type Alias CoinmarketcapIdMap2Data

CoinmarketcapIdMap2Data: {
    headers?: {
        x-cmc_pro_api_key?: string;
    };
    query?: {
        include_metals?: string;
        limit?: string;
        sort?: string;
        start?: string;
    };
}

Type declaration

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

      Provide your API Key here

  • Optionalquery?: {
        include_metals?: string;
        limit?: string;
        sort?: string;
        start?: string;
    }
    • Optionalinclude_metals?: string

      Pass true to include precious metals.

    • Optionallimit?: string

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

    • Optionalsort?: string

      What field to sort the list by.

    • Optionalstart?: string

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