Numia Docs

Get KPICumulative Supply Side Revenue

GET /kpi/cumulative_supply_side_revenue 5

Get KPICumulative Supply Side Revenue

Base URL

https://osmosis.numia.xyz

Parameters

Query Parameters

NameTypeRequiredDescription
start_datestringNoDate in the format YYYY-MM-DD HH:MM:SS
end_datestringNoDate 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
  }
]