Kaiko Indices API

Index composition and replication data.

Operations 1

GET /data/index.v1/digital_asset_rates_compo Get digital asset index composition #

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/kaiko-indices-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.

OpenAPI Specification

kaiko-indices-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Kaiko Market Data REST Canton Oracle Indices API
  description: REST API for accessing Kaiko's institutional-grade digital-asset market data, including Canton oracle prices, reference rates, indices, index replication rates, and supply / market-cap data. All requests are authenticated with an X-Api-Key header carrying the client's Kaiko API key.
  version: 2.0.0
  termsOfService: https://www.kaiko.com/pages/terms-of-use
  contact:
    name: Kaiko Support
    url: https://docs.kaiko.com/
  license:
    name: Proprietary
    url: https://www.kaiko.com/pages/terms-of-use
servers:
- url: https://us.market-api.kaiko.io/v2
  description: Kaiko Market Data API v2
- url: https://us.market-api.kaiko.io/v1
  description: Kaiko Market Data API v1
security:
- apiKeyHeader: []
tags:
- name: Indices
  description: Index composition and replication data.
paths:
  /data/index.v1/digital_asset_rates_compo:
    get:
      operationId: getIndexDigitalAssetRatesComposition
      summary: Get digital asset index composition
      description: Return index composition data for Kaiko's digital-asset rate indices.
      tags:
      - Indices
      responses:
        '200':
          description: Index composition payload.
          content:
            application/json:
              schema:
                type: object
components:
  securitySchemes:
    apiKeyHeader:
      type: apiKey
      in: header
      name: X-Api-Key
      description: Kaiko client API key delivered in the X-Api-Key header.