← Protocol index
Resource / 13240
unknownUnnamed resource.
Financial news with sentiment analysis from Marketaux. Per-symbol sentiment aggregation.
Payment requirements / accepts[]
1 options
| State | Network | Scheme | Atomic amount | Asset | payTo / untrusted |
|---|---|---|---|---|---|
| active | eip155:8453 | exact | 5000 | 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | 0x24FAcafEB49b4e3FACF0B3e69604A2F4640c9bf2 |
All advertised payment options are stored. Base (`eip155:8453`) is the operational network for ranking and canaries; non-Base options remain visible for transparency.
Probe evidence
0 recent
No probe attempts recorded yet. Coverage runs prioritize never-probed endpoints.
Machine contract
Schemas.
InputJSON
{
"method": "GET",
"queryParams": {
"limit": "10",
"sentiment": "all",
"symbols": "AAPL,MSFT,NVDA"
},
"schema": {
"properties": {
"limit": {
"description": "Number of articles (default: 10, max: 25)",
"type": "integer"
},
"sentiment": {
"description": "Filter: positive|negative|all (default: all)",
"type": "string"
},
"symbols": {
"description": "Comma-separated tickers (default: AAPL,MSFT,NVDA)",
"type": "string"
}
},
"required": []
},
"type": "http"
}
OutputJSON
{
"example": {
"article_count": 10,
"articles": [],
"by_symbol": [
{
"article_count": 4,
"avg_sentiment": 0.35,
"sentiment_label": "BULLISH",
"symbol": "AAPL"
}
],
"source": "Marketaux",
"success": true,
"symbols": "AAPL,MSFT,NVDA"
}
}