Type Alias StatisticsLatestData

StatisticsLatestData: {
    headers?: {
        x-cmc_pro_api_key?: string;
    };
    query?: {
        id?: string;
        slug?: string;
        symbol?: string;
    };
}

Type declaration

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

      Provide your API Key here

  • Optionalquery?: {
        id?: string;
        slug?: string;
        symbol?: string;
    }
    • Optionalid?: string

      One or more comma-separated cryptocurrency CoinMarketCap IDs to return blockchain data for. Pass 1,2,1027 to request all currently supported blockchains.

    • Optionalslug?: string

      Alternatively pass a comma-separated list of cryptocurrency slugs. Pass bitcoin,litecoin,ethereum to request all currently supported blockchains.

    • Optionalsymbol?: string

      Alternatively pass one or more comma-separated cryptocurrency symbols. Pass BTC,LTC,ETH to request all currently supported blockchains.