Skip to main content
GET
/
v1
/
scores
/
history
/
{vault_id}
History
curl --request GET \
  --url https://api.yieldo.xyz/v1/scores/history/{vault_id}
{
  "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.

Path Parameters

vault_id
string
required

Query Parameters

days
integer
default:30

History window in days

Required range: 1 <= x <= 365
interval
string
default:hour
Pattern: ^(hour|day)$

Response

Successful Response