Get news articles for markets with market impact summaries
curl --request POST \
--url https://api.agg.market/news-feed/market-news \
--header 'Content-Type: application/json' \
--header 'x-app-id: <api-key>' \
--data '
{
"venueMarketIds": [
"<string>"
],
"venueEventIds": [
"<string>"
],
"customQuery": "<string>",
"tbs": "<string>",
"limit": 3
}
'{
"results": [
{
"venueMarketId": "<string>",
"venueEventId": "<string>",
"question": "<string>",
"eventTitle": "<string>",
"category": "<string>",
"searchQuery": "<string>",
"timeRange": "<string>",
"timeRangeLabel": "<string>",
"articles": [
{
"title": "<string>",
"url": "<string>",
"snippet": "<string>",
"source": "<string>",
"imageUrl": "<string>",
"publishedAt": "<string>",
"summary": "<string>",
"relevanceScore": 123
}
]
}
]
}Discovery
Get news articles for markets with market impact summaries
POST
/
news-feed
/
market-news
Get news articles for markets with market impact summaries
curl --request POST \
--url https://api.agg.market/news-feed/market-news \
--header 'Content-Type: application/json' \
--header 'x-app-id: <api-key>' \
--data '
{
"venueMarketIds": [
"<string>"
],
"venueEventIds": [
"<string>"
],
"customQuery": "<string>",
"tbs": "<string>",
"limit": 3
}
'{
"results": [
{
"venueMarketId": "<string>",
"venueEventId": "<string>",
"question": "<string>",
"eventTitle": "<string>",
"category": "<string>",
"searchQuery": "<string>",
"timeRange": "<string>",
"timeRangeLabel": "<string>",
"articles": [
{
"title": "<string>",
"url": "<string>",
"snippet": "<string>",
"source": "<string>",
"imageUrl": "<string>",
"publishedAt": "<string>",
"summary": "<string>",
"relevanceScore": 123
}
]
}
]
}Authorizations
Your application ID. Required for all app-tier and user-tier routes.
Body
application/json
Response
200
Show child attributes
Show child attributes
Get live crypto reference pricesArticle-centric news feed for a category - latest articles with linked markets and live prices
⌘I