Skip to main content
GET
/
v1
/
scores
/
anomalies
Anomalies
curl --request GET \
  --url https://api.yieldo.xyz/v1/scores/anomalies
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.yieldo.xyz/llms.txt

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

Query Parameters

window
string
default:24h
Pattern: ^(1h|6h|24h|7d|30d)$
severity
string | null
Pattern: ^(critical|warning|info)$
vault_id
string | null
limit
integer
default:50
Required range: 1 <= x <= 500

Response

Successful Response