Composition data
Last updated
Was this helpful?
Was this helpful?
curl -H "X-Api-Key: $KAIKO_API_KEY" \
-H 'Accept: application/json' \
"https://us.market-api.kaiko.io/v2/data/index.v1/digital_asset_rates_compo?index_code=KK_BRR_BTCUSD&start_time=2025-06-01T00:00:00Z"{
"query": {
"data_version": "v1",
"request_time": "2025-09-22T12:39:25.097Z",
"start_time": "2025-02-01T00:00:00Z",
"end_time": "2025-04-01T00:00:00Z"
},
"time": "2025-09-22T12:39:25.107Z",
"timestamp": 1758544765107,
"data": [
{
"index_code": "KK_BRR_BTCUSD",
"start_period": "2025-03-24T21:04:22.523Z",
"end_period": "2025-06-23T21:06:13.244716Z",
"exchanges": [
"cbse",
"gmni",
"krkn",
"lmax",
"stmp"
],
"window_seconds": 15,
"partition_seconds": 3
},
{
"index_code": "KK_BRR_BTCUSD",
"start_period": "2025-01-07T22:00:58.271494Z",
"end_period": "2025-03-24T21:29:22.526544Z",
"exchanges": [
"cbse",
"gmni",
"krkn",
"lmax",
"stmp"
],
"window_seconds": 15,
"partition_seconds": 3
},
{
"index_code": "KK_BRR_ETHUSD",
"start_period": "2025-03-24T21:04:22.523Z",
"end_period": "2025-06-23T21:06:13.244716Z",
"exchanges": [
"cbse",
"crco",
"krkn",
"lmax",
"stmp"
],
"window_seconds": 15,
"partition_seconds": 3
},
{
"index_code": "KK_BRR_ETHUSD",
"start_period": "2025-01-07T22:00:58.271494Z",
"end_period": "2025-03-24T21:29:22.526544Z",
"exchanges": [
"cbse",
"crco",
"krkn",
"lmax",
"stmp"
],
"window_seconds": 15,
"partition_seconds": 3
}
],
"result": "success"
}