Type Alias ContentPostCommentsData

ContentPostCommentsData: {
    headers?: {
        x-cmc_pro_api_key?: string;
    };
    query?: {
        post_id?: string;
    };
}

Type declaration

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

      Provide your API Key here

  • Optionalquery?: {
        post_id?: string;
    }
    • Optionalpost_id?: string

      (Required) Required post ID. Example: 325670123