Authorization: ********************
curl --location --request GET 'https://docs.joinclutch.xyz/api/showcase/timeseries/active_loans_by_network' \
--header 'Authorization: <api-key>'
{
"results": [
{
"group": {
"color": "#4A90E2",
"id": 1,
"name": "Ethereum",
"type": "blockchain_network"
},
"measure": {
"id": 1,
"name": "Active Loans",
"slug": "active_loans",
"unit": "count"
},
"points": [
{
"x": "2023-01-01",
"y": 15
},
{
"x": "2023-02-01",
"y": 18
},
{
"x": "2023-03-01",
"y": 22
},
{
"x": "2023-04-01",
"y": 25
}
]
},
{
"group": {
"color": "#50E3C2",
"id": 2,
"name": "Polygon",
"type": "blockchain_network"
},
"measure": {
"id": 1,
"name": "Active Loans",
"slug": "active_loans",
"unit": "count"
},
"points": [
{
"x": "2023-01-01",
"y": 8
},
{
"x": "2023-02-01",
"y": 10
},
{
"x": "2023-03-01",
"y": 13
},
{
"x": "2023-04-01",
"y": 16
}
]
}
]
}