{"openapi":"3.1.0","info":{"title":"Quicknode RPC via x402","description":"Pay-per-request blockchain RPC access using the x402 payment protocol. Authenticate with SIWX (Sign-In with X), pay with stablecoin micropayments, and make JSON-RPC calls to 140+ blockchain networks.","version":"1.0.0","contact":{"name":"Quicknode","url":"https://www.quicknode.com"}},"servers":[{"url":"https://x402.quicknode.com"}],"paths":{"/auth":{"post":{"summary":"Exchange SIWX signature for JWT","operationId":"authenticate","x-agentcash-auth":{"mode":"apiKey"},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","required":["message","signature"],"properties":{"message":{"type":"string","description":"SIWX (CAIP-122) message string"},"signature":{"type":"string","description":"Hex-encoded (EVM) or Base58-encoded (Solana) signature"},"type":{"type":"string","enum":["siwx"],"description":"Auth type — \"siwx\" for multi-chain authentication"}}}}}},"responses":{"200":{"description":"JWT token issued","content":{"application/json":{"schema":{"type":"object","properties":{"token":{"type":"string"},"expiresAt":{"type":"string","format":"date-time"},"accountId":{"type":"string","description":"CAIP-10 account identifier"}}}}}}}}},"/credits":{"get":{"summary":"Check credit balance","operationId":"getCredits","x-agentcash-auth":{"mode":"apiKey"},"security":[{"bearerAuth":[]},{"siwx":[]}],"responses":{"200":{"description":"Credit balance","content":{"application/json":{"schema":{"type":"object","properties":{"accountId":{"type":"string"},"credits":{"type":"integer"}}}}}}}}},"/drip":{"post":{"summary":"Request testnet USDC (Base Sepolia only, one-time)","operationId":"requestDrip","x-agentcash-auth":{"mode":"apiKey"},"security":[{"bearerAuth":[]},{"siwx":[]}],"responses":{"200":{"description":"Faucet drip sent","content":{"application/json":{"schema":{"type":"object","properties":{"accountId":{"type":"string"},"walletAddress":{"type":"string"},"transactionHash":{"type":"string"}}}}}}}}},"/networks":{"get":{"summary":"List supported network slugs","operationId":"listNetworks","x-agentcash-auth":{"mode":"apiKey"},"security":[{"bearerAuth":[]},{"siwx":[]}],"responses":{"200":{"description":"Supported networks","content":{"application/json":{"schema":{"type":"object","properties":{"networks":{"type":"array","items":{"type":"string"}}}}}}}}}},"/sql/rest/v1/clusters":{"get":{"summary":"List SQL Explorer clusters","description":"Free discovery endpoint (1-hour CDN cached) listing available Quicknode SQL Explorer clusters.","operationId":"listSqlClusters","x-agentcash-auth":{"mode":"public"},"responses":{"200":{"description":"Cluster list (upstream REST pass-through)","content":{"application/json":{"schema":{"type":"object"}}}}}}},"/sql/rest/v1/schema":{"get":{"summary":"List SQL Explorer schemas (all clusters)","description":"Free discovery endpoint (1-hour CDN cached). Lists schemas for all clusters.","operationId":"listSqlSchemas","x-agentcash-auth":{"mode":"public"},"responses":{"200":{"description":"Schema list (upstream REST pass-through)","content":{"application/json":{"schema":{"type":"object"}}}}}}},"/sql/rest/v1/schema/{clusterId}":{"get":{"summary":"Get SQL Explorer schema for a specific cluster","description":"Free discovery endpoint (1-hour CDN cached).","operationId":"getSqlClusterSchema","x-agentcash-auth":{"mode":"public"},"parameters":[{"name":"clusterId","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Schema metadata (upstream REST pass-through)","content":{"application/json":{"schema":{"type":"object"}}}},"400":{"description":"Invalid cluster ID"}}}},"/sql/rest/v1/query":{"post":{"summary":"Execute a SQL Explorer query (SIWX drawdown)","description":"Paid REST pass-through to `https://api.quicknode.com/sql/rest/v1/query`. Variable cost: the upstream response body's `credits` field is debited 1:1 from the caller's SIWX-authenticated drawdown balance (one SQL credit = one drawdown credit). Per-request `PAYMENT-SIGNATURE` is NOT accepted — callers must authenticate via SIWX and pre-fund credits.","operationId":"sqlQuery","x-agentcash-auth":{"mode":"paid"},"x-payment-info":{"protocols":["x402"],"pricingMode":"variable","unit":"sql-credit"},"security":[{"bearerAuth":[]},{"siwx":[]}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object"}}}},"responses":{"200":{"description":"Query results. The `credits` field indicates the variable cost that was debited from the caller.","content":{"application/json":{"schema":{"type":"object","properties":{"credits":{"type":"number","description":"SQL credits consumed by this query (debited 1:1 from drawdown balance)."}}},"example":{"credits":485,"rows":[]}}}},"402":{"description":"Payment Required — requires SIWX-authenticated drawdown","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaymentRequired"}}}}}}},"/discovery/resources":{"get":{"summary":"Bazaar-compatible catalog of all network endpoints","operationId":"discoveryResources","parameters":[{"name":"limit","in":"query","schema":{"type":"integer","default":50,"maximum":200}},{"name":"offset","in":"query","schema":{"type":"integer","default":0}}],"responses":{"200":{"description":"Paginated resource catalog","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DiscoveryResponse"}}}}}}},"/0g-galileo/":{"post":{"summary":"JSON-RPC proxy — 0g-galileo","operationId":"jsonRpc_0g_galileo","x-agentcash-auth":{"mode":"paid"},"x-payment-info":{"protocols":["x402"],"pricingMode":"range","minPrice":"0.00","maxPrice":"10.00"},"security":[{"bearerAuth":[]},{"siwx":[]}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcRequest"},"example":{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}}}},"responses":{"200":{"description":"JSON-RPC response from upstream node","content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcResponse"},"example":{"jsonrpc":"2.0","result":"0x1234567","id":1}}}},"402":{"description":"Payment Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaymentRequired"}}}}}}},"/0g-mainnet/":{"post":{"summary":"JSON-RPC proxy — 0g-mainnet","operationId":"jsonRpc_0g_mainnet","x-agentcash-auth":{"mode":"paid"},"x-payment-info":{"protocols":["x402"],"pricingMode":"range","minPrice":"0.00","maxPrice":"10.00"},"security":[{"bearerAuth":[]},{"siwx":[]}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcRequest"},"example":{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}}}},"responses":{"200":{"description":"JSON-RPC response from upstream node","content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcResponse"},"example":{"jsonrpc":"2.0","result":"0x1234567","id":1}}}},"402":{"description":"Payment Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaymentRequired"}}}}}}},"/abstract-mainnet/":{"post":{"summary":"JSON-RPC proxy — abstract-mainnet","operationId":"jsonRpc_abstract_mainnet","x-agentcash-auth":{"mode":"paid"},"x-payment-info":{"protocols":["x402"],"pricingMode":"range","minPrice":"0.00","maxPrice":"10.00"},"security":[{"bearerAuth":[]},{"siwx":[]}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcRequest"},"example":{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}}}},"responses":{"200":{"description":"JSON-RPC response from upstream node","content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcResponse"},"example":{"jsonrpc":"2.0","result":"0x1234567","id":1}}}},"402":{"description":"Payment Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaymentRequired"}}}}}}},"/abstract-testnet/":{"post":{"summary":"JSON-RPC proxy — abstract-testnet","operationId":"jsonRpc_abstract_testnet","x-agentcash-auth":{"mode":"paid"},"x-payment-info":{"protocols":["x402"],"pricingMode":"range","minPrice":"0.00","maxPrice":"10.00"},"security":[{"bearerAuth":[]},{"siwx":[]}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcRequest"},"example":{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}}}},"responses":{"200":{"description":"JSON-RPC response from upstream node","content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcResponse"},"example":{"jsonrpc":"2.0","result":"0x1234567","id":1}}}},"402":{"description":"Payment Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaymentRequired"}}}}}}},"/aptos-mainnet/":{"post":{"summary":"JSON-RPC proxy — aptos-mainnet","operationId":"jsonRpc_aptos_mainnet","x-agentcash-auth":{"mode":"paid"},"x-payment-info":{"protocols":["x402"],"pricingMode":"range","minPrice":"0.00","maxPrice":"10.00"},"security":[{"bearerAuth":[]},{"siwx":[]}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcRequest"},"example":{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}}}},"responses":{"200":{"description":"JSON-RPC response from upstream node","content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcResponse"},"example":{"jsonrpc":"2.0","result":"0x1234567","id":1}}}},"402":{"description":"Payment Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaymentRequired"}}}}}}},"/aptos-testnet/":{"post":{"summary":"JSON-RPC proxy — aptos-testnet","operationId":"jsonRpc_aptos_testnet","x-agentcash-auth":{"mode":"paid"},"x-payment-info":{"protocols":["x402"],"pricingMode":"range","minPrice":"0.00","maxPrice":"10.00"},"security":[{"bearerAuth":[]},{"siwx":[]}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcRequest"},"example":{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}}}},"responses":{"200":{"description":"JSON-RPC response from upstream node","content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcResponse"},"example":{"jsonrpc":"2.0","result":"0x1234567","id":1}}}},"402":{"description":"Payment Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaymentRequired"}}}}}}},"/arbitrum-mainnet/":{"post":{"summary":"JSON-RPC proxy — arbitrum-mainnet","operationId":"jsonRpc_arbitrum_mainnet","x-agentcash-auth":{"mode":"paid"},"x-payment-info":{"protocols":["x402"],"pricingMode":"range","minPrice":"0.00","maxPrice":"10.00"},"security":[{"bearerAuth":[]},{"siwx":[]}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcRequest"},"example":{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}}}},"responses":{"200":{"description":"JSON-RPC response from upstream node","content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcResponse"},"example":{"jsonrpc":"2.0","result":"0x1234567","id":1}}}},"402":{"description":"Payment Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaymentRequired"}}}}}}},"/arbitrum-sepolia/":{"post":{"summary":"JSON-RPC proxy — arbitrum-sepolia","operationId":"jsonRpc_arbitrum_sepolia","x-agentcash-auth":{"mode":"paid"},"x-payment-info":{"protocols":["x402"],"pricingMode":"range","minPrice":"0.00","maxPrice":"10.00"},"security":[{"bearerAuth":[]},{"siwx":[]}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcRequest"},"example":{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}}}},"responses":{"200":{"description":"JSON-RPC response from upstream node","content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcResponse"},"example":{"jsonrpc":"2.0","result":"0x1234567","id":1}}}},"402":{"description":"Payment Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaymentRequired"}}}}}}},"/arc-testnet/":{"post":{"summary":"JSON-RPC proxy — arc-testnet","operationId":"jsonRpc_arc_testnet","x-agentcash-auth":{"mode":"paid"},"x-payment-info":{"protocols":["x402"],"pricingMode":"range","minPrice":"0.00","maxPrice":"10.00"},"security":[{"bearerAuth":[]},{"siwx":[]}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcRequest"},"example":{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}}}},"responses":{"200":{"description":"JSON-RPC response from upstream node","content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcResponse"},"example":{"jsonrpc":"2.0","result":"0x1234567","id":1}}}},"402":{"description":"Payment Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaymentRequired"}}}}}}},"/avalanche-mainnet/":{"post":{"summary":"JSON-RPC proxy — avalanche-mainnet","operationId":"jsonRpc_avalanche_mainnet","x-agentcash-auth":{"mode":"paid"},"x-payment-info":{"protocols":["x402"],"pricingMode":"range","minPrice":"0.00","maxPrice":"10.00"},"security":[{"bearerAuth":[]},{"siwx":[]}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcRequest"},"example":{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}}}},"responses":{"200":{"description":"JSON-RPC response from upstream node","content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcResponse"},"example":{"jsonrpc":"2.0","result":"0x1234567","id":1}}}},"402":{"description":"Payment Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaymentRequired"}}}}}}},"/avalanche-testnet/":{"post":{"summary":"JSON-RPC proxy — avalanche-testnet","operationId":"jsonRpc_avalanche_testnet","x-agentcash-auth":{"mode":"paid"},"x-payment-info":{"protocols":["x402"],"pricingMode":"range","minPrice":"0.00","maxPrice":"10.00"},"security":[{"bearerAuth":[]},{"siwx":[]}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcRequest"},"example":{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}}}},"responses":{"200":{"description":"JSON-RPC response from upstream node","content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcResponse"},"example":{"jsonrpc":"2.0","result":"0x1234567","id":1}}}},"402":{"description":"Payment Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaymentRequired"}}}}}}},"/b3-mainnet/":{"post":{"summary":"JSON-RPC proxy — b3-mainnet","operationId":"jsonRpc_b3_mainnet","x-agentcash-auth":{"mode":"paid"},"x-payment-info":{"protocols":["x402"],"pricingMode":"range","minPrice":"0.00","maxPrice":"10.00"},"security":[{"bearerAuth":[]},{"siwx":[]}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcRequest"},"example":{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}}}},"responses":{"200":{"description":"JSON-RPC response from upstream node","content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcResponse"},"example":{"jsonrpc":"2.0","result":"0x1234567","id":1}}}},"402":{"description":"Payment Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaymentRequired"}}}}}}},"/b3-sepolia/":{"post":{"summary":"JSON-RPC proxy — b3-sepolia","operationId":"jsonRpc_b3_sepolia","x-agentcash-auth":{"mode":"paid"},"x-payment-info":{"protocols":["x402"],"pricingMode":"range","minPrice":"0.00","maxPrice":"10.00"},"security":[{"bearerAuth":[]},{"siwx":[]}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcRequest"},"example":{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}}}},"responses":{"200":{"description":"JSON-RPC response from upstream node","content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcResponse"},"example":{"jsonrpc":"2.0","result":"0x1234567","id":1}}}},"402":{"description":"Payment Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaymentRequired"}}}}}}},"/base-mainnet/":{"post":{"summary":"JSON-RPC proxy — base-mainnet","operationId":"jsonRpc_base_mainnet","x-agentcash-auth":{"mode":"paid"},"x-payment-info":{"protocols":["x402"],"pricingMode":"range","minPrice":"0.00","maxPrice":"10.00"},"security":[{"bearerAuth":[]},{"siwx":[]}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcRequest"},"example":{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}}}},"responses":{"200":{"description":"JSON-RPC response from upstream node","content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcResponse"},"example":{"jsonrpc":"2.0","result":"0x1234567","id":1}}}},"402":{"description":"Payment Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaymentRequired"}}}}}}},"/base-sepolia/":{"post":{"summary":"JSON-RPC proxy — base-sepolia","operationId":"jsonRpc_base_sepolia","x-agentcash-auth":{"mode":"paid"},"x-payment-info":{"protocols":["x402"],"pricingMode":"range","minPrice":"0.00","maxPrice":"10.00"},"security":[{"bearerAuth":[]},{"siwx":[]}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcRequest"},"example":{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}}}},"responses":{"200":{"description":"JSON-RPC response from upstream node","content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcResponse"},"example":{"jsonrpc":"2.0","result":"0x1234567","id":1}}}},"402":{"description":"Payment Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaymentRequired"}}}}}}},"/bch-mainnet/":{"post":{"summary":"JSON-RPC proxy — bch-mainnet","operationId":"jsonRpc_bch_mainnet","x-agentcash-auth":{"mode":"paid"},"x-payment-info":{"protocols":["x402"],"pricingMode":"range","minPrice":"0.00","maxPrice":"10.00"},"security":[{"bearerAuth":[]},{"siwx":[]}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcRequest"},"example":{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}}}},"responses":{"200":{"description":"JSON-RPC response from upstream node","content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcResponse"},"example":{"jsonrpc":"2.0","result":"0x1234567","id":1}}}},"402":{"description":"Payment Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaymentRequired"}}}}}}},"/bch-testnet/":{"post":{"summary":"JSON-RPC proxy — bch-testnet","operationId":"jsonRpc_bch_testnet","x-agentcash-auth":{"mode":"paid"},"x-payment-info":{"protocols":["x402"],"pricingMode":"range","minPrice":"0.00","maxPrice":"10.00"},"security":[{"bearerAuth":[]},{"siwx":[]}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcRequest"},"example":{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}}}},"responses":{"200":{"description":"JSON-RPC response from upstream node","content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcResponse"},"example":{"jsonrpc":"2.0","result":"0x1234567","id":1}}}},"402":{"description":"Payment Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaymentRequired"}}}}}}},"/bera-bepolia/":{"post":{"summary":"JSON-RPC proxy — bera-bepolia","operationId":"jsonRpc_bera_bepolia","x-agentcash-auth":{"mode":"paid"},"x-payment-info":{"protocols":["x402"],"pricingMode":"range","minPrice":"0.00","maxPrice":"10.00"},"security":[{"bearerAuth":[]},{"siwx":[]}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcRequest"},"example":{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}}}},"responses":{"200":{"description":"JSON-RPC response from upstream node","content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcResponse"},"example":{"jsonrpc":"2.0","result":"0x1234567","id":1}}}},"402":{"description":"Payment Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaymentRequired"}}}}}}},"/bera-mainnet/":{"post":{"summary":"JSON-RPC proxy — bera-mainnet","operationId":"jsonRpc_bera_mainnet","x-agentcash-auth":{"mode":"paid"},"x-payment-info":{"protocols":["x402"],"pricingMode":"range","minPrice":"0.00","maxPrice":"10.00"},"security":[{"bearerAuth":[]},{"siwx":[]}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcRequest"},"example":{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}}}},"responses":{"200":{"description":"JSON-RPC response from upstream node","content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcResponse"},"example":{"jsonrpc":"2.0","result":"0x1234567","id":1}}}},"402":{"description":"Payment Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaymentRequired"}}}}}}},"/blast-mainnet/":{"post":{"summary":"JSON-RPC proxy — blast-mainnet","operationId":"jsonRpc_blast_mainnet","x-agentcash-auth":{"mode":"paid"},"x-payment-info":{"protocols":["x402"],"pricingMode":"range","minPrice":"0.00","maxPrice":"10.00"},"security":[{"bearerAuth":[]},{"siwx":[]}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcRequest"},"example":{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}}}},"responses":{"200":{"description":"JSON-RPC response from upstream node","content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcResponse"},"example":{"jsonrpc":"2.0","result":"0x1234567","id":1}}}},"402":{"description":"Payment Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaymentRequired"}}}}}}},"/blast-sepolia/":{"post":{"summary":"JSON-RPC proxy — blast-sepolia","operationId":"jsonRpc_blast_sepolia","x-agentcash-auth":{"mode":"paid"},"x-payment-info":{"protocols":["x402"],"pricingMode":"range","minPrice":"0.00","maxPrice":"10.00"},"security":[{"bearerAuth":[]},{"siwx":[]}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcRequest"},"example":{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}}}},"responses":{"200":{"description":"JSON-RPC response from upstream node","content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcResponse"},"example":{"jsonrpc":"2.0","result":"0x1234567","id":1}}}},"402":{"description":"Payment Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaymentRequired"}}}}}}},"/bsc-mainnet/":{"post":{"summary":"JSON-RPC proxy — bsc-mainnet","operationId":"jsonRpc_bsc_mainnet","x-agentcash-auth":{"mode":"paid"},"x-payment-info":{"protocols":["x402"],"pricingMode":"range","minPrice":"0.00","maxPrice":"10.00"},"security":[{"bearerAuth":[]},{"siwx":[]}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcRequest"},"example":{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}}}},"responses":{"200":{"description":"JSON-RPC response from upstream node","content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcResponse"},"example":{"jsonrpc":"2.0","result":"0x1234567","id":1}}}},"402":{"description":"Payment Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaymentRequired"}}}}}}},"/bsc-testnet/":{"post":{"summary":"JSON-RPC proxy — bsc-testnet","operationId":"jsonRpc_bsc_testnet","x-agentcash-auth":{"mode":"paid"},"x-payment-info":{"protocols":["x402"],"pricingMode":"range","minPrice":"0.00","maxPrice":"10.00"},"security":[{"bearerAuth":[]},{"siwx":[]}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcRequest"},"example":{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}}}},"responses":{"200":{"description":"JSON-RPC response from upstream node","content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcResponse"},"example":{"jsonrpc":"2.0","result":"0x1234567","id":1}}}},"402":{"description":"Payment Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaymentRequired"}}}}}}},"/btc-mainnet/":{"post":{"summary":"JSON-RPC proxy — btc-mainnet","operationId":"jsonRpc_btc_mainnet","x-agentcash-auth":{"mode":"paid"},"x-payment-info":{"protocols":["x402"],"pricingMode":"range","minPrice":"0.00","maxPrice":"10.00"},"security":[{"bearerAuth":[]},{"siwx":[]}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcRequest"},"example":{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}}}},"responses":{"200":{"description":"JSON-RPC response from upstream node","content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcResponse"},"example":{"jsonrpc":"2.0","result":"0x1234567","id":1}}}},"402":{"description":"Payment Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaymentRequired"}}}}}}},"/btc-testnet4/":{"post":{"summary":"JSON-RPC proxy — btc-testnet4","operationId":"jsonRpc_btc_testnet4","x-agentcash-auth":{"mode":"paid"},"x-payment-info":{"protocols":["x402"],"pricingMode":"range","minPrice":"0.00","maxPrice":"10.00"},"security":[{"bearerAuth":[]},{"siwx":[]}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcRequest"},"example":{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}}}},"responses":{"200":{"description":"JSON-RPC response from upstream node","content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcResponse"},"example":{"jsonrpc":"2.0","result":"0x1234567","id":1}}}},"402":{"description":"Payment Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaymentRequired"}}}}}}},"/celestia-mainnet/":{"post":{"summary":"JSON-RPC proxy — celestia-mainnet","operationId":"jsonRpc_celestia_mainnet","x-agentcash-auth":{"mode":"paid"},"x-payment-info":{"protocols":["x402"],"pricingMode":"range","minPrice":"0.00","maxPrice":"10.00"},"security":[{"bearerAuth":[]},{"siwx":[]}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcRequest"},"example":{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}}}},"responses":{"200":{"description":"JSON-RPC response from upstream node","content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcResponse"},"example":{"jsonrpc":"2.0","result":"0x1234567","id":1}}}},"402":{"description":"Payment Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaymentRequired"}}}}}}},"/celestia-mocha/":{"post":{"summary":"JSON-RPC proxy — celestia-mocha","operationId":"jsonRpc_celestia_mocha","x-agentcash-auth":{"mode":"paid"},"x-payment-info":{"protocols":["x402"],"pricingMode":"range","minPrice":"0.00","maxPrice":"10.00"},"security":[{"bearerAuth":[]},{"siwx":[]}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcRequest"},"example":{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}}}},"responses":{"200":{"description":"JSON-RPC response from upstream node","content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcResponse"},"example":{"jsonrpc":"2.0","result":"0x1234567","id":1}}}},"402":{"description":"Payment Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaymentRequired"}}}}}}},"/celo-mainnet/":{"post":{"summary":"JSON-RPC proxy — celo-mainnet","operationId":"jsonRpc_celo_mainnet","x-agentcash-auth":{"mode":"paid"},"x-payment-info":{"protocols":["x402"],"pricingMode":"range","minPrice":"0.00","maxPrice":"10.00"},"security":[{"bearerAuth":[]},{"siwx":[]}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcRequest"},"example":{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}}}},"responses":{"200":{"description":"JSON-RPC response from upstream node","content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcResponse"},"example":{"jsonrpc":"2.0","result":"0x1234567","id":1}}}},"402":{"description":"Payment Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaymentRequired"}}}}}}},"/cosmos-mainnet/":{"post":{"summary":"JSON-RPC proxy — cosmos-mainnet","operationId":"jsonRpc_cosmos_mainnet","x-agentcash-auth":{"mode":"paid"},"x-payment-info":{"protocols":["x402"],"pricingMode":"range","minPrice":"0.00","maxPrice":"10.00"},"security":[{"bearerAuth":[]},{"siwx":[]}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcRequest"},"example":{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}}}},"responses":{"200":{"description":"JSON-RPC response from upstream node","content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcResponse"},"example":{"jsonrpc":"2.0","result":"0x1234567","id":1}}}},"402":{"description":"Payment Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaymentRequired"}}}}}}},"/cyber-mainnet/":{"post":{"summary":"JSON-RPC proxy — cyber-mainnet","operationId":"jsonRpc_cyber_mainnet","x-agentcash-auth":{"mode":"paid"},"x-payment-info":{"protocols":["x402"],"pricingMode":"range","minPrice":"0.00","maxPrice":"10.00"},"security":[{"bearerAuth":[]},{"siwx":[]}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcRequest"},"example":{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}}}},"responses":{"200":{"description":"JSON-RPC response from upstream node","content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcResponse"},"example":{"jsonrpc":"2.0","result":"0x1234567","id":1}}}},"402":{"description":"Payment Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaymentRequired"}}}}}}},"/cyber-sepolia/":{"post":{"summary":"JSON-RPC proxy — cyber-sepolia","operationId":"jsonRpc_cyber_sepolia","x-agentcash-auth":{"mode":"paid"},"x-payment-info":{"protocols":["x402"],"pricingMode":"range","minPrice":"0.00","maxPrice":"10.00"},"security":[{"bearerAuth":[]},{"siwx":[]}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcRequest"},"example":{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}}}},"responses":{"200":{"description":"JSON-RPC response from upstream node","content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcResponse"},"example":{"jsonrpc":"2.0","result":"0x1234567","id":1}}}},"402":{"description":"Payment Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaymentRequired"}}}}}}},"/doge-mainnet/":{"post":{"summary":"JSON-RPC proxy — doge-mainnet","operationId":"jsonRpc_doge_mainnet","x-agentcash-auth":{"mode":"paid"},"x-payment-info":{"protocols":["x402"],"pricingMode":"range","minPrice":"0.00","maxPrice":"10.00"},"security":[{"bearerAuth":[]},{"siwx":[]}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcRequest"},"example":{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}}}},"responses":{"200":{"description":"JSON-RPC response from upstream node","content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcResponse"},"example":{"jsonrpc":"2.0","result":"0x1234567","id":1}}}},"402":{"description":"Payment Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaymentRequired"}}}}}}},"/dot-mainnet/":{"post":{"summary":"JSON-RPC proxy — dot-mainnet","operationId":"jsonRpc_dot_mainnet","x-agentcash-auth":{"mode":"paid"},"x-payment-info":{"protocols":["x402"],"pricingMode":"range","minPrice":"0.00","maxPrice":"10.00"},"security":[{"bearerAuth":[]},{"siwx":[]}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcRequest"},"example":{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}}}},"responses":{"200":{"description":"JSON-RPC response from upstream node","content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcResponse"},"example":{"jsonrpc":"2.0","result":"0x1234567","id":1}}}},"402":{"description":"Payment Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaymentRequired"}}}}}}},"/ethereum-hoodi/":{"post":{"summary":"JSON-RPC proxy — ethereum-hoodi","operationId":"jsonRpc_ethereum_hoodi","x-agentcash-auth":{"mode":"paid"},"x-payment-info":{"protocols":["x402"],"pricingMode":"range","minPrice":"0.00","maxPrice":"10.00"},"security":[{"bearerAuth":[]},{"siwx":[]}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcRequest"},"example":{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}}}},"responses":{"200":{"description":"JSON-RPC response from upstream node","content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcResponse"},"example":{"jsonrpc":"2.0","result":"0x1234567","id":1}}}},"402":{"description":"Payment Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaymentRequired"}}}}}}},"/ethereum-mainnet/":{"post":{"summary":"JSON-RPC proxy — ethereum-mainnet","operationId":"jsonRpc_ethereum_mainnet","x-agentcash-auth":{"mode":"paid"},"x-payment-info":{"protocols":["x402"],"pricingMode":"range","minPrice":"0.00","maxPrice":"10.00"},"security":[{"bearerAuth":[]},{"siwx":[]}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcRequest"},"example":{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}}}},"responses":{"200":{"description":"JSON-RPC response from upstream node","content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcResponse"},"example":{"jsonrpc":"2.0","result":"0x1234567","id":1}}}},"402":{"description":"Payment Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaymentRequired"}}}}}}},"/ethereum-sepolia/":{"post":{"summary":"JSON-RPC proxy — ethereum-sepolia","operationId":"jsonRpc_ethereum_sepolia","x-agentcash-auth":{"mode":"paid"},"x-payment-info":{"protocols":["x402"],"pricingMode":"range","minPrice":"0.00","maxPrice":"10.00"},"security":[{"bearerAuth":[]},{"siwx":[]}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcRequest"},"example":{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}}}},"responses":{"200":{"description":"JSON-RPC response from upstream node","content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcResponse"},"example":{"jsonrpc":"2.0","result":"0x1234567","id":1}}}},"402":{"description":"Payment Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaymentRequired"}}}}}}},"/fantom-mainnet/":{"post":{"summary":"JSON-RPC proxy — fantom-mainnet","operationId":"jsonRpc_fantom_mainnet","x-agentcash-auth":{"mode":"paid"},"x-payment-info":{"protocols":["x402"],"pricingMode":"range","minPrice":"0.00","maxPrice":"10.00"},"security":[{"bearerAuth":[]},{"siwx":[]}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcRequest"},"example":{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}}}},"responses":{"200":{"description":"JSON-RPC response from upstream node","content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcResponse"},"example":{"jsonrpc":"2.0","result":"0x1234567","id":1}}}},"402":{"description":"Payment Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaymentRequired"}}}}}}},"/flare-coston2/":{"post":{"summary":"JSON-RPC proxy — flare-coston2","operationId":"jsonRpc_flare_coston2","x-agentcash-auth":{"mode":"paid"},"x-payment-info":{"protocols":["x402"],"pricingMode":"range","minPrice":"0.00","maxPrice":"10.00"},"security":[{"bearerAuth":[]},{"siwx":[]}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcRequest"},"example":{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}}}},"responses":{"200":{"description":"JSON-RPC response from upstream node","content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcResponse"},"example":{"jsonrpc":"2.0","result":"0x1234567","id":1}}}},"402":{"description":"Payment Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaymentRequired"}}}}}}},"/flare-mainnet/":{"post":{"summary":"JSON-RPC proxy — flare-mainnet","operationId":"jsonRpc_flare_mainnet","x-agentcash-auth":{"mode":"paid"},"x-payment-info":{"protocols":["x402"],"pricingMode":"range","minPrice":"0.00","maxPrice":"10.00"},"security":[{"bearerAuth":[]},{"siwx":[]}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcRequest"},"example":{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}}}},"responses":{"200":{"description":"JSON-RPC response from upstream node","content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcResponse"},"example":{"jsonrpc":"2.0","result":"0x1234567","id":1}}}},"402":{"description":"Payment Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaymentRequired"}}}}}}},"/flow-mainnet/":{"post":{"summary":"JSON-RPC proxy — flow-mainnet","operationId":"jsonRpc_flow_mainnet","x-agentcash-auth":{"mode":"paid"},"x-payment-info":{"protocols":["x402"],"pricingMode":"range","minPrice":"0.00","maxPrice":"10.00"},"security":[{"bearerAuth":[]},{"siwx":[]}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcRequest"},"example":{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}}}},"responses":{"200":{"description":"JSON-RPC response from upstream node","content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcResponse"},"example":{"jsonrpc":"2.0","result":"0x1234567","id":1}}}},"402":{"description":"Payment Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaymentRequired"}}}}}}},"/flow-testnet/":{"post":{"summary":"JSON-RPC proxy — flow-testnet","operationId":"jsonRpc_flow_testnet","x-agentcash-auth":{"mode":"paid"},"x-payment-info":{"protocols":["x402"],"pricingMode":"range","minPrice":"0.00","maxPrice":"10.00"},"security":[{"bearerAuth":[]},{"siwx":[]}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcRequest"},"example":{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}}}},"responses":{"200":{"description":"JSON-RPC response from upstream node","content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcResponse"},"example":{"jsonrpc":"2.0","result":"0x1234567","id":1}}}},"402":{"description":"Payment Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaymentRequired"}}}}}}},"/fraxtal-mainnet/":{"post":{"summary":"JSON-RPC proxy — fraxtal-mainnet","operationId":"jsonRpc_fraxtal_mainnet","x-agentcash-auth":{"mode":"paid"},"x-payment-info":{"protocols":["x402"],"pricingMode":"range","minPrice":"0.00","maxPrice":"10.00"},"security":[{"bearerAuth":[]},{"siwx":[]}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcRequest"},"example":{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}}}},"responses":{"200":{"description":"JSON-RPC response from upstream node","content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcResponse"},"example":{"jsonrpc":"2.0","result":"0x1234567","id":1}}}},"402":{"description":"Payment Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaymentRequired"}}}}}}},"/fuel-mainnet/":{"post":{"summary":"JSON-RPC proxy — fuel-mainnet","operationId":"jsonRpc_fuel_mainnet","x-agentcash-auth":{"mode":"paid"},"x-payment-info":{"protocols":["x402"],"pricingMode":"range","minPrice":"0.00","maxPrice":"10.00"},"security":[{"bearerAuth":[]},{"siwx":[]}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcRequest"},"example":{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}}}},"responses":{"200":{"description":"JSON-RPC response from upstream node","content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcResponse"},"example":{"jsonrpc":"2.0","result":"0x1234567","id":1}}}},"402":{"description":"Payment Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaymentRequired"}}}}}}},"/fuel-sepolia/":{"post":{"summary":"JSON-RPC proxy — fuel-sepolia","operationId":"jsonRpc_fuel_sepolia","x-agentcash-auth":{"mode":"paid"},"x-payment-info":{"protocols":["x402"],"pricingMode":"range","minPrice":"0.00","maxPrice":"10.00"},"security":[{"bearerAuth":[]},{"siwx":[]}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcRequest"},"example":{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}}}},"responses":{"200":{"description":"JSON-RPC response from upstream node","content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcResponse"},"example":{"jsonrpc":"2.0","result":"0x1234567","id":1}}}},"402":{"description":"Payment Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaymentRequired"}}}}}}},"/gravity-alpham/":{"post":{"summary":"JSON-RPC proxy — gravity-alpham","operationId":"jsonRpc_gravity_alpham","x-agentcash-auth":{"mode":"paid"},"x-payment-info":{"protocols":["x402"],"pricingMode":"range","minPrice":"0.00","maxPrice":"10.00"},"security":[{"bearerAuth":[]},{"siwx":[]}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcRequest"},"example":{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}}}},"responses":{"200":{"description":"JSON-RPC response from upstream node","content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcResponse"},"example":{"jsonrpc":"2.0","result":"0x1234567","id":1}}}},"402":{"description":"Payment Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaymentRequired"}}}}}}},"/hedera-mainnet/":{"post":{"summary":"JSON-RPC proxy — hedera-mainnet","operationId":"jsonRpc_hedera_mainnet","x-agentcash-auth":{"mode":"paid"},"x-payment-info":{"protocols":["x402"],"pricingMode":"range","minPrice":"0.00","maxPrice":"10.00"},"security":[{"bearerAuth":[]},{"siwx":[]}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcRequest"},"example":{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}}}},"responses":{"200":{"description":"JSON-RPC response from upstream node","content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcResponse"},"example":{"jsonrpc":"2.0","result":"0x1234567","id":1}}}},"402":{"description":"Payment Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaymentRequired"}}}}}}},"/hedera-testnet/":{"post":{"summary":"JSON-RPC proxy — hedera-testnet","operationId":"jsonRpc_hedera_testnet","x-agentcash-auth":{"mode":"paid"},"x-payment-info":{"protocols":["x402"],"pricingMode":"range","minPrice":"0.00","maxPrice":"10.00"},"security":[{"bearerAuth":[]},{"siwx":[]}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcRequest"},"example":{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}}}},"responses":{"200":{"description":"JSON-RPC response from upstream node","content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcResponse"},"example":{"jsonrpc":"2.0","result":"0x1234567","id":1}}}},"402":{"description":"Payment Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaymentRequired"}}}}}}},"/hemi-mainnet/":{"post":{"summary":"JSON-RPC proxy — hemi-mainnet","operationId":"jsonRpc_hemi_mainnet","x-agentcash-auth":{"mode":"paid"},"x-payment-info":{"protocols":["x402"],"pricingMode":"range","minPrice":"0.00","maxPrice":"10.00"},"security":[{"bearerAuth":[]},{"siwx":[]}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcRequest"},"example":{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}}}},"responses":{"200":{"description":"JSON-RPC response from upstream node","content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcResponse"},"example":{"jsonrpc":"2.0","result":"0x1234567","id":1}}}},"402":{"description":"Payment Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaymentRequired"}}}}}}},"/hemi-testnet/":{"post":{"summary":"JSON-RPC proxy — hemi-testnet","operationId":"jsonRpc_hemi_testnet","x-agentcash-auth":{"mode":"paid"},"x-payment-info":{"protocols":["x402"],"pricingMode":"range","minPrice":"0.00","maxPrice":"10.00"},"security":[{"bearerAuth":[]},{"siwx":[]}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcRequest"},"example":{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}}}},"responses":{"200":{"description":"JSON-RPC response from upstream node","content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcResponse"},"example":{"jsonrpc":"2.0","result":"0x1234567","id":1}}}},"402":{"description":"Payment Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaymentRequired"}}}}}}},"/hype-mainnet/":{"post":{"summary":"JSON-RPC proxy — hype-mainnet","operationId":"jsonRpc_hype_mainnet","x-agentcash-auth":{"mode":"paid"},"x-payment-info":{"protocols":["x402"],"pricingMode":"range","minPrice":"0.00","maxPrice":"10.00"},"security":[{"bearerAuth":[]},{"siwx":[]}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcRequest"},"example":{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}}}},"responses":{"200":{"description":"JSON-RPC response from upstream node","content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcResponse"},"example":{"jsonrpc":"2.0","result":"0x1234567","id":1}}}},"402":{"description":"Payment Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaymentRequired"}}}}}}},"/hype-testnet/":{"post":{"summary":"JSON-RPC proxy — hype-testnet","operationId":"jsonRpc_hype_testnet","x-agentcash-auth":{"mode":"paid"},"x-payment-info":{"protocols":["x402"],"pricingMode":"range","minPrice":"0.00","maxPrice":"10.00"},"security":[{"bearerAuth":[]},{"siwx":[]}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcRequest"},"example":{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}}}},"responses":{"200":{"description":"JSON-RPC response from upstream node","content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcResponse"},"example":{"jsonrpc":"2.0","result":"0x1234567","id":1}}}},"402":{"description":"Payment Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaymentRequired"}}}}}}},"/imx-mainnet/":{"post":{"summary":"JSON-RPC proxy — imx-mainnet","operationId":"jsonRpc_imx_mainnet","x-agentcash-auth":{"mode":"paid"},"x-payment-info":{"protocols":["x402"],"pricingMode":"range","minPrice":"0.00","maxPrice":"10.00"},"security":[{"bearerAuth":[]},{"siwx":[]}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcRequest"},"example":{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}}}},"responses":{"200":{"description":"JSON-RPC response from upstream node","content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcResponse"},"example":{"jsonrpc":"2.0","result":"0x1234567","id":1}}}},"402":{"description":"Payment Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaymentRequired"}}}}}}},"/imx-testnet/":{"post":{"summary":"JSON-RPC proxy — imx-testnet","operationId":"jsonRpc_imx_testnet","x-agentcash-auth":{"mode":"paid"},"x-payment-info":{"protocols":["x402"],"pricingMode":"range","minPrice":"0.00","maxPrice":"10.00"},"security":[{"bearerAuth":[]},{"siwx":[]}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcRequest"},"example":{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}}}},"responses":{"200":{"description":"JSON-RPC response from upstream node","content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcResponse"},"example":{"jsonrpc":"2.0","result":"0x1234567","id":1}}}},"402":{"description":"Payment Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaymentRequired"}}}}}}},"/injective-mainnet/":{"post":{"summary":"JSON-RPC proxy — injective-mainnet","operationId":"jsonRpc_injective_mainnet","x-agentcash-auth":{"mode":"paid"},"x-payment-info":{"protocols":["x402"],"pricingMode":"range","minPrice":"0.00","maxPrice":"10.00"},"security":[{"bearerAuth":[]},{"siwx":[]}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcRequest"},"example":{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}}}},"responses":{"200":{"description":"JSON-RPC response from upstream node","content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcResponse"},"example":{"jsonrpc":"2.0","result":"0x1234567","id":1}}}},"402":{"description":"Payment Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaymentRequired"}}}}}}},"/injective-testnet/":{"post":{"summary":"JSON-RPC proxy — injective-testnet","operationId":"jsonRpc_injective_testnet","x-agentcash-auth":{"mode":"paid"},"x-payment-info":{"protocols":["x402"],"pricingMode":"range","minPrice":"0.00","maxPrice":"10.00"},"security":[{"bearerAuth":[]},{"siwx":[]}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcRequest"},"example":{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}}}},"responses":{"200":{"description":"JSON-RPC response from upstream node","content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcResponse"},"example":{"jsonrpc":"2.0","result":"0x1234567","id":1}}}},"402":{"description":"Payment Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaymentRequired"}}}}}}},"/ink-mainnet/":{"post":{"summary":"JSON-RPC proxy — ink-mainnet","operationId":"jsonRpc_ink_mainnet","x-agentcash-auth":{"mode":"paid"},"x-payment-info":{"protocols":["x402"],"pricingMode":"range","minPrice":"0.00","maxPrice":"10.00"},"security":[{"bearerAuth":[]},{"siwx":[]}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcRequest"},"example":{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}}}},"responses":{"200":{"description":"JSON-RPC response from upstream node","content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcResponse"},"example":{"jsonrpc":"2.0","result":"0x1234567","id":1}}}},"402":{"description":"Payment Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaymentRequired"}}}}}}},"/ink-sepolia/":{"post":{"summary":"JSON-RPC proxy — ink-sepolia","operationId":"jsonRpc_ink_sepolia","x-agentcash-auth":{"mode":"paid"},"x-payment-info":{"protocols":["x402"],"pricingMode":"range","minPrice":"0.00","maxPrice":"10.00"},"security":[{"bearerAuth":[]},{"siwx":[]}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcRequest"},"example":{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}}}},"responses":{"200":{"description":"JSON-RPC response from upstream node","content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcResponse"},"example":{"jsonrpc":"2.0","result":"0x1234567","id":1}}}},"402":{"description":"Payment Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaymentRequired"}}}}}}},"/joc-mainnet/":{"post":{"summary":"JSON-RPC proxy — joc-mainnet","operationId":"jsonRpc_joc_mainnet","x-agentcash-auth":{"mode":"paid"},"x-payment-info":{"protocols":["x402"],"pricingMode":"range","minPrice":"0.00","maxPrice":"10.00"},"security":[{"bearerAuth":[]},{"siwx":[]}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcRequest"},"example":{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}}}},"responses":{"200":{"description":"JSON-RPC response from upstream node","content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcResponse"},"example":{"jsonrpc":"2.0","result":"0x1234567","id":1}}}},"402":{"description":"Payment Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaymentRequired"}}}}}}},"/kaia-kairos/":{"post":{"summary":"JSON-RPC proxy — kaia-kairos","operationId":"jsonRpc_kaia_kairos","x-agentcash-auth":{"mode":"paid"},"x-payment-info":{"protocols":["x402"],"pricingMode":"range","minPrice":"0.00","maxPrice":"10.00"},"security":[{"bearerAuth":[]},{"siwx":[]}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcRequest"},"example":{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}}}},"responses":{"200":{"description":"JSON-RPC response from upstream node","content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcResponse"},"example":{"jsonrpc":"2.0","result":"0x1234567","id":1}}}},"402":{"description":"Payment Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaymentRequired"}}}}}}},"/kaia-mainnet/":{"post":{"summary":"JSON-RPC proxy — kaia-mainnet","operationId":"jsonRpc_kaia_mainnet","x-agentcash-auth":{"mode":"paid"},"x-payment-info":{"protocols":["x402"],"pricingMode":"range","minPrice":"0.00","maxPrice":"10.00"},"security":[{"bearerAuth":[]},{"siwx":[]}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcRequest"},"example":{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}}}},"responses":{"200":{"description":"JSON-RPC response from upstream node","content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcResponse"},"example":{"jsonrpc":"2.0","result":"0x1234567","id":1}}}},"402":{"description":"Payment Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaymentRequired"}}}}}}},"/lens-mainnet/":{"post":{"summary":"JSON-RPC proxy — lens-mainnet","operationId":"jsonRpc_lens_mainnet","x-agentcash-auth":{"mode":"paid"},"x-payment-info":{"protocols":["x402"],"pricingMode":"range","minPrice":"0.00","maxPrice":"10.00"},"security":[{"bearerAuth":[]},{"siwx":[]}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcRequest"},"example":{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}}}},"responses":{"200":{"description":"JSON-RPC response from upstream node","content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcResponse"},"example":{"jsonrpc":"2.0","result":"0x1234567","id":1}}}},"402":{"description":"Payment Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaymentRequired"}}}}}}},"/lens-testnet/":{"post":{"summary":"JSON-RPC proxy — lens-testnet","operationId":"jsonRpc_lens_testnet","x-agentcash-auth":{"mode":"paid"},"x-payment-info":{"protocols":["x402"],"pricingMode":"range","minPrice":"0.00","maxPrice":"10.00"},"security":[{"bearerAuth":[]},{"siwx":[]}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcRequest"},"example":{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}}}},"responses":{"200":{"description":"JSON-RPC response from upstream node","content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcResponse"},"example":{"jsonrpc":"2.0","result":"0x1234567","id":1}}}},"402":{"description":"Payment Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaymentRequired"}}}}}}},"/linea-mainnet/":{"post":{"summary":"JSON-RPC proxy — linea-mainnet","operationId":"jsonRpc_linea_mainnet","x-agentcash-auth":{"mode":"paid"},"x-payment-info":{"protocols":["x402"],"pricingMode":"range","minPrice":"0.00","maxPrice":"10.00"},"security":[{"bearerAuth":[]},{"siwx":[]}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcRequest"},"example":{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}}}},"responses":{"200":{"description":"JSON-RPC response from upstream node","content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcResponse"},"example":{"jsonrpc":"2.0","result":"0x1234567","id":1}}}},"402":{"description":"Payment Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaymentRequired"}}}}}}},"/lisk-mainnet/":{"post":{"summary":"JSON-RPC proxy — lisk-mainnet","operationId":"jsonRpc_lisk_mainnet","x-agentcash-auth":{"mode":"paid"},"x-payment-info":{"protocols":["x402"],"pricingMode":"range","minPrice":"0.00","maxPrice":"10.00"},"security":[{"bearerAuth":[]},{"siwx":[]}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcRequest"},"example":{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}}}},"responses":{"200":{"description":"JSON-RPC response from upstream node","content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcResponse"},"example":{"jsonrpc":"2.0","result":"0x1234567","id":1}}}},"402":{"description":"Payment Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaymentRequired"}}}}}}},"/ltc-mainnet/":{"post":{"summary":"JSON-RPC proxy — ltc-mainnet","operationId":"jsonRpc_ltc_mainnet","x-agentcash-auth":{"mode":"paid"},"x-payment-info":{"protocols":["x402"],"pricingMode":"range","minPrice":"0.00","maxPrice":"10.00"},"security":[{"bearerAuth":[]},{"siwx":[]}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcRequest"},"example":{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}}}},"responses":{"200":{"description":"JSON-RPC response from upstream node","content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcResponse"},"example":{"jsonrpc":"2.0","result":"0x1234567","id":1}}}},"402":{"description":"Payment Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaymentRequired"}}}}}}},"/ltc-testnet/":{"post":{"summary":"JSON-RPC proxy — ltc-testnet","operationId":"jsonRpc_ltc_testnet","x-agentcash-auth":{"mode":"paid"},"x-payment-info":{"protocols":["x402"],"pricingMode":"range","minPrice":"0.00","maxPrice":"10.00"},"security":[{"bearerAuth":[]},{"siwx":[]}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcRequest"},"example":{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}}}},"responses":{"200":{"description":"JSON-RPC response from upstream node","content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcResponse"},"example":{"jsonrpc":"2.0","result":"0x1234567","id":1}}}},"402":{"description":"Payment Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaymentRequired"}}}}}}},"/mantle-mainnet/":{"post":{"summary":"JSON-RPC proxy — mantle-mainnet","operationId":"jsonRpc_mantle_mainnet","x-agentcash-auth":{"mode":"paid"},"x-payment-info":{"protocols":["x402"],"pricingMode":"range","minPrice":"0.00","maxPrice":"10.00"},"security":[{"bearerAuth":[]},{"siwx":[]}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcRequest"},"example":{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}}}},"responses":{"200":{"description":"JSON-RPC response from upstream node","content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcResponse"},"example":{"jsonrpc":"2.0","result":"0x1234567","id":1}}}},"402":{"description":"Payment Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaymentRequired"}}}}}}},"/mantle-sepolia/":{"post":{"summary":"JSON-RPC proxy — mantle-sepolia","operationId":"jsonRpc_mantle_sepolia","x-agentcash-auth":{"mode":"paid"},"x-payment-info":{"protocols":["x402"],"pricingMode":"range","minPrice":"0.00","maxPrice":"10.00"},"security":[{"bearerAuth":[]},{"siwx":[]}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcRequest"},"example":{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}}}},"responses":{"200":{"description":"JSON-RPC response from upstream node","content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcResponse"},"example":{"jsonrpc":"2.0","result":"0x1234567","id":1}}}},"402":{"description":"Payment Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaymentRequired"}}}}}}},"/matic-amoy/":{"post":{"summary":"JSON-RPC proxy — matic-amoy","operationId":"jsonRpc_matic_amoy","x-agentcash-auth":{"mode":"paid"},"x-payment-info":{"protocols":["x402"],"pricingMode":"range","minPrice":"0.00","maxPrice":"10.00"},"security":[{"bearerAuth":[]},{"siwx":[]}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcRequest"},"example":{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}}}},"responses":{"200":{"description":"JSON-RPC response from upstream node","content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcResponse"},"example":{"jsonrpc":"2.0","result":"0x1234567","id":1}}}},"402":{"description":"Payment Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaymentRequired"}}}}}}},"/matic-mainnet/":{"post":{"summary":"JSON-RPC proxy — matic-mainnet","operationId":"jsonRpc_matic_mainnet","x-agentcash-auth":{"mode":"paid"},"x-payment-info":{"protocols":["x402"],"pricingMode":"range","minPrice":"0.00","maxPrice":"10.00"},"security":[{"bearerAuth":[]},{"siwx":[]}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcRequest"},"example":{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}}}},"responses":{"200":{"description":"JSON-RPC response from upstream node","content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcResponse"},"example":{"jsonrpc":"2.0","result":"0x1234567","id":1}}}},"402":{"description":"Payment Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaymentRequired"}}}}}}},"/mode-mainnet/":{"post":{"summary":"JSON-RPC proxy — mode-mainnet","operationId":"jsonRpc_mode_mainnet","x-agentcash-auth":{"mode":"paid"},"x-payment-info":{"protocols":["x402"],"pricingMode":"range","minPrice":"0.00","maxPrice":"10.00"},"security":[{"bearerAuth":[]},{"siwx":[]}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcRequest"},"example":{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}}}},"responses":{"200":{"description":"JSON-RPC response from upstream node","content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcResponse"},"example":{"jsonrpc":"2.0","result":"0x1234567","id":1}}}},"402":{"description":"Payment Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaymentRequired"}}}}}}},"/monad-mainnet/":{"post":{"summary":"JSON-RPC proxy — monad-mainnet","operationId":"jsonRpc_monad_mainnet","x-agentcash-auth":{"mode":"paid"},"x-payment-info":{"protocols":["x402"],"pricingMode":"range","minPrice":"0.00","maxPrice":"10.00"},"security":[{"bearerAuth":[]},{"siwx":[]}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcRequest"},"example":{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}}}},"responses":{"200":{"description":"JSON-RPC response from upstream node","content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcResponse"},"example":{"jsonrpc":"2.0","result":"0x1234567","id":1}}}},"402":{"description":"Payment Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaymentRequired"}}}}}}},"/monad-testnet/":{"post":{"summary":"JSON-RPC proxy — monad-testnet","operationId":"jsonRpc_monad_testnet","x-agentcash-auth":{"mode":"paid"},"x-payment-info":{"protocols":["x402"],"pricingMode":"range","minPrice":"0.00","maxPrice":"10.00"},"security":[{"bearerAuth":[]},{"siwx":[]}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcRequest"},"example":{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}}}},"responses":{"200":{"description":"JSON-RPC response from upstream node","content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcResponse"},"example":{"jsonrpc":"2.0","result":"0x1234567","id":1}}}},"402":{"description":"Payment Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaymentRequired"}}}}}}},"/morph-hoodi/":{"post":{"summary":"JSON-RPC proxy — morph-hoodi","operationId":"jsonRpc_morph_hoodi","x-agentcash-auth":{"mode":"paid"},"x-payment-info":{"protocols":["x402"],"pricingMode":"range","minPrice":"0.00","maxPrice":"10.00"},"security":[{"bearerAuth":[]},{"siwx":[]}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcRequest"},"example":{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}}}},"responses":{"200":{"description":"JSON-RPC response from upstream node","content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcResponse"},"example":{"jsonrpc":"2.0","result":"0x1234567","id":1}}}},"402":{"description":"Payment Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaymentRequired"}}}}}}},"/morph-mainnet/":{"post":{"summary":"JSON-RPC proxy — morph-mainnet","operationId":"jsonRpc_morph_mainnet","x-agentcash-auth":{"mode":"paid"},"x-payment-info":{"protocols":["x402"],"pricingMode":"range","minPrice":"0.00","maxPrice":"10.00"},"security":[{"bearerAuth":[]},{"siwx":[]}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcRequest"},"example":{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}}}},"responses":{"200":{"description":"JSON-RPC response from upstream node","content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcResponse"},"example":{"jsonrpc":"2.0","result":"0x1234567","id":1}}}},"402":{"description":"Payment Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaymentRequired"}}}}}}},"/near-mainnet/":{"post":{"summary":"JSON-RPC proxy — near-mainnet","operationId":"jsonRpc_near_mainnet","x-agentcash-auth":{"mode":"paid"},"x-payment-info":{"protocols":["x402"],"pricingMode":"range","minPrice":"0.00","maxPrice":"10.00"},"security":[{"bearerAuth":[]},{"siwx":[]}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcRequest"},"example":{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}}}},"responses":{"200":{"description":"JSON-RPC response from upstream node","content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcResponse"},"example":{"jsonrpc":"2.0","result":"0x1234567","id":1}}}},"402":{"description":"Payment Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaymentRequired"}}}}}}},"/near-testnet/":{"post":{"summary":"JSON-RPC proxy — near-testnet","operationId":"jsonRpc_near_testnet","x-agentcash-auth":{"mode":"paid"},"x-payment-info":{"protocols":["x402"],"pricingMode":"range","minPrice":"0.00","maxPrice":"10.00"},"security":[{"bearerAuth":[]},{"siwx":[]}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcRequest"},"example":{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}}}},"responses":{"200":{"description":"JSON-RPC response from upstream node","content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcResponse"},"example":{"jsonrpc":"2.0","result":"0x1234567","id":1}}}},"402":{"description":"Payment Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaymentRequired"}}}}}}},"/nova-mainnet/":{"post":{"summary":"JSON-RPC proxy — nova-mainnet","operationId":"jsonRpc_nova_mainnet","x-agentcash-auth":{"mode":"paid"},"x-payment-info":{"protocols":["x402"],"pricingMode":"range","minPrice":"0.00","maxPrice":"10.00"},"security":[{"bearerAuth":[]},{"siwx":[]}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcRequest"},"example":{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}}}},"responses":{"200":{"description":"JSON-RPC response from upstream node","content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcResponse"},"example":{"jsonrpc":"2.0","result":"0x1234567","id":1}}}},"402":{"description":"Payment Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaymentRequired"}}}}}}},"/omni-mainnet/":{"post":{"summary":"JSON-RPC proxy — omni-mainnet","operationId":"jsonRpc_omni_mainnet","x-agentcash-auth":{"mode":"paid"},"x-payment-info":{"protocols":["x402"],"pricingMode":"range","minPrice":"0.00","maxPrice":"10.00"},"security":[{"bearerAuth":[]},{"siwx":[]}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcRequest"},"example":{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}}}},"responses":{"200":{"description":"JSON-RPC response from upstream node","content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcResponse"},"example":{"jsonrpc":"2.0","result":"0x1234567","id":1}}}},"402":{"description":"Payment Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaymentRequired"}}}}}}},"/omni-omega/":{"post":{"summary":"JSON-RPC proxy — omni-omega","operationId":"jsonRpc_omni_omega","x-agentcash-auth":{"mode":"paid"},"x-payment-info":{"protocols":["x402"],"pricingMode":"range","minPrice":"0.00","maxPrice":"10.00"},"security":[{"bearerAuth":[]},{"siwx":[]}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcRequest"},"example":{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}}}},"responses":{"200":{"description":"JSON-RPC response from upstream node","content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcResponse"},"example":{"jsonrpc":"2.0","result":"0x1234567","id":1}}}},"402":{"description":"Payment Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaymentRequired"}}}}}}},"/optimism-mainnet/":{"post":{"summary":"JSON-RPC proxy — optimism-mainnet","operationId":"jsonRpc_optimism_mainnet","x-agentcash-auth":{"mode":"paid"},"x-payment-info":{"protocols":["x402"],"pricingMode":"range","minPrice":"0.00","maxPrice":"10.00"},"security":[{"bearerAuth":[]},{"siwx":[]}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcRequest"},"example":{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}}}},"responses":{"200":{"description":"JSON-RPC response from upstream node","content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcResponse"},"example":{"jsonrpc":"2.0","result":"0x1234567","id":1}}}},"402":{"description":"Payment Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaymentRequired"}}}}}}},"/optimism-sepolia/":{"post":{"summary":"JSON-RPC proxy — optimism-sepolia","operationId":"jsonRpc_optimism_sepolia","x-agentcash-auth":{"mode":"paid"},"x-payment-info":{"protocols":["x402"],"pricingMode":"range","minPrice":"0.00","maxPrice":"10.00"},"security":[{"bearerAuth":[]},{"siwx":[]}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcRequest"},"example":{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}}}},"responses":{"200":{"description":"JSON-RPC response from upstream node","content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcResponse"},"example":{"jsonrpc":"2.0","result":"0x1234567","id":1}}}},"402":{"description":"Payment Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaymentRequired"}}}}}}},"/osmosis-mainnet/":{"post":{"summary":"JSON-RPC proxy — osmosis-mainnet","operationId":"jsonRpc_osmosis_mainnet","x-agentcash-auth":{"mode":"paid"},"x-payment-info":{"protocols":["x402"],"pricingMode":"range","minPrice":"0.00","maxPrice":"10.00"},"security":[{"bearerAuth":[]},{"siwx":[]}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcRequest"},"example":{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}}}},"responses":{"200":{"description":"JSON-RPC response from upstream node","content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcResponse"},"example":{"jsonrpc":"2.0","result":"0x1234567","id":1}}}},"402":{"description":"Payment Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaymentRequired"}}}}}}},"/peaq-mainnet/":{"post":{"summary":"JSON-RPC proxy — peaq-mainnet","operationId":"jsonRpc_peaq_mainnet","x-agentcash-auth":{"mode":"paid"},"x-payment-info":{"protocols":["x402"],"pricingMode":"range","minPrice":"0.00","maxPrice":"10.00"},"security":[{"bearerAuth":[]},{"siwx":[]}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcRequest"},"example":{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}}}},"responses":{"200":{"description":"JSON-RPC response from upstream node","content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcResponse"},"example":{"jsonrpc":"2.0","result":"0x1234567","id":1}}}},"402":{"description":"Payment Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaymentRequired"}}}}}}},"/plasma-mainnet/":{"post":{"summary":"JSON-RPC proxy — plasma-mainnet","operationId":"jsonRpc_plasma_mainnet","x-agentcash-auth":{"mode":"paid"},"x-payment-info":{"protocols":["x402"],"pricingMode":"range","minPrice":"0.00","maxPrice":"10.00"},"security":[{"bearerAuth":[]},{"siwx":[]}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcRequest"},"example":{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}}}},"responses":{"200":{"description":"JSON-RPC response from upstream node","content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcResponse"},"example":{"jsonrpc":"2.0","result":"0x1234567","id":1}}}},"402":{"description":"Payment Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaymentRequired"}}}}}}},"/plasma-testnet/":{"post":{"summary":"JSON-RPC proxy — plasma-testnet","operationId":"jsonRpc_plasma_testnet","x-agentcash-auth":{"mode":"paid"},"x-payment-info":{"protocols":["x402"],"pricingMode":"range","minPrice":"0.00","maxPrice":"10.00"},"security":[{"bearerAuth":[]},{"siwx":[]}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcRequest"},"example":{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}}}},"responses":{"200":{"description":"JSON-RPC response from upstream node","content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcResponse"},"example":{"jsonrpc":"2.0","result":"0x1234567","id":1}}}},"402":{"description":"Payment Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaymentRequired"}}}}}}},"/redstone-mainnet/":{"post":{"summary":"JSON-RPC proxy — redstone-mainnet","operationId":"jsonRpc_redstone_mainnet","x-agentcash-auth":{"mode":"paid"},"x-payment-info":{"protocols":["x402"],"pricingMode":"range","minPrice":"0.00","maxPrice":"10.00"},"security":[{"bearerAuth":[]},{"siwx":[]}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcRequest"},"example":{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}}}},"responses":{"200":{"description":"JSON-RPC response from upstream node","content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcResponse"},"example":{"jsonrpc":"2.0","result":"0x1234567","id":1}}}},"402":{"description":"Payment Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaymentRequired"}}}}}}},"/sahara-testnet/":{"post":{"summary":"JSON-RPC proxy — sahara-testnet","operationId":"jsonRpc_sahara_testnet","x-agentcash-auth":{"mode":"paid"},"x-payment-info":{"protocols":["x402"],"pricingMode":"range","minPrice":"0.00","maxPrice":"10.00"},"security":[{"bearerAuth":[]},{"siwx":[]}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcRequest"},"example":{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}}}},"responses":{"200":{"description":"JSON-RPC response from upstream node","content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcResponse"},"example":{"jsonrpc":"2.0","result":"0x1234567","id":1}}}},"402":{"description":"Payment Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaymentRequired"}}}}}}},"/scroll-mainnet/":{"post":{"summary":"JSON-RPC proxy — scroll-mainnet","operationId":"jsonRpc_scroll_mainnet","x-agentcash-auth":{"mode":"paid"},"x-payment-info":{"protocols":["x402"],"pricingMode":"range","minPrice":"0.00","maxPrice":"10.00"},"security":[{"bearerAuth":[]},{"siwx":[]}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcRequest"},"example":{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}}}},"responses":{"200":{"description":"JSON-RPC response from upstream node","content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcResponse"},"example":{"jsonrpc":"2.0","result":"0x1234567","id":1}}}},"402":{"description":"Payment Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaymentRequired"}}}}}}},"/scroll-testnet/":{"post":{"summary":"JSON-RPC proxy — scroll-testnet","operationId":"jsonRpc_scroll_testnet","x-agentcash-auth":{"mode":"paid"},"x-payment-info":{"protocols":["x402"],"pricingMode":"range","minPrice":"0.00","maxPrice":"10.00"},"security":[{"bearerAuth":[]},{"siwx":[]}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcRequest"},"example":{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}}}},"responses":{"200":{"description":"JSON-RPC response from upstream node","content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcResponse"},"example":{"jsonrpc":"2.0","result":"0x1234567","id":1}}}},"402":{"description":"Payment Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaymentRequired"}}}}}}},"/sei-atlantic/":{"post":{"summary":"JSON-RPC proxy — sei-atlantic","operationId":"jsonRpc_sei_atlantic","x-agentcash-auth":{"mode":"paid"},"x-payment-info":{"protocols":["x402"],"pricingMode":"range","minPrice":"0.00","maxPrice":"10.00"},"security":[{"bearerAuth":[]},{"siwx":[]}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcRequest"},"example":{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}}}},"responses":{"200":{"description":"JSON-RPC response from upstream node","content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcResponse"},"example":{"jsonrpc":"2.0","result":"0x1234567","id":1}}}},"402":{"description":"Payment Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaymentRequired"}}}}}}},"/sei-pacific/":{"post":{"summary":"JSON-RPC proxy — sei-pacific","operationId":"jsonRpc_sei_pacific","x-agentcash-auth":{"mode":"paid"},"x-payment-info":{"protocols":["x402"],"pricingMode":"range","minPrice":"0.00","maxPrice":"10.00"},"security":[{"bearerAuth":[]},{"siwx":[]}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcRequest"},"example":{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}}}},"responses":{"200":{"description":"JSON-RPC response from upstream node","content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcResponse"},"example":{"jsonrpc":"2.0","result":"0x1234567","id":1}}}},"402":{"description":"Payment Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaymentRequired"}}}}}}},"/solana-devnet/":{"post":{"summary":"JSON-RPC proxy — solana-devnet","operationId":"jsonRpc_solana_devnet","x-agentcash-auth":{"mode":"paid"},"x-payment-info":{"protocols":["x402"],"pricingMode":"range","minPrice":"0.00","maxPrice":"10.00"},"security":[{"bearerAuth":[]},{"siwx":[]}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcRequest"},"example":{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}}}},"responses":{"200":{"description":"JSON-RPC response from upstream node","content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcResponse"},"example":{"jsonrpc":"2.0","result":"0x1234567","id":1}}}},"402":{"description":"Payment Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaymentRequired"}}}}}}},"/solana-mainnet/":{"post":{"summary":"JSON-RPC proxy — solana-mainnet","operationId":"jsonRpc_solana_mainnet","x-agentcash-auth":{"mode":"paid"},"x-payment-info":{"protocols":["x402"],"pricingMode":"range","minPrice":"0.00","maxPrice":"10.00"},"security":[{"bearerAuth":[]},{"siwx":[]}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcRequest"},"example":{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}}}},"responses":{"200":{"description":"JSON-RPC response from upstream node","content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcResponse"},"example":{"jsonrpc":"2.0","result":"0x1234567","id":1}}}},"402":{"description":"Payment Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaymentRequired"}}}}}}},"/solana-testnet/":{"post":{"summary":"JSON-RPC proxy — solana-testnet","operationId":"jsonRpc_solana_testnet","x-agentcash-auth":{"mode":"paid"},"x-payment-info":{"protocols":["x402"],"pricingMode":"range","minPrice":"0.00","maxPrice":"10.00"},"security":[{"bearerAuth":[]},{"siwx":[]}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcRequest"},"example":{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}}}},"responses":{"200":{"description":"JSON-RPC response from upstream node","content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcResponse"},"example":{"jsonrpc":"2.0","result":"0x1234567","id":1}}}},"402":{"description":"Payment Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaymentRequired"}}}}}}},"/soneium-mainnet/":{"post":{"summary":"JSON-RPC proxy — soneium-mainnet","operationId":"jsonRpc_soneium_mainnet","x-agentcash-auth":{"mode":"paid"},"x-payment-info":{"protocols":["x402"],"pricingMode":"range","minPrice":"0.00","maxPrice":"10.00"},"security":[{"bearerAuth":[]},{"siwx":[]}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcRequest"},"example":{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}}}},"responses":{"200":{"description":"JSON-RPC response from upstream node","content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcResponse"},"example":{"jsonrpc":"2.0","result":"0x1234567","id":1}}}},"402":{"description":"Payment Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaymentRequired"}}}}}}},"/sonic-mainnet/":{"post":{"summary":"JSON-RPC proxy — sonic-mainnet","operationId":"jsonRpc_sonic_mainnet","x-agentcash-auth":{"mode":"paid"},"x-payment-info":{"protocols":["x402"],"pricingMode":"range","minPrice":"0.00","maxPrice":"10.00"},"security":[{"bearerAuth":[]},{"siwx":[]}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcRequest"},"example":{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}}}},"responses":{"200":{"description":"JSON-RPC response from upstream node","content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcResponse"},"example":{"jsonrpc":"2.0","result":"0x1234567","id":1}}}},"402":{"description":"Payment Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaymentRequired"}}}}}}},"/sophon-mainnet/":{"post":{"summary":"JSON-RPC proxy — sophon-mainnet","operationId":"jsonRpc_sophon_mainnet","x-agentcash-auth":{"mode":"paid"},"x-payment-info":{"protocols":["x402"],"pricingMode":"range","minPrice":"0.00","maxPrice":"10.00"},"security":[{"bearerAuth":[]},{"siwx":[]}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcRequest"},"example":{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}}}},"responses":{"200":{"description":"JSON-RPC response from upstream node","content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcResponse"},"example":{"jsonrpc":"2.0","result":"0x1234567","id":1}}}},"402":{"description":"Payment Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaymentRequired"}}}}}}},"/sophon-testnet/":{"post":{"summary":"JSON-RPC proxy — sophon-testnet","operationId":"jsonRpc_sophon_testnet","x-agentcash-auth":{"mode":"paid"},"x-payment-info":{"protocols":["x402"],"pricingMode":"range","minPrice":"0.00","maxPrice":"10.00"},"security":[{"bearerAuth":[]},{"siwx":[]}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcRequest"},"example":{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}}}},"responses":{"200":{"description":"JSON-RPC response from upstream node","content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcResponse"},"example":{"jsonrpc":"2.0","result":"0x1234567","id":1}}}},"402":{"description":"Payment Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaymentRequired"}}}}}}},"/stacks-mainnet/":{"post":{"summary":"JSON-RPC proxy — stacks-mainnet","operationId":"jsonRpc_stacks_mainnet","x-agentcash-auth":{"mode":"paid"},"x-payment-info":{"protocols":["x402"],"pricingMode":"range","minPrice":"0.00","maxPrice":"10.00"},"security":[{"bearerAuth":[]},{"siwx":[]}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcRequest"},"example":{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}}}},"responses":{"200":{"description":"JSON-RPC response from upstream node","content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcResponse"},"example":{"jsonrpc":"2.0","result":"0x1234567","id":1}}}},"402":{"description":"Payment Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaymentRequired"}}}}}}},"/stacks-testnet/":{"post":{"summary":"JSON-RPC proxy — stacks-testnet","operationId":"jsonRpc_stacks_testnet","x-agentcash-auth":{"mode":"paid"},"x-payment-info":{"protocols":["x402"],"pricingMode":"range","minPrice":"0.00","maxPrice":"10.00"},"security":[{"bearerAuth":[]},{"siwx":[]}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcRequest"},"example":{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}}}},"responses":{"200":{"description":"JSON-RPC response from upstream node","content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcResponse"},"example":{"jsonrpc":"2.0","result":"0x1234567","id":1}}}},"402":{"description":"Payment Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaymentRequired"}}}}}}},"/stellar-mainnet/":{"post":{"summary":"JSON-RPC proxy — stellar-mainnet","operationId":"jsonRpc_stellar_mainnet","x-agentcash-auth":{"mode":"paid"},"x-payment-info":{"protocols":["x402"],"pricingMode":"range","minPrice":"0.00","maxPrice":"10.00"},"security":[{"bearerAuth":[]},{"siwx":[]}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcRequest"},"example":{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}}}},"responses":{"200":{"description":"JSON-RPC response from upstream node","content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcResponse"},"example":{"jsonrpc":"2.0","result":"0x1234567","id":1}}}},"402":{"description":"Payment Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaymentRequired"}}}}}}},"/stellar-testnet/":{"post":{"summary":"JSON-RPC proxy — stellar-testnet","operationId":"jsonRpc_stellar_testnet","x-agentcash-auth":{"mode":"paid"},"x-payment-info":{"protocols":["x402"],"pricingMode":"range","minPrice":"0.00","maxPrice":"10.00"},"security":[{"bearerAuth":[]},{"siwx":[]}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcRequest"},"example":{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}}}},"responses":{"200":{"description":"JSON-RPC response from upstream node","content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcResponse"},"example":{"jsonrpc":"2.0","result":"0x1234567","id":1}}}},"402":{"description":"Payment Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaymentRequired"}}}}}}},"/story-aeneid/":{"post":{"summary":"JSON-RPC proxy — story-aeneid","operationId":"jsonRpc_story_aeneid","x-agentcash-auth":{"mode":"paid"},"x-payment-info":{"protocols":["x402"],"pricingMode":"range","minPrice":"0.00","maxPrice":"10.00"},"security":[{"bearerAuth":[]},{"siwx":[]}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcRequest"},"example":{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}}}},"responses":{"200":{"description":"JSON-RPC response from upstream node","content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcResponse"},"example":{"jsonrpc":"2.0","result":"0x1234567","id":1}}}},"402":{"description":"Payment Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaymentRequired"}}}}}}},"/story-mainnet/":{"post":{"summary":"JSON-RPC proxy — story-mainnet","operationId":"jsonRpc_story_mainnet","x-agentcash-auth":{"mode":"paid"},"x-payment-info":{"protocols":["x402"],"pricingMode":"range","minPrice":"0.00","maxPrice":"10.00"},"security":[{"bearerAuth":[]},{"siwx":[]}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcRequest"},"example":{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}}}},"responses":{"200":{"description":"JSON-RPC response from upstream node","content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcResponse"},"example":{"jsonrpc":"2.0","result":"0x1234567","id":1}}}},"402":{"description":"Payment Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaymentRequired"}}}}}}},"/strk-mainnet/":{"post":{"summary":"JSON-RPC proxy — strk-mainnet","operationId":"jsonRpc_strk_mainnet","x-agentcash-auth":{"mode":"paid"},"x-payment-info":{"protocols":["x402"],"pricingMode":"range","minPrice":"0.00","maxPrice":"10.00"},"security":[{"bearerAuth":[]},{"siwx":[]}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcRequest"},"example":{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}}}},"responses":{"200":{"description":"JSON-RPC response from upstream node","content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcResponse"},"example":{"jsonrpc":"2.0","result":"0x1234567","id":1}}}},"402":{"description":"Payment Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaymentRequired"}}}}}}},"/strk-sepolia/":{"post":{"summary":"JSON-RPC proxy — strk-sepolia","operationId":"jsonRpc_strk_sepolia","x-agentcash-auth":{"mode":"paid"},"x-payment-info":{"protocols":["x402"],"pricingMode":"range","minPrice":"0.00","maxPrice":"10.00"},"security":[{"bearerAuth":[]},{"siwx":[]}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcRequest"},"example":{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}}}},"responses":{"200":{"description":"JSON-RPC response from upstream node","content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcResponse"},"example":{"jsonrpc":"2.0","result":"0x1234567","id":1}}}},"402":{"description":"Payment Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaymentRequired"}}}}}}},"/sui-mainnet/":{"post":{"summary":"JSON-RPC proxy — sui-mainnet","operationId":"jsonRpc_sui_mainnet","x-agentcash-auth":{"mode":"paid"},"x-payment-info":{"protocols":["x402"],"pricingMode":"range","minPrice":"0.00","maxPrice":"10.00"},"security":[{"bearerAuth":[]},{"siwx":[]}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcRequest"},"example":{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}}}},"responses":{"200":{"description":"JSON-RPC response from upstream node","content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcResponse"},"example":{"jsonrpc":"2.0","result":"0x1234567","id":1}}}},"402":{"description":"Payment Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaymentRequired"}}}}}}},"/sui-testnet/":{"post":{"summary":"JSON-RPC proxy — sui-testnet","operationId":"jsonRpc_sui_testnet","x-agentcash-auth":{"mode":"paid"},"x-payment-info":{"protocols":["x402"],"pricingMode":"range","minPrice":"0.00","maxPrice":"10.00"},"security":[{"bearerAuth":[]},{"siwx":[]}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcRequest"},"example":{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}}}},"responses":{"200":{"description":"JSON-RPC response from upstream node","content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcResponse"},"example":{"jsonrpc":"2.0","result":"0x1234567","id":1}}}},"402":{"description":"Payment Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaymentRequired"}}}}}}},"/tempo-mainnet/":{"post":{"summary":"JSON-RPC proxy — tempo-mainnet","operationId":"jsonRpc_tempo_mainnet","x-agentcash-auth":{"mode":"paid"},"x-payment-info":{"protocols":["x402"],"pricingMode":"range","minPrice":"0.00","maxPrice":"10.00"},"security":[{"bearerAuth":[]},{"siwx":[]}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcRequest"},"example":{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}}}},"responses":{"200":{"description":"JSON-RPC response from upstream node","content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcResponse"},"example":{"jsonrpc":"2.0","result":"0x1234567","id":1}}}},"402":{"description":"Payment Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaymentRequired"}}}}}}},"/tempo-testnet/":{"post":{"summary":"JSON-RPC proxy — tempo-testnet","operationId":"jsonRpc_tempo_testnet","x-agentcash-auth":{"mode":"paid"},"x-payment-info":{"protocols":["x402"],"pricingMode":"range","minPrice":"0.00","maxPrice":"10.00"},"security":[{"bearerAuth":[]},{"siwx":[]}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcRequest"},"example":{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}}}},"responses":{"200":{"description":"JSON-RPC response from upstream node","content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcResponse"},"example":{"jsonrpc":"2.0","result":"0x1234567","id":1}}}},"402":{"description":"Payment Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaymentRequired"}}}}}}},"/ton-mainnet/":{"post":{"summary":"JSON-RPC proxy — ton-mainnet","operationId":"jsonRpc_ton_mainnet","x-agentcash-auth":{"mode":"paid"},"x-payment-info":{"protocols":["x402"],"pricingMode":"range","minPrice":"0.00","maxPrice":"10.00"},"security":[{"bearerAuth":[]},{"siwx":[]}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcRequest"},"example":{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}}}},"responses":{"200":{"description":"JSON-RPC response from upstream node","content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcResponse"},"example":{"jsonrpc":"2.0","result":"0x1234567","id":1}}}},"402":{"description":"Payment Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaymentRequired"}}}}}}},"/tron-mainnet/":{"post":{"summary":"JSON-RPC proxy — tron-mainnet","operationId":"jsonRpc_tron_mainnet","x-agentcash-auth":{"mode":"paid"},"x-payment-info":{"protocols":["x402"],"pricingMode":"range","minPrice":"0.00","maxPrice":"10.00"},"security":[{"bearerAuth":[]},{"siwx":[]}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcRequest"},"example":{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}}}},"responses":{"200":{"description":"JSON-RPC response from upstream node","content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcResponse"},"example":{"jsonrpc":"2.0","result":"0x1234567","id":1}}}},"402":{"description":"Payment Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaymentRequired"}}}}}}},"/unichain-mainnet/":{"post":{"summary":"JSON-RPC proxy — unichain-mainnet","operationId":"jsonRpc_unichain_mainnet","x-agentcash-auth":{"mode":"paid"},"x-payment-info":{"protocols":["x402"],"pricingMode":"range","minPrice":"0.00","maxPrice":"10.00"},"security":[{"bearerAuth":[]},{"siwx":[]}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcRequest"},"example":{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}}}},"responses":{"200":{"description":"JSON-RPC response from upstream node","content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcResponse"},"example":{"jsonrpc":"2.0","result":"0x1234567","id":1}}}},"402":{"description":"Payment Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaymentRequired"}}}}}}},"/unichain-sepolia/":{"post":{"summary":"JSON-RPC proxy — unichain-sepolia","operationId":"jsonRpc_unichain_sepolia","x-agentcash-auth":{"mode":"paid"},"x-payment-info":{"protocols":["x402"],"pricingMode":"range","minPrice":"0.00","maxPrice":"10.00"},"security":[{"bearerAuth":[]},{"siwx":[]}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcRequest"},"example":{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}}}},"responses":{"200":{"description":"JSON-RPC response from upstream node","content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcResponse"},"example":{"jsonrpc":"2.0","result":"0x1234567","id":1}}}},"402":{"description":"Payment Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaymentRequired"}}}}}}},"/vana-mainnet/":{"post":{"summary":"JSON-RPC proxy — vana-mainnet","operationId":"jsonRpc_vana_mainnet","x-agentcash-auth":{"mode":"paid"},"x-payment-info":{"protocols":["x402"],"pricingMode":"range","minPrice":"0.00","maxPrice":"10.00"},"security":[{"bearerAuth":[]},{"siwx":[]}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcRequest"},"example":{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}}}},"responses":{"200":{"description":"JSON-RPC response from upstream node","content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcResponse"},"example":{"jsonrpc":"2.0","result":"0x1234567","id":1}}}},"402":{"description":"Payment Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaymentRequired"}}}}}}},"/vana-moksha/":{"post":{"summary":"JSON-RPC proxy — vana-moksha","operationId":"jsonRpc_vana_moksha","x-agentcash-auth":{"mode":"paid"},"x-payment-info":{"protocols":["x402"],"pricingMode":"range","minPrice":"0.00","maxPrice":"10.00"},"security":[{"bearerAuth":[]},{"siwx":[]}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcRequest"},"example":{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}}}},"responses":{"200":{"description":"JSON-RPC response from upstream node","content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcResponse"},"example":{"jsonrpc":"2.0","result":"0x1234567","id":1}}}},"402":{"description":"Payment Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaymentRequired"}}}}}}},"/worldchain-mainnet/":{"post":{"summary":"JSON-RPC proxy — worldchain-mainnet","operationId":"jsonRpc_worldchain_mainnet","x-agentcash-auth":{"mode":"paid"},"x-payment-info":{"protocols":["x402"],"pricingMode":"range","minPrice":"0.00","maxPrice":"10.00"},"security":[{"bearerAuth":[]},{"siwx":[]}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcRequest"},"example":{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}}}},"responses":{"200":{"description":"JSON-RPC response from upstream node","content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcResponse"},"example":{"jsonrpc":"2.0","result":"0x1234567","id":1}}}},"402":{"description":"Payment Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaymentRequired"}}}}}}},"/worldchain-sepolia/":{"post":{"summary":"JSON-RPC proxy — worldchain-sepolia","operationId":"jsonRpc_worldchain_sepolia","x-agentcash-auth":{"mode":"paid"},"x-payment-info":{"protocols":["x402"],"pricingMode":"range","minPrice":"0.00","maxPrice":"10.00"},"security":[{"bearerAuth":[]},{"siwx":[]}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcRequest"},"example":{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}}}},"responses":{"200":{"description":"JSON-RPC response from upstream node","content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcResponse"},"example":{"jsonrpc":"2.0","result":"0x1234567","id":1}}}},"402":{"description":"Payment Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaymentRequired"}}}}}}},"/xai-mainnet/":{"post":{"summary":"JSON-RPC proxy — xai-mainnet","operationId":"jsonRpc_xai_mainnet","x-agentcash-auth":{"mode":"paid"},"x-payment-info":{"protocols":["x402"],"pricingMode":"range","minPrice":"0.00","maxPrice":"10.00"},"security":[{"bearerAuth":[]},{"siwx":[]}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcRequest"},"example":{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}}}},"responses":{"200":{"description":"JSON-RPC response from upstream node","content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcResponse"},"example":{"jsonrpc":"2.0","result":"0x1234567","id":1}}}},"402":{"description":"Payment Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaymentRequired"}}}}}}},"/xai-testnet/":{"post":{"summary":"JSON-RPC proxy — xai-testnet","operationId":"jsonRpc_xai_testnet","x-agentcash-auth":{"mode":"paid"},"x-payment-info":{"protocols":["x402"],"pricingMode":"range","minPrice":"0.00","maxPrice":"10.00"},"security":[{"bearerAuth":[]},{"siwx":[]}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcRequest"},"example":{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}}}},"responses":{"200":{"description":"JSON-RPC response from upstream node","content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcResponse"},"example":{"jsonrpc":"2.0","result":"0x1234567","id":1}}}},"402":{"description":"Payment Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaymentRequired"}}}}}}},"/xdai-mainnet/":{"post":{"summary":"JSON-RPC proxy — xdai-mainnet","operationId":"jsonRpc_xdai_mainnet","x-agentcash-auth":{"mode":"paid"},"x-payment-info":{"protocols":["x402"],"pricingMode":"range","minPrice":"0.00","maxPrice":"10.00"},"security":[{"bearerAuth":[]},{"siwx":[]}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcRequest"},"example":{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}}}},"responses":{"200":{"description":"JSON-RPC response from upstream node","content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcResponse"},"example":{"jsonrpc":"2.0","result":"0x1234567","id":1}}}},"402":{"description":"Payment Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaymentRequired"}}}}}}},"/xlayer-mainnet/":{"post":{"summary":"JSON-RPC proxy — xlayer-mainnet","operationId":"jsonRpc_xlayer_mainnet","x-agentcash-auth":{"mode":"paid"},"x-payment-info":{"protocols":["x402"],"pricingMode":"range","minPrice":"0.00","maxPrice":"10.00"},"security":[{"bearerAuth":[]},{"siwx":[]}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcRequest"},"example":{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}}}},"responses":{"200":{"description":"JSON-RPC response from upstream node","content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcResponse"},"example":{"jsonrpc":"2.0","result":"0x1234567","id":1}}}},"402":{"description":"Payment Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaymentRequired"}}}}}}},"/xlayer-testnet/":{"post":{"summary":"JSON-RPC proxy — xlayer-testnet","operationId":"jsonRpc_xlayer_testnet","x-agentcash-auth":{"mode":"paid"},"x-payment-info":{"protocols":["x402"],"pricingMode":"range","minPrice":"0.00","maxPrice":"10.00"},"security":[{"bearerAuth":[]},{"siwx":[]}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcRequest"},"example":{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}}}},"responses":{"200":{"description":"JSON-RPC response from upstream node","content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcResponse"},"example":{"jsonrpc":"2.0","result":"0x1234567","id":1}}}},"402":{"description":"Payment Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaymentRequired"}}}}}}},"/xrp-mainnet/":{"post":{"summary":"JSON-RPC proxy — xrp-mainnet","operationId":"jsonRpc_xrp_mainnet","x-agentcash-auth":{"mode":"paid"},"x-payment-info":{"protocols":["x402"],"pricingMode":"range","minPrice":"0.00","maxPrice":"10.00"},"security":[{"bearerAuth":[]},{"siwx":[]}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcRequest"},"example":{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}}}},"responses":{"200":{"description":"JSON-RPC response from upstream node","content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcResponse"},"example":{"jsonrpc":"2.0","result":"0x1234567","id":1}}}},"402":{"description":"Payment Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaymentRequired"}}}}}}},"/xrp-testnet/":{"post":{"summary":"JSON-RPC proxy — xrp-testnet","operationId":"jsonRpc_xrp_testnet","x-agentcash-auth":{"mode":"paid"},"x-payment-info":{"protocols":["x402"],"pricingMode":"range","minPrice":"0.00","maxPrice":"10.00"},"security":[{"bearerAuth":[]},{"siwx":[]}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcRequest"},"example":{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}}}},"responses":{"200":{"description":"JSON-RPC response from upstream node","content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcResponse"},"example":{"jsonrpc":"2.0","result":"0x1234567","id":1}}}},"402":{"description":"Payment Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaymentRequired"}}}}}}},"/xrplevm-mainnet/":{"post":{"summary":"JSON-RPC proxy — xrplevm-mainnet","operationId":"jsonRpc_xrplevm_mainnet","x-agentcash-auth":{"mode":"paid"},"x-payment-info":{"protocols":["x402"],"pricingMode":"range","minPrice":"0.00","maxPrice":"10.00"},"security":[{"bearerAuth":[]},{"siwx":[]}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcRequest"},"example":{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}}}},"responses":{"200":{"description":"JSON-RPC response from upstream node","content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcResponse"},"example":{"jsonrpc":"2.0","result":"0x1234567","id":1}}}},"402":{"description":"Payment Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaymentRequired"}}}}}}},"/xrplevm-testnet/":{"post":{"summary":"JSON-RPC proxy — xrplevm-testnet","operationId":"jsonRpc_xrplevm_testnet","x-agentcash-auth":{"mode":"paid"},"x-payment-info":{"protocols":["x402"],"pricingMode":"range","minPrice":"0.00","maxPrice":"10.00"},"security":[{"bearerAuth":[]},{"siwx":[]}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcRequest"},"example":{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}}}},"responses":{"200":{"description":"JSON-RPC response from upstream node","content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcResponse"},"example":{"jsonrpc":"2.0","result":"0x1234567","id":1}}}},"402":{"description":"Payment Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaymentRequired"}}}}}}},"/zkevm-cardona/":{"post":{"summary":"JSON-RPC proxy — zkevm-cardona","operationId":"jsonRpc_zkevm_cardona","x-agentcash-auth":{"mode":"paid"},"x-payment-info":{"protocols":["x402"],"pricingMode":"range","minPrice":"0.00","maxPrice":"10.00"},"security":[{"bearerAuth":[]},{"siwx":[]}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcRequest"},"example":{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}}}},"responses":{"200":{"description":"JSON-RPC response from upstream node","content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcResponse"},"example":{"jsonrpc":"2.0","result":"0x1234567","id":1}}}},"402":{"description":"Payment Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaymentRequired"}}}}}}},"/zkevm-mainnet/":{"post":{"summary":"JSON-RPC proxy — zkevm-mainnet","operationId":"jsonRpc_zkevm_mainnet","x-agentcash-auth":{"mode":"paid"},"x-payment-info":{"protocols":["x402"],"pricingMode":"range","minPrice":"0.00","maxPrice":"10.00"},"security":[{"bearerAuth":[]},{"siwx":[]}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcRequest"},"example":{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}}}},"responses":{"200":{"description":"JSON-RPC response from upstream node","content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcResponse"},"example":{"jsonrpc":"2.0","result":"0x1234567","id":1}}}},"402":{"description":"Payment Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaymentRequired"}}}}}}},"/zksync-mainnet/":{"post":{"summary":"JSON-RPC proxy — zksync-mainnet","operationId":"jsonRpc_zksync_mainnet","x-agentcash-auth":{"mode":"paid"},"x-payment-info":{"protocols":["x402"],"pricingMode":"range","minPrice":"0.00","maxPrice":"10.00"},"security":[{"bearerAuth":[]},{"siwx":[]}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcRequest"},"example":{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}}}},"responses":{"200":{"description":"JSON-RPC response from upstream node","content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcResponse"},"example":{"jsonrpc":"2.0","result":"0x1234567","id":1}}}},"402":{"description":"Payment Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaymentRequired"}}}}}}},"/zksync-sepolia/":{"post":{"summary":"JSON-RPC proxy — zksync-sepolia","operationId":"jsonRpc_zksync_sepolia","x-agentcash-auth":{"mode":"paid"},"x-payment-info":{"protocols":["x402"],"pricingMode":"range","minPrice":"0.00","maxPrice":"10.00"},"security":[{"bearerAuth":[]},{"siwx":[]}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcRequest"},"example":{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}}}},"responses":{"200":{"description":"JSON-RPC response from upstream node","content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcResponse"},"example":{"jsonrpc":"2.0","result":"0x1234567","id":1}}}},"402":{"description":"Payment Required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaymentRequired"}}}}}}}},"components":{"securitySchemes":{"bearerAuth":{"type":"http","scheme":"bearer","bearerFormat":"JWT","description":"JWT obtained from POST /auth"},"siwx":{"type":"apiKey","in":"header","name":"SIGN-IN-WITH-X","description":"Base64-encoded SIWX payload with signature. Sent inline on any request for x402-native agents that skip the /auth flow."}},"schemas":{"JsonRpcRequest":{"type":"object","properties":{"jsonrpc":{"type":"string","const":"2.0"},"method":{"type":"string","description":"JSON-RPC method name (e.g., eth_blockNumber, eth_call)"},"params":{"type":"array","description":"Method parameters"},"id":{"type":["number","string"],"description":"Request identifier"}},"required":["jsonrpc","method"]},"JsonRpcResponse":{"type":"object","properties":{"jsonrpc":{"type":"string","const":"2.0"},"result":{"description":"RPC result (type varies by method)"},"error":{"type":"object","properties":{"code":{"type":"integer"},"message":{"type":"string"}}},"id":{"type":["number","string"]}}},"PaymentRequired":{"type":"object","properties":{"x402Version":{"type":"integer"},"error":{"type":"string"},"resource":{"type":"object","properties":{"url":{"type":"string"},"description":{"type":"string"},"mimeType":{"type":"string"}}},"accepts":{"type":"array","items":{"$ref":"#/components/schemas/PaymentRequirements"}},"extensions":{"type":"object"}}},"PaymentRequirements":{"type":"object","properties":{"scheme":{"type":"string","enum":["exact"]},"network":{"type":"string","description":"CAIP-2 chain ID"},"amount":{"type":"string","description":"Amount in smallest token unit"},"payTo":{"type":"string","description":"Recipient address"},"asset":{"type":"string","description":"Token contract/mint address"},"maxTimeoutSeconds":{"type":"integer","description":"60 for standard exact payments; ~604900 (~7 days, Circle Gateway minimum) for nanopayment (batch) entries."},"extra":{"type":"object","description":"For nanopayments (Circle Gateway batch): { name: \"GatewayWalletBatched\", version: \"1\", verifyingContract: \"0x...\" }. Nanopayment entries are distinguished by extra.name, not by scheme (both use scheme: \"exact\"). Nanopayment pricing: $0.0001/request."}}},"DiscoveryResponse":{"type":"object","properties":{"x402Version":{"type":"integer"},"items":{"type":"array","items":{"type":"object","properties":{"resource":{"type":"string"},"type":{"type":"string"},"x402Version":{"type":"integer"},"accepts":{"type":"array","items":{"$ref":"#/components/schemas/PaymentRequirements"}},"lastUpdated":{"type":"string","format":"date-time"},"metadata":{"type":"object"}}}},"pagination":{"type":"object","properties":{"limit":{"type":"integer"},"offset":{"type":"integer"},"total":{"type":"integer"}}}}}}}}