GET
/
vaults
/
{vault_id}
/
apr
/
series
Historical APR
curl --request GET \
  --url https://0d.finance/api/v1/vaults/{vault_id}/apr/series
{
  "timeframe": "7d",
  "points": [
    {
      "t": "2025-08-06T00:00:00Z",
      "apr_pct": 12.5
    },
    {
      "t": "2025-08-07T00:00:00Z",
      "apr_pct": 12.8
    },
    {
      "t": "2025-08-08T00:00:00Z",
      "apr_pct": 13.1
    }
  ]
}

Path Parameters

vault_id
string
required

Stable vault identifier

Minimum length: 1

Query Parameters

timeframe
enum<string>
default:all
Available options:
7d,
30d,
1y,
all

Response

Historical APR

The response is of type object.