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. Single Assets Reference Rates

Active Single Assets

The active single assets endpoint returns information on all single assets indexes.

PreviousSingle Assets Reference RatesNextSingle Assets Daily

Last updated 22 days ago

Was this helpful?

The endpoint returns the index symbols that you can use when you query other endpoints. The endpoint does not require an API key and does not accept any parameters.

Example URL

Response Fields

Field
Type
Description

symbol

string

The index symbol

contrib

array

Contributing markets, the market symbol is constructed as "base currency"-"quote currency"-"exchange"

GET https://vinterapi.com/api/v3/active_single_assets/

{
  "result": "success",
  "message": "Success",
  "data": [
    {
      "symbol": "waves-usd-p-d",
      "contrib": [
        "waves-usd-p-r"
      ]
    }
  ],
  "params": {
    
  }
}

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