Skip to main content
GET
Service index
curl --request GET \
  --url http://127.0.0.1:3003/
{
  "routes": [
    "/health",
    "/v1/prediction_markets/probability_snapshots",
    "/openai.json",
    "/.well-known/openapi.json",
    "/openapi.json",
    "/v1/companies",
    "/v1/prediction_markets/events",
    "/v1/prediction_markets/events/{id}",
    "/v1/prediction_markets/markets",
    "/v1/prediction_markets/markets/{id}",
    "/v1/prediction_markets/similar_events",
    "/v1/prediction_markets/trade_feed"
  ],
  "service": "public-api"
}

Documentation Index

Fetch the complete documentation index at: https://docs.monetary.dev/docs/llms.txt

Use this file to discover all available pages before exploring further.

Returns service metadata and available route paths.
curl -sS "$MONETARY_API_BASE_URL/"
The response includes the current HTTP routes exposed by the public API service. For push updates, see Realtime Stream.

Response

Service metadata

routes
string[]
required
service
string
required
Example:

"public-api"