Developers & APIs
How to fetch live NAV, prices, and stats in your own app.
API & Developer Integration 💻
Want to display UnifyVault live NAV prices or historical charts on your website, bot, or dashboard?
1. Get Live NAV Price
GET https://app.unifyvault.xyz/api/navExample Response:
{
"status": "success",
"coin": "UVBE",
"navUSD": 1.0220,
"backing": {
"cbBTC": "60.00%",
"WETH": "40.00%"
},
"timestamp": "2026-08-25T13:55:00.000Z"
}2. Historical Chart Data
GET https://app.unifyvault.xyz/api/nav/history?period=30DSupports periods: 1D, 7D, 30D, 90D, ALL.