Skip to content

Files

19 lines (14 loc) · 2.94 KB
·

getevmchainrollingwindowmetricsrequest.md

File metadata and controls

19 lines (14 loc) · 2.94 KB
·

GetEvmChainRollingWindowMetricsRequest

Example Usage

import { GetEvmChainRollingWindowMetricsRequest } from "@avalabs/avacloud-sdk/models/operations";

let value: GetEvmChainRollingWindowMetricsRequest = {
  metric: "txCount",
  chainId: "43114",
};

Fields

Field Type Required Description Example
metric components.ChainRollingWindowMetric ✔️ Which chain level metric to fetch for the rolling window. txCount
chainId string A supported EVM chain ID or one of "total", "mainnet", or "testnet". Use the /chains endpoint to get a list of supported chain IDs. 43114