Crypto news and sentiment
crypto_newsRecent crypto headlines with a pre-computed sentiment score (-100 to +100) for one coin plus the macro picture. Descriptive market data only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| coin | No | Coin symbol, for example BTC. A pair like ETH/USD works too, the quote leg is dropped. Defaults to BTC. News coverage is not every coin: where nothing was recorded the reply carries covered:false and a null sentiment_score, which is absence and not a neutral reading. | |
| pair | No | Alias for coin. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| coin | No | The coin the headlines and score are about. | |
| note | No | One line saying what the numbers cover, or why there are none. Read it before reporting any zero as a market reading. | |
| macro | No | The same three fields for the market as a whole: sentiment, sentiment_score and summary. | |
| covered | No | False when nothing was recorded for this coin, which is why sentiment_score is null. Not a neutral reading. | |
| summary | No | The pre-written summary for this coin, or null. | |
| realtime | No | True when the headlines are live. Keyless connections get the delayed set. | |
| headlines | No | Up to 20 recent headlines, each with title, source, published time and link. | |
| sentiment | No | The wording that goes with the score, or unknown. | |
| sentiment_score | No | Minus 100 to plus 100. Null means nothing was measured, which is not the same as zero. |