Meter website screenshot

Meter

Meter is a high-performance, EVM-compatible Layer-1 blockchain and cross-chain infrastructure network built for the Web3 economy, backed by General Catalyst and Pantera Capital. Its HotStuff-based hybrid PoV consensus delivers thousands of TPS with instant finality, MEV/censorship resistance, and a metastable gas currency (MTR) pegged to energy alongside the MTRG governance token. Developers reach Meter through a standard Ethereum JSON-RPC endpoint (rpc.meter.io) that works with web3.js, ethers.js, Hardhat, Remix and MetaMask, and through a native RESTful node API ("Meterest") covering accounts, blocks, transactions, event/transfer logs, node status, staking and WebSocket subscriptions. The Meter Passport bridge provides generic cross-chain messaging and asset transfer, and the meterify library gives a web3.js-style adaptor to the native API.

Meter publishes 8 APIs on the APIs.io network, including Accounts API, Blocks API, Debug API, and 5 more. Tagged areas include Blockchain, Web3, Cryptocurrency, Layer-1, and EVM.

The Meter catalog on APIs.io includes 1 event-driven AsyncAPI specification.

Meter’s developer surface includes changelog, sandbox, documentation, API reference, getting-started guide, engineering blog, support, and 20 more developer resources.

41.3/100 thin ▬ flat Agent 24/100 agent aware Full breakdown ↓
scored 2026-08-10 · rubric v0.9.1
8 APIs 1 MCP Servers
BlockchainWeb3CryptocurrencyLayer-1EVMCross-chain BridgeStakingDeveloper Tools

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-08-10 · rubric v0.9.1
Composite quality — 41.3/100 · thin
Contract Quality 12.8 / 25
Developer Ergonomics 11.6 / 20
Commercial Clarity 2.6 / 20
Operational Transparency 4.8 / 13
Governance 1.4 / 12
Discoverability 8.2 / 10
Agent readiness — 24/100 · agent aware
Machine-Readable Contract 18 / 18
Agentic Access Contract 10 / 10
MCP Server 12 / 12
Machine-Readable Auth 0 / 10
Idempotency 0 / 9
Stable Error Semantics 0 / 8
Request/Response Examples 0 / 7
Rate-Limit Signaling 0 / 7
Typed Event Surface 6 / 6
Agent Skills 5 / 5
Well-Known Catalog 0 / 4
Consent & Bot Identity 0 / 3
A2A Agent Card 0 / 8
Dry-Run / Simulate Mode 0 / 4
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. This rating is computed from github.com/api-evangelist/meter: open an issue to ask a question, or submit a pull request to add artifacts. Want it done for you? Prioritized profiling — $2,500 →

APIs 8

Individual APIs this provider publishes, each with its own machine-readable definition.

Meter Accounts API

Access to account objects

Meter Blocks API

Access to blocks

Meter Debug API

Debug utilities

Meter Logs API

Access to event & transfer logs

Meter Node API

Access to node status info

Meter Staking API

Access to staking data

Meter Subscriptions API

Subscribe interested subjects

Meter Transactions API

Access to transactions

Scroll for all 8

MCP Servers 1

Model Context Protocol servers that expose these APIs to AI agents.

meter-mcp.yml

MCP SERVER

Event Specifications 1

AsyncAPI definitions for this provider's event-driven and streaming APIs.

Meter Subscriptions (WebSocket)

