Skip to main content
GET
/
v1
/
vaults
/
{vault_id}
/
stats
Get Vault Stats
curl --request GET \
  --url https://api.yieldo.xyz/v1/vaults/{vault_id}/stats
{
  "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
Required range: 1 <= x <= 365
from_chain_id
integer | null

Filter by source chain

from_token
string | null

Filter by source token address (case-insensitive)

Response

Successful Response