Meter · AsyncAPI Specification

Meter Subscriptions (WebSocket)

Version 1.2.2

Real-time WebSocket subscription channels of the Meter native node API, generated from the /subscriptions/* GET (websocket-upgrade) operations declared in the Meter RESTful OpenAPI (Meterest v1.2.2). These are the provider's live event surface.

View Spec View on GitHub BlockchainWeb3CryptocurrencyLayer-1EVMCross-chain BridgeStakingDeveloper ToolsAsyncAPIWebhooksEvents

Channels

subscriptions/block
subscribe
Subscribe to new blocks
Stream of new blocks as they are produced.
subscriptions/event
subscribe
Subscribe to new events
Stream of contract event logs matching a filter.
subscriptions/transfer
subscribe
Subscribe to new transfers
Stream of value transfers.
subscriptions/beat
subscribe
Subscribe to block chain beats
Stream of chain beats (compact per-block bloom notifications).

Servers

wss
mainnet ws.meter.io
Meter mainnet WebSocket
wss
testnet wstest.meter.io
Meter testnet WebSocket

AsyncAPI Specification

Raw ↑
generated: '2026-07-20'
method: generated
source: openapi/meter-openapi-original.yml
spec_type: AsyncAPI
asyncapi: 2.6.0
info:
  title: Meter Subscriptions (WebSocket)
  version: 1.2.2
  description: >-
    Real-time WebSocket subscription channels of the Meter native node API, generated
    from the /subscriptions/* GET (websocket-upgrade) operations declared in the Meter
    RESTful OpenAPI (Meterest v1.2.2). These are the provider's live event surface.
servers:
  mainnet:
    url: ws.meter.io
    protocol: wss
    description: Meter mainnet WebSocket
  testnet:
    url: wstest.meter.io
    protocol: wss
    description: Meter testnet WebSocket
channels:
  subscriptions/block:
    description: Stream of new blocks as they are produced.
    subscribe:
      summary: Subscribe to new blocks
      message:
        name: Block
        payload:
          $ref: 'openapi/meter-openapi-original.yml#/components/schemas/Block'
  subscriptions/event:
    description: Stream of contract event logs matching a filter.
    subscribe:
      summary: Subscribe to new events
      message:
        name: Event
        payload:
          $ref: 'openapi/meter-openapi-original.yml#/components/schemas/Event'
  subscriptions/transfer:
    description: Stream of value transfers.
    subscribe:
      summary: Subscribe to new transfers
      message:
        name: Transfer
        payload:
          $ref: 'openapi/meter-openapi-original.yml#/components/schemas/Transfer'
  subscriptions/beat:
    description: Stream of chain beats (compact per-block bloom notifications).
    subscribe:
      summary: Subscribe to block chain beats
      message:
        name: Beat
        payload:
          $ref: 'openapi/meter-openapi-original.yml#/components/schemas/Beat'

Work with this as data

Every AsyncAPI spec here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for asyncapi

4 MCP tools reach this
  • find_asyncapisBrowse and filter every AsyncAPI spec in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This AsyncAPI spec
curl "https://apis.io/api/v1/asyncapis/meter-subscriptions-asyncapi"
All asyncapi
curl "https://apis.io/api/v1/asyncapis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.