Get usage metrics for the Data API
Gets metrics for Data API usage over a specified time interval aggregated at the specified time-duration granularity.
Authorizations
Api keys provide higher access to rate limits. To obtain an api key, sign up for an account at https://avacloud.io/.
Query Parameters
Organization ID to fetch usage metrics for
The start time of the range as a UNIX timestamp. The requested start time will be rounded down to 0:00 UTC of the day.
x > 0
The end time of the range as a UNIX timestamp. The requested end time will be rounded down to 0:00 UTC of the day.
x > 0
Time interval granularity for data aggregation
minute
, hourly
, daily
, weekly
, monthly
Query param for the criterion used for grouping metrics
requestPath
, responseCode
, chainId
, apiKeyId
, requestType
Filter data by chain ID.
Filter data by request path.
Filter data by response status code.
Filter data by request type.
data
, rpc
Filter data by API key ID.
Response
Duration in which the metrics value is aggregated
Org ID for which the metrics are aggregated
Metrics values
Was this page helpful?