Type Alias FcasQuotesLatestDeprecatedData

FcasQuotesLatestDeprecatedData: {
    headers?: {
        x-cmc_pro_api_key?: string;
    };
    query?: {
        aux?: string;
        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?: {
        aux?: string;
        id?: string;
        slug?: string;
        symbol?: string;
    }
    • Optionalaux?: string

      Optionally specify a comma-separated list of supplemental data fields to return. Pass point_change_24h,percent_change_24h to include all auxiliary fields.

    • Optionalid?: string

      One or more comma-separated cryptocurrency CoinMarketCap IDs. Example: 1,2

    • Optionalslug?: string

      Alternatively pass a comma-separated list of cryptocurrency slugs. Example: "bitcoin,ethereum"

    • Optionalsymbol?: string

      Alternatively pass one or more comma-separated cryptocurrency symbols. Example: "BTC,ETH". At least one "id" or "slug" or "symbol" is required for this request.