URL Schema
https://api.finage.co.uk/news/cryptocurrency/{ symbol }?apikey=YOUR_API_KEYExample Request
https://api.finage.co.uk/news/cryptocurrency/BTC?apikey=YOUR_API_KEYExample Output
{
"ticker": "BTC",
"limit": 10,
"news": [
{
"title": "The Grayscale Bitcoin Trust on Track to Surpass the Largest Gold ETF: Bloomberg",
"description": "The massive BTC price surge and the ongoing institutional adoption could help the Grayscale Bitcoin Trust surpass the largest commodity ETF soon.",
"url": "https://cryptopotato.com/the-grayscale-bitcoin-trust-on-track-to-surpass-the-largest-gold-etf-bloomberg/",
"source": "CryptoPotato",
"date": "2021-04-17T12:41:00+00:00"
},
{
"title": "On-Chain Analysis: This Is not What the Bitcoin Top Looks Like",
"description": "In today's on-chain analysis, we are trying to answer the question of whether there are reasons to fear the ending of the ongoing Bitcoin bull run. We are looking at the activity of long-term hodlers who stopped selling their coins again in the last week.",
"url": "https://beincrypto.com/on-chain-analysis-this-is-not-what-the-bitcoin-top-looks-like/",
"source": "BeInCrypto",
"date": "2021-04-17T12:30:00+00:00"
}
]
}