Skip to content

Aggregated Metrics

ENDPOINT
GET https://obscura.network/metrics/<API_KEY>/<NETWORK>

Returns the aggregated metrics of requests made by the API_KEY, for the specified NETWORK.

Arguments

None

Types

DateString

Following the ISO 8601 standard. Example: 2023-11-03T12:47:54.924Z.

RequestAggregate

Parameter Type Description
apiKey string The api key associated with the request aggregate
version string The version of the request
method string The HTTP method of the request
route string The requested route
fullRoute string The fullRoute including the version and apiKey
count uint The amount of calls made to the endpoint
firstCall DateString The timestamp of the first call to this endpoint
lastCall DateString The timestamp of the last call to this endpoint

Response

Parameter Type Description
result RequestAggregate[] The aggregated requests made by the apiKey