Skip to main content
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

x-app-id
string
header
required

Your application ID. Required for all app-tier and user-tier routes.

Response

200

markets
object
required
signals
object
required
eventTitleEmbeddings
object
required
config
object
required