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.
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"
}
]