List available news feeds with IDs and item counts
curl --request GET \
--url https://api.agg.market/news-feed \
--header 'x-app-id: <api-key>'{
"feeds": [
{
"id": "<string>",
"name": "<string>",
"itemCount": 123
}
]
}Discovery
List available news feeds with IDs and item counts
GET
/
news-feed
List available news feeds with IDs and item counts
curl --request GET \
--url https://api.agg.market/news-feed \
--header 'x-app-id: <api-key>'{
"feeds": [
{
"id": "<string>",
"name": "<string>",
"itemCount": 123
}
]
}Market-centric news feed - markets grouped with their news timelineGet live orderbooks for multiple markets
⌘I