Authorization: ********************
curl --location --request GET 'https://docs.joinclutch.xyz/api/showcase/timeseries/total_loans_by_protocol' \
--header 'Authorization;'
{
"results": [
{
"group": {
"color": "#FFD700",
"id": 1,
"name": "Goldfinch",
"type": "rwa_lending_protocol"
},
"measure": {
"id": 1,
"name": "Total Loans",
"slug": "total_loans",
"unit": "count"
},
"points": [
{
"x": "2023-01-01",
"y": 12
},
{
"x": "2023-02-01",
"y": 14
},
{
"x": "2023-03-01",
"y": 15
},
{
"x": "2023-04-01",
"y": 17
}
]
},
{
"group": {
"color": "#4B0082",
"id": 2,
"name": "Centrifuge",
"type": "rwa_lending_protocol"
},
"measure": {
"id": 1,
"name": "Total Loans",
"slug": "total_loans",
"unit": "count"
},
"points": [
{
"x": "2023-01-01",
"y": 8
},
{
"x": "2023-02-01",
"y": 9
},
{
"x": "2023-03-01",
"y": 11
},
{
"x": "2023-04-01",
"y": 13
}
]
},
{
"group": {
"color": "#008080",
"id": 3,
"name": "Maple Finance",
"type": "rwa_lending_protocol"
},
"measure": {
"id": 1,
"name": "Total Loans",
"slug": "total_loans",
"unit": "count"
},
"points": [
{
"x": "2023-01-01",
"y": 6
},
{
"x": "2023-02-01",
"y": 7
},
{
"x": "2023-03-01",
"y": 8
},
{
"x": "2023-04-01",
"y": 9
}
]
}
]
}