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. Vinter Taxonomy (VTAXO)

Active VTAXO

The active VTAXO endpoint returns information on all available categories. And meta information related to the categories.

PreviousVinter Taxonomy (VTAXO)NextVTAXO

Last updated 1 month ago

Was this helpful?

Example URL

Response Fields

Field
Type
Description

category

string

Category label

display_name

string

Cateogory display name

description

string

Description for the category

{
  "result": "success",
  "message": "Success",
  "data": [
    {
      "category": "oracle",
      "display_name": "Oracle",
      "description": "Enables external data to interact with blockchain networks, ensuring smart contracts access accurate and timely information from the outside world."
    },
    {
      "category": "layer1",
      "display_name": "Layer 1",
      "description": "Serves as the foundation for building decentralized applications and executing transactions securely and directly on the blockchain."
    },
    {
      "category": "smartcontractplatform",
      "display_name": "Smart Contract Platform",
      "description": "Allows for the creation and execution of automated contracts without the need for intermediaries, using blockchain technology."
    },
  ],
  "params": {
    
  }
}

GET

https://vinterapi.com/api/v3/active_vtaxo/
Try the API
https://vinterapi.com/api/v3/active_vtaxo/vinterapi.com