Correlated Markets status and coverage
curl --request GET \
--url https://api.agg.market/correlated-markets/status \
--header 'x-app-id: <api-key>'{
"markets": {
"total": 123,
"processed": 123,
"coverage": 123
},
"signals": {
"total": 123,
"withEmbeddings": 123,
"missingEmbeddings": 123
},
"eventTitleEmbeddings": {
"total": 123,
"events": 123,
"coverage": 123
},
"config": {
"batchSize": 123,
"jobsEnabled": true,
"backfillInterval": "<string>",
"reembedInterval": "<string>",
"eventEmbeddingInterval": "<string>"
}
}Discovery
Correlated Markets status and coverage
Public app-tier Discovery endpoint that reports Correlated Markets signal, embedding, and background worker coverage.
GET
/
correlated-markets
/
status
Correlated Markets status and coverage
curl --request GET \
--url https://api.agg.market/correlated-markets/status \
--header 'x-app-id: <api-key>'{
"markets": {
"total": 123,
"processed": 123,
"coverage": 123
},
"signals": {
"total": 123,
"withEmbeddings": 123,
"missingEmbeddings": 123
},
"eventTitleEmbeddings": {
"total": 123,
"events": 123,
"coverage": 123
},
"config": {
"batchSize": 123,
"jobsEnabled": true,
"backfillInterval": "<string>",
"reembedInterval": "<string>",
"eventEmbeddingInterval": "<string>"
}
}Authorizations
Your application ID. Required for all app-tier and user-tier routes.
⌘I