Usage Metrics
Get usage metrics for the Subnet RPC
Gets metrics for public Subnet RPC usage over a specified time interval aggregated at the specified time-duration granularity.
GET
/
v1
/
rpcUsageMetrics
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
Time interval granularity for data aggregation for subnet rpc metrics
Available options:
hourly
, daily
, weekly
, monthly
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.
Required range:
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.
Required range:
x > 0
Query param for the criterion used for grouping metrics
Available options:
rpcMethod
, responseCode
, rlBypassToken
Filter data by chain ID.
Filter data by response status code.
Filter data by RPC method.
Filter data by Rl Bypass API Token.
Was this page helpful?