get-news-by-id
Retrieve specific cryptocurrency news articles using their unique ID to access detailed market information and updates from the CoinStats API.
Instructions
Get news by id.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
id | Yes | News article ID |
Input Schema (JSON Schema)
{
"properties": {
"id": {
"description": "News article ID",
"type": "string"
}
},
"required": [
"id"
],
"type": "object"
}