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