cURL
curl --request GET \ --url https://openapiv1.coinstats.app/news/type/{type} \ --header 'X-API-KEY: <api-key>'
[ { "id": "<string>", "searchKeyWords": [ "<string>" ], "feedDate": 123, "source": "<string>", "title": "<string>", "isFeatured": true, "description": "<string>", "imgURL": "<string>", "link": "<string>", "sourceLink": "<string>", "imgUrl": "<string>", "reactionsCount": {}, "reactions": [ "<string>" ], "shareURL": "<string>", "relatedCoins": [ "<string>" ], "content": true, "bigImg": true, "coins": {} } ]
API key needed to access the endpoints. Example: 'demo-api-key'
handpicked
trending
latest
bullish
bearish
1
20
Get news list by type
The response is of type object[].
object[]
Was this page helpful?