Authorization: ********************
curl --location --request GET 'https://docs.joinclutch.xyz/api/showcase/timeseries/total_loans_by_network' \
--header 'Authorization;'
{
"results": [
{
"group": {
"color": "#4A90E2",
"id": 1,
"name": "Ethereum",
"type": "blockchain_network"
},
"measure": {
"id": 1,
"name": "Total Loans",
"slug": "total_loans",
"unit": "count"
},
"points": [
{
"x": "2023-01-01",
"y": 20
},
{
"x": "2023-02-01",
"y": 24
},
{
"x": "2023-03-01",
"y": 29
},
{
"x": "2023-04-01",
"y": 33
}
]
},
{
"group": {
"color": "#50E3C2",
"id": 2,
"name": "Polygon",
"type": "blockchain_network"
},
"measure": {
"id": 1,
"name": "Total Loans",
"slug": "total_loans",
"unit": "count"
},
"points": [
{
"x": "2023-01-01",
"y": 12
},
{
"x": "2023-02-01",
"y": 15
},
{
"x": "2023-03-01",
"y": 19
},
{
"x": "2023-04-01",
"y": 22
}
]
}
]
}