LogoLogo
  • Kaiko Knowledge Hub
  • Kaiko and Vinter
  • General
  • API
    • Overview
    • Multi Assets Indexes
      • Active Multi Assets
      • Multi Assets Parameters
      • Multi Assets Daily
      • Multi Assets Hourly
      • Multi Assets Real Time
      • Websocket - Multi Assets
    • Single Assets Reference Rates
      • Active Single Assets
      • Single Assets Daily
      • Single Assets Hourly
      • Single Assets Real Time
      • Websocket - Single Assets
      • Timeseries ID
    • Leveraged Indexes
      • Leveraged Single Assets
        • Leveraged Active Single Assets
        • Leveraged Single Assets Daily
      • Leveraged Multi Assets
        • Leveraged Active Multi Assets
        • Leveraged Multi Assets Daily
    • Vinter Taxonomy (VTAXO)
      • Active VTAXO
      • VTAXO
    • Net Asset Value (NAV)
      • Active Net Asset Value
      • Net Asset Value Daily
      • Net Asset Value Hourly
      • Net Asset Value Real Time
      • WebSocket - NAV
    • Staking Yield Reference Rates
      • Staking Tiers
        • On-Chain Tier
        • Staking Provider Tier
        • Exchange Tier
      • Active Staking Yields
      • Staking Yields Daily
    • API Requests Parameters
    • API Error Messages
  • FAQ
    • Onboarding
    • Product-related
    • Tech-related
Powered by GitBook
On this page
  • Response Fields
  • Try the API

Was this helpful?

Export as PDF
  1. API
  2. Net Asset Value (NAV)

Active Net Asset Value

The active net asset value endpoint returns information on all active instruments where Vinter performs Net Asset Value calculations.

PreviousNet Asset Value (NAV)NextNet Asset Value Daily

Last updated 22 days ago

Was this helpful?

The endpoint returns the symbol for all active instruments you can use when you query other NAV endpoints. The endpoint does not require an API key and does not accept any parameters.

Example URL

Response Fields

Field
Type
Description

internal_symbol

string

The internal symbol for the instrument

external_symbol

string

The external symbol for the instrument

full_name

string

The full name of the instrument

ISIN

string

International Securities Identification Number

GET https://www.vinterapi.com/api/v3/active_nav/

{
  "result": "success",
  "message": "Success",
  "data": [
    {
      "internal_symbol": "vnfa-aeti-15-d",
      "external_symbol": "AETI",
      "full_name": "Selected Crypto Assets ETI",
      "isin": "DE000A3GZET8"
    },
    {
      "internal_symbol": "vnfa-aeti-15-h",
      "external_symbol": "AETI",
      "full_name": "Selected Crypto Assets ETI",
      "isin": "DE000A3GZET8"
    },
    {
      "internal_symbol": "vnfa-btca-15-d",
      "external_symbol": "BTCA",
      "full_name": "15 FiCAS Active Crypto ETP",
      "isin": "CH0548689600"
    },
    {
      "internal_symbol": "vnfa-btca-15-h",
      "external_symbol": "BTCA",
      "full_name": "15 FiCAS Active Crypto ETP",
      "isin": "CH0548689600"
    }
  ],
  "params": {
    
  }
}

Try the API
https://www.vinterapi.com/api/v3/active_nav/www.vinterapi.com