v1

latestOpenAPI 3.1.0raw.githubusercontent.com2025-04-25361217.6 KB
News

Get Cryptocurrency News

Fetches recent news articles related to the cryptocurrency market.

get/news/crypto

Query parameters

pageinteger

The page number for pagination.

limitinteger

The maximum number of news articles to return (e.g., 50).

Response

Successful response with an array of cryptocurrency news articles.

titlestring
published-datestring date-time
sitestring
textstring
urlstring url
symbolstring

Example response

[
  {
    "title": "Solana's Meatbags announces NFT sale to buy Cold War bunker",
    "published-date": "2025-04-21T06:22:50.000Z",
    "site": "crypto.news",
    "text": "A Solana-based non-fungible token project plans to buy a Cold War-era nuclear bunker in England by selling 100,000 NFT \"land deeds.\"",
    "url": "https://crypto.news/solanas-meatbags-announces-nft-sale-to-buy-cold-war-bunker/",
    "symbol": "NFTUSD"
  }
]