Live on Tempo Network

Pay-per-Query API
Built for AI Agents

The first x402-native GraphQL API. Your agents pay only for what they use. No API keys. No subscriptions. Just send tokens and query.

Built Different

🤖

x402 Native

AI agents autonomously discover payment requirements and pay on-chain. No API keys, no OAuth, no human intervention needed.

🔌

MCP Compatible

Works out of the box with Claude, GPT, and any MCP-enabled AI. Three simple tools: query, stats, transfers.

Instant Access

Send payment, verify once, get 1000 queries. No signup, no approval, no waiting. Your credits never expire.

📊

Full GraphQL

Query anything: transfers, accounts, tokens, analytics. Flexible schema lets you get exactly the data you need.

🔒

Trustless

Payments verified on-chain. No custody, no intermediaries. Your wallet is your identity.

🌐

Tempo Network

Built on Tempo — the AI-native L1. Fast finality, low fees, PathUSD stablecoin. Made for machine payments.

The Internet's Missing Payment Layer

x402 is the standard for machine-to-machine payments. AI agents discover payment requirements via /.well-known/x402, pay automatically, and access resources without human intervention.

  • 1
    Discover Agent fetches /.well-known/x402 to learn payment requirements
  • 2
    Pay Send PathUSD or USDC.e to the recipient address on Tempo
  • 3
    Verify POST /verify-payment with txHash to activate credits
  • 4
    Query Use X-Wallet header to authenticate all requests
x402-flow.ts
// 1. Discover payment requirements
const info = await fetch('https://api.paymetrics.xyz/.well-known/x402')

// 2. Send payment on Tempo chain
const tx = await pathUSD.transfer(
  '0x9B374...1cee4a',
  parseUnits('1', 6)  // 1 PathUSD
)

// 3. Verify payment
await fetch('https://api.paymetrics.xyz/verify-payment', {
  method: 'POST',
  body: JSON.stringify({ txHash: tx.hash })
})

// 4. Query with wallet auth
const data = await fetch('https://api.paymetrics.xyz/graphql', {
  method: 'POST',
  headers: { 
    'X-Wallet': myAddress,
    'Content-Type': 'application/json'
  },
  body: JSON.stringify({
    query: `{ tokens { symbol totalVolume } }`
  })
})
$3.2M+
Total Volume
328K+
Transactions
10K+
Unique Accounts
<1s
Verification Time

Pay Only for What You Use

1 PathUSD
1,000 queries
  • Full GraphQL access
  • MCP tools included
  • Credits never expire
  • Wallet-based auth
Get Started
Custom
Enterprise
  • Unlimited queries
  • Dedicated endpoint
  • Custom SLA
  • Direct integration
Contact Us
mcp-config.json
{
  "mcpServers": {
    "paymetrics": {
      "url": "https://api.paymetrics.xyz/mcp",
      "transport": "http",
      "auth": {
        "type": "x402",
        "wallet": "YOUR_WALLET_ADDRESS"
      }
    }
  }
}

Three Tools, Infinite Possibilities

Add PayMetrics to any MCP-enabled AI in seconds. Your agent gets instant access to Tempo network analytics.

query_tempo_payments

Execute any GraphQL query against the Tempo payments subgraph

get_payment_stats

Get protocol-wide statistics: volume, transactions, accounts

get_recent_transfers

Fetch recent transfers with optional token filter and limit

Ready to Build?

Get your first 1,000 queries with just 1 PathUSD. No signup required.

Payment Address (Tempo Network)
0x9B374df0806884aE8CaDE82422c5e244cA1cee4a