REST APIInstitutional API
Vault Fees
Fee schedule applied to a vault.
Get Vault Fees
Return management + performance fees for a vault.
Combines the vault's persisted fee/waiver fields with two on-chain reads (management fee rate and performance fee rate). Each on-chain read degrades independently: a vault whose contract lacks one call still returns the other fee plus the DB-sourced fields rather than failing the whole card.
Path Parameters
vault_addressVault Address
Query Parameters
chain_idChain Id
Response Body
curl -X GET "https://api.upshift.finance/api/v1/upshift/fees/string?chain_id=0"null{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}