mirrored listing x402 eip155:8453solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp

Latest crypto news and breaking headlines, real-time from Cointelegraph

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.

Do you run news.apitoll.cloud? This listing was mirrored from Coinbase's public Bazaar. Claim it in 30 seconds — no account required — and it becomes verified, permanently overriding the mirrored copy.

Claim this listing
1000 (raw units)
price
8
calls / 30d
7
unique payers
2026-09-17
updated

Provider

news.apitoll.cloud · discovered, not yet claimed by its owner

Payment (x402 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
  }
]

Output schema

{
  "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"
    }
  }
}

Use it

curl

curl "https://news.apitoll.cloud/v1/cointelegraph/news"
# -> 402 Payment Required, accepts[] lists how to pay
# retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid

JavaScript

const res = await fetch("https://news.apitoll.cloud/v1/cointelegraph/news");
if (res.status === 402) {
  const { accepts } = await res.json();
  // pay one of accepts[] via an x402 client, then retry with the payment header
}

Python

import httpx
res = httpx.get("https://news.apitoll.cloud/v1/cointelegraph/news")
if res.status_code == 402:
    accepts = res.json()["accepts"]
    # pay one of accepts[] via an x402 client, then retry with the payment header

Machine-readable

Everything on this page is also available as clean JSON at /resources/2160.json, and this resource appears in /discovery/resources and /discovery/search.