Market-centric news feed - markets grouped with their news timeline
curl --request GET \
--url https://api.agg.market/news-feed/{category}/markets \
--header 'x-app-id: <api-key>'{
"data": [
{
"venueMarketId": "<string>",
"question": "<string>",
"venue": "<string>",
"yesPrice": 123,
"eventTitle": "<string>",
"eventId": "<string>",
"category": "<string>",
"articleCount": 123,
"articles": [
{
"title": "<string>",
"url": "<string>",
"source": "<string>",
"imageUrl": "<string>",
"publishedAt": "<string>",
"summary": "<string>",
"relevanceScore": 123,
"seq": 123,
"addedAt": "<string>"
}
]
}
],
"nextCursor": "<string>",
"hasMore": true
}Discovery
Market-centric news feed - markets grouped with their news timeline
GET
/
news-feed
/
{category}
/
markets
Market-centric news feed - markets grouped with their news timeline
curl --request GET \
--url https://api.agg.market/news-feed/{category}/markets \
--header 'x-app-id: <api-key>'{
"data": [
{
"venueMarketId": "<string>",
"question": "<string>",
"venue": "<string>",
"yesPrice": 123,
"eventTitle": "<string>",
"eventId": "<string>",
"category": "<string>",
"articleCount": 123,
"articles": [
{
"title": "<string>",
"url": "<string>",
"source": "<string>",
"imageUrl": "<string>",
"publishedAt": "<string>",
"summary": "<string>",
"relevanceScore": 123,
"seq": 123,
"addedAt": "<string>"
}
]
}
],
"nextCursor": "<string>",
"hasMore": true
}Authorizations
Your application ID. Required for all app-tier and user-tier routes.
Path Parameters
Query Parameters
Required string length:
1 - 32Pattern:
^[0-9]+$Required string length:
1 - 64Required string length:
1 - 64Required range:
1 <= x <= 50Article-centric news feed for a category - latest articles with linked markets and live pricesList available news feeds with IDs and item counts
⌘I