GET
/kpi/cumulative_supply_side_revenue 5 Get KPICumulative Supply Side Revenue
Base URL
https://osmosis.numia.xyz Parameters
Query Parameters
| Name | Type | Required | Description |
|---|---|---|---|
start_date | string | No | Date in the format YYYY-MM-DD HH:MM:SS |
end_date | string | No | Date in the format YYYY-MM-DD HH:MM:SS |
Code Samples
curl -X GET "https://osmosis.numia.xyz/kpi/cumulative_supply_side_revenue?start_date=<start_date>&end_date=<end_date>" \
-H "Authorization: Bearer YOUR_API_KEY"Responses
200 Status: 200
[
{
labels: string,
value: number
}
]