curl --request GET \
--url https://api-staging.boost.xyz/metrics/protocol/{type}/{boostId}
{
"data": [
{}
],
"nextEvaluatedKey": "<string>",
"resolution": "daily"
}
Get hourly or daily Boost protocol metrics for a given date range for a boost
curl --request GET \
--url https://api-staging.boost.xyz/metrics/protocol/{type}/{boostId}
{
"data": [
{}
],
"nextEvaluatedKey": "<string>",
"resolution": "daily"
}
daily
, hourly
Success
The response is of type object
.