SERVICE / DETAILonchain

ApiToll Crypto News

GET news.apitoll.cloud/v1/cointelegraph/news

SONAR SCORE0.719
LIVE PRICE0.001000
BAZAAR LIVEcompatible
CDP INDEXEDno
DECISION EVIDENCE

Why an agent can trust this route.

43 observations in the last 24h
HANDSHAKE SUCCESS100.0%402 challenge reachable
PAID DELIVERY0.0%settlement observed
P90 LATENCY1745msrecent response window
PRICE DRIFT0.0%advertised vs observed

Sonar evidence is advisory. Paid delivery is shown as verified only when paid probes are available; otherwise route estimates use the unpaid handshake as a clearly labeled proxy.

SONAR PROBE HISTORY / 30D

Observed outcomes

JSON ↗
LIVE ENDPOINT METADATA

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.

Resource: news.apitoll.cloud/v1/cointelegraph/news

Network: eip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp · Asset: 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 · Pay to: 0xcc69d619E6053F88A4845066518f465bD06Fc96c

Payment methods: · Last validation: 2026-09-14 16:44:47.923+00

{
  "input": {
    "type": "object",
    "required": [
      "type",
      "method"
    ],
    "properties": {
      "type": {
        "type": "string",
        "const": "http"
      },
      "method": {
        "enum": [
          "GET"
        ],
        "type": "string"
      },
      "queryParams": {
        "type": "object",
        "required": [
          "lang"
        ],
        "properties": {
          "lang": {
            "enum": [
              "en",
              "tr",
              "de",
              "es",
              "fr",
              "it",
              "jp",
              "kr",
              "br",
              "cn",
              "ar",
              "in",
              "tw",
              "ru"
            ],
            "type": "string",
            "description": "Locale to fetch news for. Defaults to \"en\"."
          },
          "limit": {
            "type": "integer",
            "maximum": 50,
            "minimum": 1,
            "description": "Number of articles to return (1-50). Defaults to 10."
          },
          "views": {
            "type": "boolean",
            "description": "Include the article view count. Defaults to true."
          },
          "search": {
            "type": "string",
            "description": "Optional full-text search query. When set, returns matching articles instead of the latest feed."
          },
          "full_text": {
            "type": "boolean",
            "description": "Include the full plain-text article body. Defaults to true."
          }
        }
      }
    },
    "additionalProperties": false
  },
  "output": {
    "type": "object",
    "required": [
      "type"
    ],
    "properties": {
      "type": {
        "type": "string"
      },
      "example": {
        "type": "object",
        "properties": {
          "lang": {
            "type": "string",
            "description": "Locale code (e.g., 'en', 'de', 'es', 'fr', 'jp', 'kr', 'br', 'cn', 'ar', 'in', 'tw', 'ru', 'it', 'tr')"
          },
          "count": {
            "type": "integer",
            "description": "Number of articles in the response array"
          },
          "query": {
            "type": [
              "string",
              "null"
            ],
            "description": "Search query string if ?search= was provided, otherwise null"
          },
          "source": {
            "type": "string",
            "description": "Content source identifier (always 'cointelegraph')"
          },
          "articles": {
            "type": "array",
            "items": {
              "type": "object",
              "required": [
                "id",
                "post_url",
                "postTranslate"
              ],
              "properties": {
                "id": {
                  "type": "string",
                  "description": "Article ID"
                },
                "views": {
                  "type": "integer",
                  "description": "Article view count (present only if views=true in request)"
                },
                "author": {
                  "type": [
                    "object",
                    "null"
                  ],
                  "properties": {
                    "id": {
                      "type": "string"
                    },
                    "author_url": {
                      "type": "string"
                    },
                    "authorTranslates": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "string"
                          },
                          "name": {
                            "type": "string"
                          }
                        }
                      }
                    }
                  }
                },
                "category": {
                  "type": [
                    "object",
                    "null"
                  ],
                  "properties": {
                    "id": {
                      "type": "string"
                    },
                    "category_url": {
                      "type": "string"
                    },
                    "categoryTranslates": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "string"
                          },
                          "title": {
                            "type": "string"
                          }
                        }
                      }
                    }
                  }
                },
                "post_url": {
                  "type": "string",
                  "description": "Full URL to the article on Cointelegraph"
                },
                "full_text": {
                  "type": "string",
                  "description": "Plain-text article body (present only if full_text=true in request)"
                },
                "postBadge": {
                  "type": [
                    "object",
                    "null"
                  ],
                  "properties": {
                    "id": {
                      "type": "string"
                    },
                    "label": {
                      "type": "string"
                    },
                    "postBadgeTranslates": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "string"
                          },
                          "title": {
                            "type": "string"
                          }
                        }
                      }
                    }
                  }
                },
                "postTranslate": {
                  "type": "object",
                  "required": [
                    "id",
                    "title",
                    "published"
                  ],
                  "properties": {
                    "id": {
                      "type": "string"
                    },
                    "title": {
                      "type": "string",
                      "description": "Article headline"
                    },
                    "author": {
                      "type": [
                        "object",
                        "null"
                      ],
                      "properties": {
                        "id": {
                          "type": "string"
                        },
                        "author_url": {
                          "type": "string"
                        },
                        "authorTranslates": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "id": {
                                "type": "string"
                              },
                              "name": {
                                "type": "string"
                              }
                            }
                          }
                        },
                        "innovationCircleUrl": {
                          "type": [
                            "string",
                            "null"
                          ]
                        }
                      }
                    },
                    "avatar": {
                      "type": [
                        "string",
                        "null"
                      ],
                      "description": "Featured image URL"
                    },
                    "leadText": {
                      "type": [
                        "string",
                        "null"
                      ],
                      "description": "Article lead/summary"
                    },
                    "published": {
                      "type": "string",
                      "format": "date-time",
                      "description": "ISO8601 publication timestamp"
                    },
                    "publishedHumanFormat": {
                      "type": [
                        "string",
                        "null"
                      ],
                      "description": "Human-readable time ago (e.g., '2 hours ago')"
                    }
                  }
                }
              }
            },
            "description": "Array of article objects with metadata, content, and engagement metrics"
          }
        }
      }
    }
  },
  "paymentRequirements": [
    {
      "raw": {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0xcc69d619E6053F88A4845066518f465bD06Fc96c",
        "amount": "1000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      },
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "payTo": "0xcc69d619E6053F88A4845066518f465bD06Fc96c",
      "scheme": "exact",
      "network": "eip155:8453",
      "amountAtomic": "1000"
    },
    {
      "raw": {
        "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
        "extra": {
          "feePayer": "BENrLoUbndxoNMUS5JXApGMtNykLjFXXixMtpDwDR9SP"
        },
        "payTo": "DqSMReqFwS3SqfghkM22gaXnYaX73t357cpLEmbHP6Vh",
        "amount": "1000",
        "scheme": "exact",
        "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
        "maxTimeoutSeconds": 300
      },
      "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
      "payTo": "DqSMReqFwS3SqfghkM22gaXnYaX73t357cpLEmbHP6Vh",
      "scheme": "exact",
      "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
      "amountAtomic": "1000"
    }
  ]
}
METADATA PROVENANCE

Source catalog records are retained separately from live endpoint observations. Sonar score, uptime, and latency are advisory metrics. CDP indexing is not inferred from validation.