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)

VTAXO

The VTAXO endpoint returns assets by categories. Same asset can be present in multiple categories.

PreviousActive VTAXONextNet Asset Value (NAV)

Last updated 23 days ago

Was this helpful?

The endpoint requires an API key. Below Query Parameters section contains information on filters available on the API.

Example URL

Response Fields

Field
Type
Description

symbol

string

The symbol

category

string

Category label

Query Parameters

Name
Type
Description

symbol

String

The symbol with which to filter

category

string

The category with which to filter

Headers

Name
Type
Description

Authorization*

String

your_secret_api_key

{
  "result": "success",
  "message": "Success",
  "data": [
    {
      "symbol": "eth",
      "category": "layer1"
    },
    {
      "symbol": "eth",
      "category": "smartcontractplatform"
    },
    {
      "symbol": "eth",
      "category": "metaversechain"
    }
  ],
  "params": {
    "symbol": "eth"
  }
}

GET

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