Type Alias AirdropData

AirdropData: {
    headers?: {
        x-cmc_pro_api_key?: string;
    };
    query?: {
        id?: string;
    };
}

Type declaration

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

      Provide your API Key here

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

      (Required) Airdrop Unique ID. This can be found using the Airdrops API.