---
title: "client/metering"
description: "Metering RPC for the Base node — resource and gas metering per block."
source: https://basehub.org/crates/client/metering/
---
import { LinkCard } from '@astrojs/starlight/components';

## Overview

The `base-metering` crate exposes metering RPC endpoints for the Base node. It tracks gas usage and resource consumption per block.

## Source

<LinkCard title="View source on GitHub" href="https://github.com/base/base/tree/main/crates/client/metering" />