Real-time WebSocket subscription channels of the Meter native node API, generated from the /subscriptions/* GET (websocket-upgrade) operations declared in the Meter RESTful Open...

ASYNCAPI

Security Posture 1

Authentication, domain security, vulnerability disclosure, and trust-center signals.

Meter Domain Security

TLSv1.3 · DMARC

SECURITY

Agentic Access 1

Recommended x-agentic-access execution contracts for AI agents.

Meter Agentic Access

28 operations · 12 acting

28 operations · 12 acting

AGENTIC

Resources

Get Started 4

Portal, sign-up, and the first successful call

Documentation 4

Reference material describing how the API behaves

Agent Surfaces 4

MCP servers, agent skills, and machine-readable catalogs

Design & Contract 5

Pagination, idempotency, versioning, errors, and events

Build 3

SDKs, sample code, and the tooling you integrate with

Access & Security 1

Authentication, authorization, and security posture

Operate 3

Status, limits, changes, and where to get help

Company 2

The organization behind the API

Other 1

Properties that don't map to a standard resource type

Source (apis.yml)

apis.yml Raw ↑
aid: meter
name: Meter
description: Meter is a high-performance, EVM-compatible Layer-1 blockchain and cross-chain infrastructure network built for
  the Web3 economy, backed by General Catalyst and Pantera Capital. Its HotStuff-based hybrid PoV consensus delivers thousands
  of TPS with instant finality, MEV/censorship resistance, and a metastable gas currency (MTR) pegged to energy alongside
  the MTRG governance token. Developers reach Meter through a standard Ethereum JSON-RPC endpoint (rpc.meter.io) that works
  with web3.js, ethers.js, Hardhat, Remix and MetaMask, and through a native RESTful node API ("Meterest") covering accounts,
  blocks, transactions, event/transfer logs, node status, staking and WebSocket subscriptions. The Meter Passport bridge provides
  generic cross-chain messaging and asset transfer, and the meterify library gives a web3.js-style adaptor to the native API.
url: https://raw.githubusercontent.com/api-evangelist/meter/refs/heads/main/apis.yml
x-type: company
x-source: vc-portfolio
x-backed-by:
- general-catalyst
- pantera-capital
x-tier: stub
x-tier-reason: portfolio-lead
accessModel:
  pricing: unknown
  onboarding: unknown
  trial: false
  try_now: false
  public: false
  label: Unknown
  confidence: low
  source: []
  generated: '2026-07-22'
  method: derived
specificationVersion: '0.20'
created: '2026-07-17'
modified: '2026-07-20'
image: https://avatars.githubusercontent.com/u/50934298?v=4
tags:
- Blockchain
- Web3
- Cryptocurrency
- Layer-1
- EVM
- Cross-chain Bridge
- Staking
- Developer Tools
apis:
- aid: meter:meter-accounts-api
  name: Meter Accounts API
  description: Access to account objects
  humanURL: https://docs.meter.io/developer-documentation/meterify-api
  baseURL: https://mainnet.meter.io
  tags:
  - Accounts
  properties:
  - type: OpenAPI
    url: openapi/meter-accounts-api-openapi.yml
  - type: AsyncAPI
    url: asyncapi/meter-subscriptions-asyncapi.yml
- aid: meter:meter-blocks-api
  name: Meter Blocks API
  description: Access to blocks
  humanURL: https://docs.meter.io/developer-documentation/meterify-api
  baseURL: https://mainnet.meter.io
  tags:
  - Blocks
  properties:
  - type: OpenAPI
    url: openapi/meter-blocks-api-openapi.yml
  - type: AsyncAPI
    url: asyncapi/meter-subscriptions-asyncapi.yml
- aid: meter:meter-debug-api
  name: Meter Debug API
  description: Debug utilities
  humanURL: https://docs.meter.io/developer-documentation/meterify-api
  baseURL: https://mainnet.meter.io
  tags:
  - Debug
  properties:
  - type: OpenAPI
    url: openapi/meter-debug-api-openapi.yml
  - type: AsyncAPI
    url: asyncapi/meter-subscriptions-asyncapi.yml
- aid: meter:meter-logs-api
  name: Meter Logs API
  description: Access to event & transfer logs
  humanURL: https://docs.meter.io/developer-documentation/meterify-api
  baseURL: https://mainnet.meter.io
  tags:
  - Logs
  properties:
  - type: OpenAPI
    url: openapi/meter-logs-api-openapi.yml
  - type: AsyncAPI
    url: asyncapi/meter-subscriptions-asyncapi.yml
- aid: meter:meter-node-api
  name: Meter Node API
  description: Access to node status info
  humanURL: https://docs.meter.io/developer-documentation/meterify-api
  baseURL: https://mainnet.meter.io
  tags:
  - Node
  properties:
  - type: OpenAPI
    url: openapi/meter-node-api-openapi.yml
  - type: AsyncAPI
    url: asyncapi/meter-subscriptions-asyncapi.yml
- aid: meter:meter-staking-api
  name: Meter Staking API
  description: Access to staking data
  humanURL: https://docs.meter.io/developer-documentation/meterify-api
  baseURL: https://mainnet.meter.io
  tags:
  - Staking
  properties:
  - type: OpenAPI
    url: openapi/meter-staking-api-openapi.yml
  - type: AsyncAPI
    url: asyncapi/meter-subscriptions-asyncapi.yml
- aid: meter:meter-subscriptions-api
  name: Meter Subscriptions API
  description: Subscribe interested subjects
  humanURL: https://docs.meter.io/developer-documentation/meterify-api
  baseURL: https://mainnet.meter.io
  tags:
  - Subscriptions
  properties:
  - type: OpenAPI
    url: openapi/meter-subscriptions-api-openapi.yml
  - type: AsyncAPI
    url: asyncapi/meter-subscriptions-asyncapi.yml
- aid: meter:meter-transactions-api
  name: Meter Transactions API
  description: Access to transactions
  humanURL: https://docs.meter.io/developer-documentation/meterify-api
  baseURL: https://mainnet.meter.io
  tags:
  - Transactions
  properties:
  - type: OpenAPI
    url: openapi/meter-transactions-api-openapi.yml
  - type: AsyncAPI
    url: asyncapi/meter-subscriptions-asyncapi.yml
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com
- FN: APIs.json
  email: info@apis.io
common:
- type: OpenAPI
  url: openapi/_original/meter-openapi-original.yml
- type: AsyncAPI
  url: asyncapi/meter-subscriptions-asyncapi.yml
- type: Webhooks
  url: asyncapi/meter-subscriptions-asyncapi.yml
- type: AgenticAccess
  url: agentic-access/meter-agentic-access.yml
- type: DomainSecurity
  url: security/meter-domain-security.yml
- type: Packages
  url: packages/meter-packages.yml
- type: SDKs
  url: packages/meter-packages.yml
- type: MCPServer
  url: mcp/meter-mcp.yml
- type: LLMsTxt
  url: llms/meter-llms.txt
- type: Overlay
  url: overlays/meter-openapi-overlay.yaml
- type: Conventions
  url: conventions/meter-conventions.yml
- type: DataModel
  url: data-model/meter-data-model.yml
- type: Conformance
  url: conformance/meter-conformance.yml
- type: Lifecycle
  url: lifecycle/meter-lifecycle.yml
- type: Deprecation
  url: lifecycle/meter-lifecycle.yml
- type: ChangeLog
  url: changelog/meter-changelog.yml
- type: Sandbox
  url: sandbox/meter-sandbox.yml
- type: AgentSkill
  url: skills/_index.yml
- type: DeveloperPortal
  url: https://docs.meter.io/
- type: Documentation
  url: https://docs.meter.io/developer-documentation/introduction
- type: APIReference
  url: https://docs.meter.io/developer-documentation/meterify-api-documentation
- type: GettingStarted
  url: https://docs.meter.io/developer-documentation/introduction
- type: GitHubOrganization
  url: https://github.com/meterio
- type: Blog
  url: https://medium.com/meter-io
- type: Support
  url: https://forum.meter.io/
- type: SignUp
  url: https://wallet.meter.io/
- type: Website
  url: https://www.meter.io/
x-enrichment:
  date: '2026-07-20'
  status: enriched
  artifacts_added: 14
  pass: local-v1