{
  "x402Version": 2,
  "id": 2160,
  "slug": "2160",
  "resource": "https://news.apitoll.cloud/v1/cointelegraph/news",
  "description": "Latest crypto news and breaking headlines, real-time from Cointelegraph. Search any topic (bitcoin, ethereum, DeFi, regulation, market sentiment) or pull the live feed, with full article text across 14 languages. Built for agents tracking crypto markets, tokens, and Web3.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0xcc69d619E6053F88A4845066518f465bD06Fc96c",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "1000",
      "maxTimeoutSeconds": 300
    },
    {
      "scheme": "exact",
      "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
      "payTo": "DqSMReqFwS3SqfghkM22gaXnYaX73t357cpLEmbHP6Vh",
      "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
      "amount": "1000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "method": "GET",
          "queryParams": {
            "full_text": true,
            "lang": "en",
            "limit": 10,
            "search": "bitcoin",
            "views": true
          },
          "type": "http"
        },
        "output": {
          "example": {
            "articles": [
              {
                "author": {
                  "authorTranslates": [
                    {
                      "id": "at1",
                      "name": "John Smith"
                    }
                  ],
                  "author_url": "https://cointelegraph.com/authors/john-smith",
                  "id": "auth123"
                },
                "category": {
                  "categoryTranslates": [
                    {
                      "id": "ct1",
                      "title": "Bitcoin"
                    }
                  ],
                  "category_url": "https://cointelegraph.com/tags/bitcoin",
                  "id": "cat456"
                },
                "full_text": "Bitcoin reached a new all-time high today... [full article text]",
                "id": "123456",
                "postBadge": null,
                "postTranslate": {
                  "author": {
                    "authorTranslates": [
                      {
                        "id": "at1",
                        "name": "John Smith"
                      }
                    ],
                    "author_url": "https://cointelegraph.com/authors/john-smith",
                    "id": "auth123",
                    "innovationCircleUrl": null
                  },
                  "avatar": "https://images.cointelegraph.com/banner.jpg",
                  "id": "654321",
                  "leadText": "BTC reaches new highs amid market momentum.",
                  "published": "2026-06-13T14:30:00+00:00",
                  "publishedHumanFormat": "2 hours ago",
                  "title": "Bitcoin Surges Above $100K"
                },
                "post_url": "https://cointelegraph.com/news/bitcoin-article",
                "views": 5420
              },
              {
                "author": null,
                "category": {
                  "categoryTranslates": [
                    {
                      "id": "ct2",
                      "title": "Ethereum"
                    }
                  ],
                  "category_url": "https://cointelegraph.com/tags/ethereum",
                  "id": "cat789"
                },
                "id": "123457",
                "postBadge": {
                  "id": "badge1",
                  "label": "Breaking",
                  "postBadgeTranslates": [
                    {
                      "id": "pb1",
                      "title": "Breaking News"
                    }
                  ]
                },
                "postTranslate": {
                  "author": null,
                  "avatar": "https://images.cointelegraph.com/eth.jpg",
                  "id": "654322",
                  "leadText": "Eth2 upgrade brings efficiency gains.",
                  "published": "2026-06-13T12:00:00+00:00",
                  "publishedHumanFormat": "4 hours ago",
                  "title": "Ethereum Network Upgrade Complete"
                },
                "post_url": "https://cointelegraph.com/news/ethereum-upgrade",
                "views": 3150
              }
            ],
            "count": 2,
            "lang": "en",
            "query": null,
            "source": "cointelegraph"
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "method": {
                "enum": [
                  "GET"
                ],
                "type": "string"
              },
              "queryParams": {
                "properties": {
                  "full_text": {
                    "description": "Include the full plain-text article body. Defaults to true.",
                    "type": "boolean"
                  },
                  "lang": {
                    "description": "Locale to fetch news for. Defaults to \"en\".",
                    "enum": [
                      "en",
                      "tr",
                      "de",
                      "es",
                      "fr",
                      "it",
                      "jp",
                      "kr",
                      "br",
                      "cn",
                      "ar",
                      "in",
                      "tw",
                      "ru"
                    ],
                    "type": "string"
                  },
                  "limit": {
                    "description": "Number of articles to return (1-50). Defaults to 10.",
                    "maximum": 50,
                    "minimum": 1,
                    "type": "integer"
                  },
                  "search": {
                    "description": "Optional full-text search query. When set, returns matching articles instead of the latest feed.",
                    "type": "string"
                  },
                  "views": {
                    "description": "Include the article view count. Defaults to true.",
                    "type": "boolean"
                  }
                },
                "required": [
                  "lang"
                ],
                "type": "object"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "properties": {
                  "articles": {
                    "description": "Array of article objects with metadata, content, and engagement metrics",
                    "items": {
                      "properties": {
                        "author": {
                          "properties": {
                            "authorTranslates": {
                              "items": {
                                "properties": {
                                  "id": {
                                    "type": "string"
                                  },
                                  "name": {
                                    "type": "string"
                                  }
                                },
                                "type": "object"
                              },
                              "type": "array"
                            },
                            "author_url": {
                              "type": "string"
                            },
                            "id": {
                              "type": "string"
                            }
                          },
                          "type": [
                            "object",
                            "null"
                          ]
                        },
                        "category": {
                          "properties": {
                            "categoryTranslates": {
                              "items": {
                                "properties": {
                                  "id": {
                                    "type": "string"
                                  },
                                  "title": {
                                    "type": "string"
                                  }
                                },
                                "type": "object"
                              },
                              "type": "array"
                            },
                            "category_url": {
                              "type": "string"
                            },
                            "id": {
                              "type": "string"
                            }
                          },
                          "type": [
                            "object",
                            "null"
                          ]
                        },
                        "full_text": {
                          "description": "Plain-text article body (present only if full_text=true in request)",
                          "type": "string"
                        },
                        "id": {
                          "description": "Article ID",
                          "type": "string"
                        },
                        "postBadge": {
                          "properties": {
                            "id": {
                              "type": "string"
                            },
                            "label": {
                              "type": "string"
                            },
                            "postBadgeTranslates": {
                              "items": {
                                "properties": {
                                  "id": {
                                    "type": "string"
                                  },
                                  "title": {
                                    "type": "string"
                                  }
                                },
                                "type": "object"
                              },
                              "type": "array"
                            }
                          },
                          "type": [
                            "object",
                            "null"
                          ]
                        },
                        "postTranslate": {
                          "properties": {
                            "author": {
                              "properties": {
                                "authorTranslates": {
                                  "items": {
                                    "properties": {
                                      "id": {
                                        "type": "string"
                                      },
                                      "name": {
                                        "type": "string"
                                      }
                                    },
                                    "type": "object"
                                  },
                                  "type": "array"
                                },
                                "author_url": {
                                  "type": "string"
                                },
                                "id": {
                                  "type": "string"
                                },
                                "innovationCircleUrl": {
                                  "type": [
                                    "string",
                                    "null"
                                  ]
                                }
                              },
                              "type": [
                                "object",
                                "null"
                              ]
                            },
                            "avatar": {
                              "description": "Featured image URL",
                              "type": [
                                "string",
                                "null"
                              ]
                            },
                            "id": {
                              "type": "string"
                            },
                            "leadText": {
                              "description": "Article lead/summary",
                              "type": [
                                "string",
                                "null"
                              ]
                            },
                            "published": {
                              "description": "ISO8601 publication timestamp",
                              "format": "date-time",
                              "type": "string"
                            },
                            "publishedHumanFormat": {
                              "description": "Human-readable time ago (e.g., '2 hours ago')",
                              "type": [
                                "string",
                                "null"
                              ]
                            },
                            "title": {
                              "description": "Article headline",
                              "type": "string"
                            }
                          },
                          "required": [
                            "id",
                            "title",
                            "published"
                          ],
                          "type": "object"
                        },
                        "post_url": {
                          "description": "Full URL to the article on Cointelegraph",
                          "type": "string"
                        },
                        "views": {
                          "description": "Article view count (present only if views=true in request)",
                          "type": "integer"
                        }
                      },
                      "required": [
                        "id",
                        "post_url",
                        "postTranslate"
                      ],
                      "type": "object"
                    },
                    "type": "array"
                  },
                  "count": {
                    "description": "Number of articles in the response array",
                    "type": "integer"
                  },
                  "lang": {
                    "description": "Locale code (e.g., 'en', 'de', 'es', 'fr', 'jp', 'kr', 'br', 'cn', 'ar', 'in', 'tw', 'ru', 'it', 'tr')",
                    "type": "string"
                  },
                  "query": {
                    "description": "Search query string if ?search= was provided, otherwise null",
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "source": {
                    "description": "Content source identifier (always 'cointelegraph')",
                    "type": "string"
                  }
                },
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "news.apitoll.cloud",
  "lastUpdated": "2026-09-17T06:27:06.247Z",
  "quality": {
    "calls30d": 8,
    "uniquePayers30d": 7,
    "lastCalledAt": "2026-09-17T06:27:05.77Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "news.apitoll.cloud",
    "manifest_name": "news.apitoll.cloud",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}