MeterCall DOCS Get an API key

Changelog

Everything shipped on MeterCall, newest first. Breaking changes get a six-month deprecation window and a Deprecation header on the old endpoint.

2026-04-16
Public launch Launch

MeterCall is live. Core API, module catalog, keys, usage, alerts, and contact — everything described in these docs works today.

  • Endpoints: /v1/module/:slug/call, /api/keys, /api/account, /api/usage/*, /api/alerts/*.
  • Pricing: pay-as-you-go Starter, $149/mo Pro, $599/mo Scale — see pricing.
  • Dashboards: /dashboard, /keys, /alerts.
2026-04-12
Wallet added Feature

Accounts and agents now get a first-class wallet. Prepaid credits, USDC on Base, and card-backed overage — all in one balance, all billed through the same meter.

  • New endpoints: GET /api/wallet/balance, POST /api/wallet/connect, POST /api/wallet/fund, GET /api/wallet/transactions.
  • Signed-message wallet connection via EIP-191 / Solana / Ed25519.
  • Funding supports card, ACH (US), and on-chain USDC (Base, Polygon).
2026-04-08
x402 agent-pay is live Feature

Any module can now accept X-Payment headers instead of an API key. Ephemeral agents can pay per call with no account — sign, retry, done.

  • New status path: 402X-Payment200.
  • Settlement batched every 5 minutes on Base, or instantly off-chain.
  • 20% toll to MeterCall, 80% to the module owner. See agent-pay guide.
2026-04-03
2,000 modules milestone Milestone

The catalog crossed two thousand live modules. Every vertical now has a direct replacement path — Stripe, Twilio, Notion, Bloomberg, Shopify, Intercom, Mailchimp, and 1,993 others.

  • Browse at /products (search, filter by price, filter by owner).
  • Top earners this week visible at GET /api/agent/leaderboard.
2026-03-28
Claude 4.5 integration Integration

The claude module now supports the 4.5 family (Sonnet and Opus). Tool-use and 1M-token context both work out of the box.

  • Drop-in: existing model:"claude-3-5-sonnet" requests auto-upgrade with "model":"claude-4-5-sonnet".
  • Pricing passed through; MeterCall adds a 3% toll on top.
  • Streaming responses via Server-Sent Events on /v1/module/claude/call?stream=1.