🔗 REST APIIndexes

List indexes

GET
/v1/indexes
Authorization<token>

API Key is required to access the endpoints

In: header

Response Body

curl -X GET "https://rest-api.indexes.coinapi.io/v1/indexes"
[
  {
    "id": "IDX_REFRATE_VWAP_BTC"
  },
  {
    "id": "IDX_REFRATE_VWAP_ETH"
  },
  {
    "id": "IDX_REFRATE_VWAP_LTC"
  },
  {
    "id": "IDX_REFRATE_VWAP_XRP"
  },
  {
    "id": "IDX_REFRATE_VWAP_ADA"
  }
]
Service StatusGitHub SDK