MeterCall L4 Get started
Introducing MeterCall L4 — the aggregation layer

Layer 4. One API. Every chain.

The blockchain of blockchains. 30+ chains. Every protocol. Pay per call. One endpoint, instead of 30 RPC providers, 50 SDKs, and a weekend of your life.

30+ chains 500+ protocols 1 endpoint $ pay per call
Live demo hitting L4 now
GET /v1/l4/cross/balance/0xd8dA…6045

How it works

Your agent hits one URL. L4 does the routing, the retries, the RPC juggling, and the meter reading. You ship.

1
You call one URL.

Your code, your agent, or a curl. Same endpoint shape for every chain.

2
L4 routes it.

We pick the right chain(s), the right protocol, the right RPC. Retry on fail, balance across providers.

3
We meter the call.

One line item, one invoice. No LLM tax — this runs server-side, not through Claude.

4
You build on top.

Dashboards, bots, aggregators, wallets. The hard part is done.

Try one call

Same payload shape from any language. Your agent and your terminal get identical responses.

curl
Python
Node
# cross-chain balance for vitalik.eth — one call, every chain
curl "https://metercall.ai/v1/l4/cross/balance/0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045" \
  -H "Authorization: Bearer $MC_KEY"

Build on Layer 4.

Get an API key, make your first cross-chain call in under 60 seconds, and ship.