UpshiftDocs
REST APIInstitutional API

NAV Oracle Classification

How a vault’s NAV oracle is classified.

Get Oracle Classification

Return the NAV Oracle classification table for a vault's latest snapshot.

DeFi and idle tokens are classified via the pricing engine (Tiingo / CoinGecko / constant); CeFi venue positions are reported as CeFi-sourced without an engine call. Source is the newest daily unrealized_pnl record.

GET
/upshift/oracle_classification/{vault_address}

Path Parameters

vault_addressVault Address

Query Parameters

chain_idChain Id

Response Body

curl -X GET "https://api.upshift.finance/api/v1/upshift/oracle_classification/string?chain_id=0"
null
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}