The first x402-native GraphQL API. Your agents pay only for what they use. No API keys. No subscriptions. Just send tokens and query.
AI agents autonomously discover payment requirements and pay on-chain. No API keys, no OAuth, no human intervention needed.
Works out of the box with Claude, GPT, and any MCP-enabled AI. Three simple tools: query, stats, transfers.
Send payment, verify once, get 1000 queries. No signup, no approval, no waiting. Your credits never expire.
Query anything: transfers, accounts, tokens, analytics. Flexible schema lets you get exactly the data you need.
Payments verified on-chain. No custody, no intermediaries. Your wallet is your identity.
Built on Tempo — the AI-native L1. Fast finality, low fees, PathUSD stablecoin. Made for machine payments.
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 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 } }`
})
})
{
"mcpServers": {
"paymetrics": {
"url": "https://api.paymetrics.xyz/mcp",
"transport": "http",
"auth": {
"type": "x402",
"wallet": "YOUR_WALLET_ADDRESS"
}
}
}
}
Add PayMetrics to any MCP-enabled AI in seconds. Your agent gets instant access to Tempo network analytics.
Execute any GraphQL query against the Tempo payments subgraph
Get protocol-wide statistics: volume, transactions, accounts
Fetch recent transfers with optional token filter and limit
Get your first 1,000 queries with just 1 PathUSD. No signup required.
0x9B374df0806884aE8CaDE82422c5e244cA1cee4a