{"openapi":"3.1.0","info":{"title":"Synapse API","description":"Unified Intelligence & Automation APIs. High-speed API suite for AI processing, web scraping, and smart data utilities across 57+ blockchain networks.","version":"1.0.0","x-guidance":"Use POST /api/{chain}/rpc for JSON-RPC calls. Use /api/{chain}/nft/* for NFT data, /api/{chain}/token/* for token data, /api/{chain}/tx/* for transaction history. All endpoints require x402 payment ($0.01 USDC per call on Base mainnet). See /openapi.json for full endpoint list."},"servers":[{"url":"https://synapse-api-brown.vercel.app"}],"tags":[{"name":"Abstract"},{"name":"Adi"},{"name":"Apechain"},{"name":"Aptos"},{"name":"Arbitrum"},{"name":"Avalanche"},{"name":"Base"},{"name":"Berachain"},{"name":"Bnb"},{"name":"Bob"},{"name":"Boba"},{"name":"Celo"},{"name":"Citrea"},{"name":"Degen"},{"name":"Ethereum"},{"name":"Gnosis"},{"name":"Humanity"},{"name":"Hyperliquid"},{"name":"Injective"},{"name":"Ink"},{"name":"Kaia"},{"name":"Katana"},{"name":"Linea"},{"name":"Mantle"},{"name":"Megaeth"},{"name":"Metis"},{"name":"Monad"},{"name":"Opbnb"},{"name":"Optimism"},{"name":"Pharos"},{"name":"Plasma"},{"name":"Polygon"},{"name":"Robinhood"},{"name":"Ronin"},{"name":"Sei"},{"name":"Solana"},{"name":"Soneium"},{"name":"Sonic"},{"name":"Stable"},{"name":"Starknet"},{"name":"Sui"},{"name":"Superseed"},{"name":"Tempo"},{"name":"Tron"},{"name":"Unichain"},{"name":"Worldchain"},{"name":"Xlayer"},{"name":"Zksync"},{"name":"Zora"}],"paths":{"/api/ethereum/rpc":{"post":{"operationId":"ethereum_rpc","summary":"JSON-RPC proxy to Ethereum via Alchemy","tags":["Ethereum"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"method":{"type":"string"},"params":{"type":"array","items":{}}},"required":["method"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/ethereum/gas/estimate":{"post":{"operationId":"ethereum_gas_estimate","summary":"Estimate gas for a transaction on Ethereum","tags":["Ethereum"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"from":{"type":"string"},"to":{"type":"string"},"value":{"type":"string"},"data":{"type":"string"}},"required":["to"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/ethereum/block/latest":{"post":{"operationId":"ethereum_block_latest","summary":"Get latest block from Ethereum","tags":["Ethereum"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{}}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/ethereum/nft/by-owner":{"post":{"operationId":"ethereum_nft_by-owner","summary":"Get NFTs owned by an address on Ethereum","tags":["Ethereum"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"owner":{"type":"string"},"limit":{"type":"number"},"pageKey":{"type":"string"}},"required":["owner"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/ethereum/nft/metadata":{"post":{"operationId":"ethereum_nft_metadata","summary":"Get NFT metadata on Ethereum","tags":["Ethereum"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"contractAddress":{"type":"string"},"tokenId":{"type":"string"}},"required":["contractAddress","tokenId"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/ethereum/nft/floor-price":{"post":{"operationId":"ethereum_nft_floor-price","summary":"Get NFT floor price on Ethereum","tags":["Ethereum"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"contractAddress":{"type":"string"}},"required":["contractAddress"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/ethereum/nft/sales":{"post":{"operationId":"ethereum_nft_sales","summary":"Get NFT sales data on Ethereum","tags":["Ethereum"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"contractAddress":{"type":"string"},"fromBlock":{"type":"number"},"toBlock":{"type":"number"},"order":{"type":"string","enum":["asc","desc"]},"limit":{"type":"number"}},"required":["contractAddress"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/ethereum/token/balances":{"post":{"operationId":"ethereum_token_balances","summary":"Get ERC-20 token balances on Ethereum","tags":["Ethereum"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"owner":{"type":"string"},"contractAddresses":{"type":"array","items":{"type":"string"}}},"required":["owner"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/ethereum/token/metadata":{"post":{"operationId":"ethereum_token_metadata","summary":"Get ERC-20 token metadata on Ethereum","tags":["Ethereum"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"contractAddress":{"type":"string"}},"required":["contractAddress"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/ethereum/token/transfers":{"post":{"operationId":"ethereum_token_transfers","summary":"Get token transfer history on Ethereum","tags":["Ethereum"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"owner":{"type":"string"},"contractAddresses":{"type":"array","items":{"type":"string"}},"fromBlock":{"type":"string"},"toBlock":{"type":"string"},"order":{"type":"string","enum":["asc","desc"]},"maxCount":{"type":"number"},"pageKey":{"type":"string"}},"required":["owner"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/ethereum/tx/history":{"post":{"operationId":"ethereum_tx_history","summary":"Get transaction history on Ethereum","tags":["Ethereum"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"fromAddress":{"type":"string"},"toAddress":{"type":"string"},"fromBlock":{"type":"string"},"toBlock":{"type":"string"},"order":{"type":"string","enum":["asc","desc"]},"maxCount":{"type":"number"},"pageKey":{"type":"string"},"category":{"type":"array","items":{"type":"string"}},"withMetadata":{"type":"boolean"},"excludeZeroValue":{"type":"boolean"}}}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/bnb/rpc":{"post":{"operationId":"bnb_rpc","summary":"JSON-RPC proxy to BNB Smart Chain via Alchemy","tags":["Bnb"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"method":{"type":"string"},"params":{"type":"array","items":{}}},"required":["method"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/bnb/gas/estimate":{"post":{"operationId":"bnb_gas_estimate","summary":"Estimate gas for a transaction on BNB Smart Chain","tags":["Bnb"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"from":{"type":"string"},"to":{"type":"string"},"value":{"type":"string"},"data":{"type":"string"}},"required":["to"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/bnb/block/latest":{"post":{"operationId":"bnb_block_latest","summary":"Get latest block from BNB Smart Chain","tags":["Bnb"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{}}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/bnb/nft/by-owner":{"post":{"operationId":"bnb_nft_by-owner","summary":"Get NFTs owned by an address on BNB Smart Chain","tags":["Bnb"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"owner":{"type":"string"},"limit":{"type":"number"},"pageKey":{"type":"string"}},"required":["owner"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/bnb/nft/metadata":{"post":{"operationId":"bnb_nft_metadata","summary":"Get NFT metadata on BNB Smart Chain","tags":["Bnb"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"contractAddress":{"type":"string"},"tokenId":{"type":"string"}},"required":["contractAddress","tokenId"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/bnb/nft/floor-price":{"post":{"operationId":"bnb_nft_floor-price","summary":"Get NFT floor price on BNB Smart Chain","tags":["Bnb"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"contractAddress":{"type":"string"}},"required":["contractAddress"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/bnb/nft/sales":{"post":{"operationId":"bnb_nft_sales","summary":"Get NFT sales data on BNB Smart Chain","tags":["Bnb"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"contractAddress":{"type":"string"},"fromBlock":{"type":"number"},"toBlock":{"type":"number"},"order":{"type":"string","enum":["asc","desc"]},"limit":{"type":"number"}},"required":["contractAddress"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/bnb/token/balances":{"post":{"operationId":"bnb_token_balances","summary":"Get ERC-20 token balances on BNB Smart Chain","tags":["Bnb"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"owner":{"type":"string"},"contractAddresses":{"type":"array","items":{"type":"string"}}},"required":["owner"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/bnb/token/metadata":{"post":{"operationId":"bnb_token_metadata","summary":"Get ERC-20 token metadata on BNB Smart Chain","tags":["Bnb"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"contractAddress":{"type":"string"}},"required":["contractAddress"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/bnb/token/transfers":{"post":{"operationId":"bnb_token_transfers","summary":"Get token transfer history on BNB Smart Chain","tags":["Bnb"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"owner":{"type":"string"},"contractAddresses":{"type":"array","items":{"type":"string"}},"fromBlock":{"type":"string"},"toBlock":{"type":"string"},"order":{"type":"string","enum":["asc","desc"]},"maxCount":{"type":"number"},"pageKey":{"type":"string"}},"required":["owner"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/bnb/tx/history":{"post":{"operationId":"bnb_tx_history","summary":"Get transaction history on BNB Smart Chain","tags":["Bnb"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"fromAddress":{"type":"string"},"toAddress":{"type":"string"},"fromBlock":{"type":"string"},"toBlock":{"type":"string"},"order":{"type":"string","enum":["asc","desc"]},"maxCount":{"type":"number"},"pageKey":{"type":"string"},"category":{"type":"array","items":{"type":"string"}},"withMetadata":{"type":"boolean"},"excludeZeroValue":{"type":"boolean"}}}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/avalanche/rpc":{"post":{"operationId":"avalanche_rpc","summary":"JSON-RPC proxy to Avalanche via Alchemy","tags":["Avalanche"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"method":{"type":"string"},"params":{"type":"array","items":{}}},"required":["method"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/avalanche/gas/estimate":{"post":{"operationId":"avalanche_gas_estimate","summary":"Estimate gas for a transaction on Avalanche","tags":["Avalanche"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"from":{"type":"string"},"to":{"type":"string"},"value":{"type":"string"},"data":{"type":"string"}},"required":["to"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/avalanche/block/latest":{"post":{"operationId":"avalanche_block_latest","summary":"Get latest block from Avalanche","tags":["Avalanche"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{}}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/avalanche/nft/by-owner":{"post":{"operationId":"avalanche_nft_by-owner","summary":"Get NFTs owned by an address on Avalanche","tags":["Avalanche"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"owner":{"type":"string"},"limit":{"type":"number"},"pageKey":{"type":"string"}},"required":["owner"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/avalanche/nft/metadata":{"post":{"operationId":"avalanche_nft_metadata","summary":"Get NFT metadata on Avalanche","tags":["Avalanche"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"contractAddress":{"type":"string"},"tokenId":{"type":"string"}},"required":["contractAddress","tokenId"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/avalanche/nft/floor-price":{"post":{"operationId":"avalanche_nft_floor-price","summary":"Get NFT floor price on Avalanche","tags":["Avalanche"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"contractAddress":{"type":"string"}},"required":["contractAddress"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/avalanche/nft/sales":{"post":{"operationId":"avalanche_nft_sales","summary":"Get NFT sales data on Avalanche","tags":["Avalanche"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"contractAddress":{"type":"string"},"fromBlock":{"type":"number"},"toBlock":{"type":"number"},"order":{"type":"string","enum":["asc","desc"]},"limit":{"type":"number"}},"required":["contractAddress"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/avalanche/token/balances":{"post":{"operationId":"avalanche_token_balances","summary":"Get ERC-20 token balances on Avalanche","tags":["Avalanche"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"owner":{"type":"string"},"contractAddresses":{"type":"array","items":{"type":"string"}}},"required":["owner"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/avalanche/token/metadata":{"post":{"operationId":"avalanche_token_metadata","summary":"Get ERC-20 token metadata on Avalanche","tags":["Avalanche"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"contractAddress":{"type":"string"}},"required":["contractAddress"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/avalanche/token/transfers":{"post":{"operationId":"avalanche_token_transfers","summary":"Get token transfer history on Avalanche","tags":["Avalanche"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"owner":{"type":"string"},"contractAddresses":{"type":"array","items":{"type":"string"}},"fromBlock":{"type":"string"},"toBlock":{"type":"string"},"order":{"type":"string","enum":["asc","desc"]},"maxCount":{"type":"number"},"pageKey":{"type":"string"}},"required":["owner"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/avalanche/tx/history":{"post":{"operationId":"avalanche_tx_history","summary":"Get transaction history on Avalanche","tags":["Avalanche"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"fromAddress":{"type":"string"},"toAddress":{"type":"string"},"fromBlock":{"type":"string"},"toBlock":{"type":"string"},"order":{"type":"string","enum":["asc","desc"]},"maxCount":{"type":"number"},"pageKey":{"type":"string"},"category":{"type":"array","items":{"type":"string"}},"withMetadata":{"type":"boolean"},"excludeZeroValue":{"type":"boolean"}}}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/gnosis/rpc":{"post":{"operationId":"gnosis_rpc","summary":"JSON-RPC proxy to Gnosis via Alchemy","tags":["Gnosis"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"method":{"type":"string"},"params":{"type":"array","items":{}}},"required":["method"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/gnosis/gas/estimate":{"post":{"operationId":"gnosis_gas_estimate","summary":"Estimate gas for a transaction on Gnosis","tags":["Gnosis"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"from":{"type":"string"},"to":{"type":"string"},"value":{"type":"string"},"data":{"type":"string"}},"required":["to"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/gnosis/block/latest":{"post":{"operationId":"gnosis_block_latest","summary":"Get latest block from Gnosis","tags":["Gnosis"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{}}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/gnosis/nft/by-owner":{"post":{"operationId":"gnosis_nft_by-owner","summary":"Get NFTs owned by an address on Gnosis","tags":["Gnosis"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"owner":{"type":"string"},"limit":{"type":"number"},"pageKey":{"type":"string"}},"required":["owner"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/gnosis/nft/metadata":{"post":{"operationId":"gnosis_nft_metadata","summary":"Get NFT metadata on Gnosis","tags":["Gnosis"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"contractAddress":{"type":"string"},"tokenId":{"type":"string"}},"required":["contractAddress","tokenId"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/gnosis/nft/floor-price":{"post":{"operationId":"gnosis_nft_floor-price","summary":"Get NFT floor price on Gnosis","tags":["Gnosis"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"contractAddress":{"type":"string"}},"required":["contractAddress"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/gnosis/nft/sales":{"post":{"operationId":"gnosis_nft_sales","summary":"Get NFT sales data on Gnosis","tags":["Gnosis"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"contractAddress":{"type":"string"},"fromBlock":{"type":"number"},"toBlock":{"type":"number"},"order":{"type":"string","enum":["asc","desc"]},"limit":{"type":"number"}},"required":["contractAddress"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/gnosis/token/balances":{"post":{"operationId":"gnosis_token_balances","summary":"Get ERC-20 token balances on Gnosis","tags":["Gnosis"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"owner":{"type":"string"},"contractAddresses":{"type":"array","items":{"type":"string"}}},"required":["owner"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/gnosis/token/metadata":{"post":{"operationId":"gnosis_token_metadata","summary":"Get ERC-20 token metadata on Gnosis","tags":["Gnosis"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"contractAddress":{"type":"string"}},"required":["contractAddress"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/gnosis/token/transfers":{"post":{"operationId":"gnosis_token_transfers","summary":"Get token transfer history on Gnosis","tags":["Gnosis"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"owner":{"type":"string"},"contractAddresses":{"type":"array","items":{"type":"string"}},"fromBlock":{"type":"string"},"toBlock":{"type":"string"},"order":{"type":"string","enum":["asc","desc"]},"maxCount":{"type":"number"},"pageKey":{"type":"string"}},"required":["owner"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/gnosis/tx/history":{"post":{"operationId":"gnosis_tx_history","summary":"Get transaction history on Gnosis","tags":["Gnosis"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"fromAddress":{"type":"string"},"toAddress":{"type":"string"},"fromBlock":{"type":"string"},"toBlock":{"type":"string"},"order":{"type":"string","enum":["asc","desc"]},"maxCount":{"type":"number"},"pageKey":{"type":"string"},"category":{"type":"array","items":{"type":"string"}},"withMetadata":{"type":"boolean"},"excludeZeroValue":{"type":"boolean"}}}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/sei/rpc":{"post":{"operationId":"sei_rpc","summary":"JSON-RPC proxy to Sei via Alchemy","tags":["Sei"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"method":{"type":"string"},"params":{"type":"array","items":{}}},"required":["method"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/sei/gas/estimate":{"post":{"operationId":"sei_gas_estimate","summary":"Estimate gas for a transaction on Sei","tags":["Sei"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"from":{"type":"string"},"to":{"type":"string"},"value":{"type":"string"},"data":{"type":"string"}},"required":["to"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/sei/block/latest":{"post":{"operationId":"sei_block_latest","summary":"Get latest block from Sei","tags":["Sei"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{}}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/sei/nft/by-owner":{"post":{"operationId":"sei_nft_by-owner","summary":"Get NFTs owned by an address on Sei","tags":["Sei"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"owner":{"type":"string"},"limit":{"type":"number"},"pageKey":{"type":"string"}},"required":["owner"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/sei/nft/metadata":{"post":{"operationId":"sei_nft_metadata","summary":"Get NFT metadata on Sei","tags":["Sei"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"contractAddress":{"type":"string"},"tokenId":{"type":"string"}},"required":["contractAddress","tokenId"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/sei/nft/floor-price":{"post":{"operationId":"sei_nft_floor-price","summary":"Get NFT floor price on Sei","tags":["Sei"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"contractAddress":{"type":"string"}},"required":["contractAddress"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/sei/nft/sales":{"post":{"operationId":"sei_nft_sales","summary":"Get NFT sales data on Sei","tags":["Sei"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"contractAddress":{"type":"string"},"fromBlock":{"type":"number"},"toBlock":{"type":"number"},"order":{"type":"string","enum":["asc","desc"]},"limit":{"type":"number"}},"required":["contractAddress"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/sei/token/balances":{"post":{"operationId":"sei_token_balances","summary":"Get ERC-20 token balances on Sei","tags":["Sei"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"owner":{"type":"string"},"contractAddresses":{"type":"array","items":{"type":"string"}}},"required":["owner"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/sei/token/metadata":{"post":{"operationId":"sei_token_metadata","summary":"Get ERC-20 token metadata on Sei","tags":["Sei"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"contractAddress":{"type":"string"}},"required":["contractAddress"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/sei/token/transfers":{"post":{"operationId":"sei_token_transfers","summary":"Get token transfer history on Sei","tags":["Sei"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"owner":{"type":"string"},"contractAddresses":{"type":"array","items":{"type":"string"}},"fromBlock":{"type":"string"},"toBlock":{"type":"string"},"order":{"type":"string","enum":["asc","desc"]},"maxCount":{"type":"number"},"pageKey":{"type":"string"}},"required":["owner"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/sei/tx/history":{"post":{"operationId":"sei_tx_history","summary":"Get transaction history on Sei","tags":["Sei"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"fromAddress":{"type":"string"},"toAddress":{"type":"string"},"fromBlock":{"type":"string"},"toBlock":{"type":"string"},"order":{"type":"string","enum":["asc","desc"]},"maxCount":{"type":"number"},"pageKey":{"type":"string"},"category":{"type":"array","items":{"type":"string"}},"withMetadata":{"type":"boolean"},"excludeZeroValue":{"type":"boolean"}}}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/berachain/rpc":{"post":{"operationId":"berachain_rpc","summary":"JSON-RPC proxy to Berachain via Alchemy","tags":["Berachain"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"method":{"type":"string"},"params":{"type":"array","items":{}}},"required":["method"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/berachain/gas/estimate":{"post":{"operationId":"berachain_gas_estimate","summary":"Estimate gas for a transaction on Berachain","tags":["Berachain"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"from":{"type":"string"},"to":{"type":"string"},"value":{"type":"string"},"data":{"type":"string"}},"required":["to"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/berachain/block/latest":{"post":{"operationId":"berachain_block_latest","summary":"Get latest block from Berachain","tags":["Berachain"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{}}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/berachain/nft/by-owner":{"post":{"operationId":"berachain_nft_by-owner","summary":"Get NFTs owned by an address on Berachain","tags":["Berachain"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"owner":{"type":"string"},"limit":{"type":"number"},"pageKey":{"type":"string"}},"required":["owner"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/berachain/nft/metadata":{"post":{"operationId":"berachain_nft_metadata","summary":"Get NFT metadata on Berachain","tags":["Berachain"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"contractAddress":{"type":"string"},"tokenId":{"type":"string"}},"required":["contractAddress","tokenId"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/berachain/nft/floor-price":{"post":{"operationId":"berachain_nft_floor-price","summary":"Get NFT floor price on Berachain","tags":["Berachain"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"contractAddress":{"type":"string"}},"required":["contractAddress"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/berachain/nft/sales":{"post":{"operationId":"berachain_nft_sales","summary":"Get NFT sales data on Berachain","tags":["Berachain"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"contractAddress":{"type":"string"},"fromBlock":{"type":"number"},"toBlock":{"type":"number"},"order":{"type":"string","enum":["asc","desc"]},"limit":{"type":"number"}},"required":["contractAddress"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/berachain/token/balances":{"post":{"operationId":"berachain_token_balances","summary":"Get ERC-20 token balances on Berachain","tags":["Berachain"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"owner":{"type":"string"},"contractAddresses":{"type":"array","items":{"type":"string"}}},"required":["owner"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/berachain/token/metadata":{"post":{"operationId":"berachain_token_metadata","summary":"Get ERC-20 token metadata on Berachain","tags":["Berachain"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"contractAddress":{"type":"string"}},"required":["contractAddress"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/berachain/token/transfers":{"post":{"operationId":"berachain_token_transfers","summary":"Get token transfer history on Berachain","tags":["Berachain"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"owner":{"type":"string"},"contractAddresses":{"type":"array","items":{"type":"string"}},"fromBlock":{"type":"string"},"toBlock":{"type":"string"},"order":{"type":"string","enum":["asc","desc"]},"maxCount":{"type":"number"},"pageKey":{"type":"string"}},"required":["owner"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/berachain/tx/history":{"post":{"operationId":"berachain_tx_history","summary":"Get transaction history on Berachain","tags":["Berachain"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"fromAddress":{"type":"string"},"toAddress":{"type":"string"},"fromBlock":{"type":"string"},"toBlock":{"type":"string"},"order":{"type":"string","enum":["asc","desc"]},"maxCount":{"type":"number"},"pageKey":{"type":"string"},"category":{"type":"array","items":{"type":"string"}},"withMetadata":{"type":"boolean"},"excludeZeroValue":{"type":"boolean"}}}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/monad/rpc":{"post":{"operationId":"monad_rpc","summary":"JSON-RPC proxy to Monad via Alchemy","tags":["Monad"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"method":{"type":"string"},"params":{"type":"array","items":{}}},"required":["method"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/monad/gas/estimate":{"post":{"operationId":"monad_gas_estimate","summary":"Estimate gas for a transaction on Monad","tags":["Monad"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"from":{"type":"string"},"to":{"type":"string"},"value":{"type":"string"},"data":{"type":"string"}},"required":["to"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/monad/block/latest":{"post":{"operationId":"monad_block_latest","summary":"Get latest block from Monad","tags":["Monad"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{}}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/monad/nft/by-owner":{"post":{"operationId":"monad_nft_by-owner","summary":"Get NFTs owned by an address on Monad","tags":["Monad"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"owner":{"type":"string"},"limit":{"type":"number"},"pageKey":{"type":"string"}},"required":["owner"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/monad/nft/metadata":{"post":{"operationId":"monad_nft_metadata","summary":"Get NFT metadata on Monad","tags":["Monad"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"contractAddress":{"type":"string"},"tokenId":{"type":"string"}},"required":["contractAddress","tokenId"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/monad/nft/floor-price":{"post":{"operationId":"monad_nft_floor-price","summary":"Get NFT floor price on Monad","tags":["Monad"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"contractAddress":{"type":"string"}},"required":["contractAddress"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/monad/nft/sales":{"post":{"operationId":"monad_nft_sales","summary":"Get NFT sales data on Monad","tags":["Monad"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"contractAddress":{"type":"string"},"fromBlock":{"type":"number"},"toBlock":{"type":"number"},"order":{"type":"string","enum":["asc","desc"]},"limit":{"type":"number"}},"required":["contractAddress"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/monad/token/balances":{"post":{"operationId":"monad_token_balances","summary":"Get ERC-20 token balances on Monad","tags":["Monad"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"owner":{"type":"string"},"contractAddresses":{"type":"array","items":{"type":"string"}}},"required":["owner"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/monad/token/metadata":{"post":{"operationId":"monad_token_metadata","summary":"Get ERC-20 token metadata on Monad","tags":["Monad"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"contractAddress":{"type":"string"}},"required":["contractAddress"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/monad/token/transfers":{"post":{"operationId":"monad_token_transfers","summary":"Get token transfer history on Monad","tags":["Monad"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"owner":{"type":"string"},"contractAddresses":{"type":"array","items":{"type":"string"}},"fromBlock":{"type":"string"},"toBlock":{"type":"string"},"order":{"type":"string","enum":["asc","desc"]},"maxCount":{"type":"number"},"pageKey":{"type":"string"}},"required":["owner"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/monad/tx/history":{"post":{"operationId":"monad_tx_history","summary":"Get transaction history on Monad","tags":["Monad"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"fromAddress":{"type":"string"},"toAddress":{"type":"string"},"fromBlock":{"type":"string"},"toBlock":{"type":"string"},"order":{"type":"string","enum":["asc","desc"]},"maxCount":{"type":"number"},"pageKey":{"type":"string"},"category":{"type":"array","items":{"type":"string"}},"withMetadata":{"type":"boolean"},"excludeZeroValue":{"type":"boolean"}}}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/sonic/rpc":{"post":{"operationId":"sonic_rpc","summary":"JSON-RPC proxy to Sonic via Alchemy","tags":["Sonic"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"method":{"type":"string"},"params":{"type":"array","items":{}}},"required":["method"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/sonic/gas/estimate":{"post":{"operationId":"sonic_gas_estimate","summary":"Estimate gas for a transaction on Sonic","tags":["Sonic"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"from":{"type":"string"},"to":{"type":"string"},"value":{"type":"string"},"data":{"type":"string"}},"required":["to"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/sonic/block/latest":{"post":{"operationId":"sonic_block_latest","summary":"Get latest block from Sonic","tags":["Sonic"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{}}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/sonic/nft/by-owner":{"post":{"operationId":"sonic_nft_by-owner","summary":"Get NFTs owned by an address on Sonic","tags":["Sonic"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"owner":{"type":"string"},"limit":{"type":"number"},"pageKey":{"type":"string"}},"required":["owner"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/sonic/nft/metadata":{"post":{"operationId":"sonic_nft_metadata","summary":"Get NFT metadata on Sonic","tags":["Sonic"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"contractAddress":{"type":"string"},"tokenId":{"type":"string"}},"required":["contractAddress","tokenId"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/sonic/nft/floor-price":{"post":{"operationId":"sonic_nft_floor-price","summary":"Get NFT floor price on Sonic","tags":["Sonic"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"contractAddress":{"type":"string"}},"required":["contractAddress"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/sonic/nft/sales":{"post":{"operationId":"sonic_nft_sales","summary":"Get NFT sales data on Sonic","tags":["Sonic"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"contractAddress":{"type":"string"},"fromBlock":{"type":"number"},"toBlock":{"type":"number"},"order":{"type":"string","enum":["asc","desc"]},"limit":{"type":"number"}},"required":["contractAddress"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/sonic/token/balances":{"post":{"operationId":"sonic_token_balances","summary":"Get ERC-20 token balances on Sonic","tags":["Sonic"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"owner":{"type":"string"},"contractAddresses":{"type":"array","items":{"type":"string"}}},"required":["owner"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/sonic/token/metadata":{"post":{"operationId":"sonic_token_metadata","summary":"Get ERC-20 token metadata on Sonic","tags":["Sonic"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"contractAddress":{"type":"string"}},"required":["contractAddress"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/sonic/token/transfers":{"post":{"operationId":"sonic_token_transfers","summary":"Get token transfer history on Sonic","tags":["Sonic"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"owner":{"type":"string"},"contractAddresses":{"type":"array","items":{"type":"string"}},"fromBlock":{"type":"string"},"toBlock":{"type":"string"},"order":{"type":"string","enum":["asc","desc"]},"maxCount":{"type":"number"},"pageKey":{"type":"string"}},"required":["owner"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/sonic/tx/history":{"post":{"operationId":"sonic_tx_history","summary":"Get transaction history on Sonic","tags":["Sonic"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"fromAddress":{"type":"string"},"toAddress":{"type":"string"},"fromBlock":{"type":"string"},"toBlock":{"type":"string"},"order":{"type":"string","enum":["asc","desc"]},"maxCount":{"type":"number"},"pageKey":{"type":"string"},"category":{"type":"array","items":{"type":"string"}},"withMetadata":{"type":"boolean"},"excludeZeroValue":{"type":"boolean"}}}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/celo/rpc":{"post":{"operationId":"celo_rpc","summary":"JSON-RPC proxy to Celo via Alchemy","tags":["Celo"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"method":{"type":"string"},"params":{"type":"array","items":{}}},"required":["method"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/celo/gas/estimate":{"post":{"operationId":"celo_gas_estimate","summary":"Estimate gas for a transaction on Celo","tags":["Celo"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"from":{"type":"string"},"to":{"type":"string"},"value":{"type":"string"},"data":{"type":"string"}},"required":["to"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/celo/block/latest":{"post":{"operationId":"celo_block_latest","summary":"Get latest block from Celo","tags":["Celo"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{}}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/celo/nft/by-owner":{"post":{"operationId":"celo_nft_by-owner","summary":"Get NFTs owned by an address on Celo","tags":["Celo"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"owner":{"type":"string"},"limit":{"type":"number"},"pageKey":{"type":"string"}},"required":["owner"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/celo/nft/metadata":{"post":{"operationId":"celo_nft_metadata","summary":"Get NFT metadata on Celo","tags":["Celo"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"contractAddress":{"type":"string"},"tokenId":{"type":"string"}},"required":["contractAddress","tokenId"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/celo/nft/floor-price":{"post":{"operationId":"celo_nft_floor-price","summary":"Get NFT floor price on Celo","tags":["Celo"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"contractAddress":{"type":"string"}},"required":["contractAddress"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/celo/nft/sales":{"post":{"operationId":"celo_nft_sales","summary":"Get NFT sales data on Celo","tags":["Celo"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"contractAddress":{"type":"string"},"fromBlock":{"type":"number"},"toBlock":{"type":"number"},"order":{"type":"string","enum":["asc","desc"]},"limit":{"type":"number"}},"required":["contractAddress"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/celo/token/balances":{"post":{"operationId":"celo_token_balances","summary":"Get ERC-20 token balances on Celo","tags":["Celo"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"owner":{"type":"string"},"contractAddresses":{"type":"array","items":{"type":"string"}}},"required":["owner"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/celo/token/metadata":{"post":{"operationId":"celo_token_metadata","summary":"Get ERC-20 token metadata on Celo","tags":["Celo"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"contractAddress":{"type":"string"}},"required":["contractAddress"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/celo/token/transfers":{"post":{"operationId":"celo_token_transfers","summary":"Get token transfer history on Celo","tags":["Celo"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"owner":{"type":"string"},"contractAddresses":{"type":"array","items":{"type":"string"}},"fromBlock":{"type":"string"},"toBlock":{"type":"string"},"order":{"type":"string","enum":["asc","desc"]},"maxCount":{"type":"number"},"pageKey":{"type":"string"}},"required":["owner"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/celo/tx/history":{"post":{"operationId":"celo_tx_history","summary":"Get transaction history on Celo","tags":["Celo"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"fromAddress":{"type":"string"},"toAddress":{"type":"string"},"fromBlock":{"type":"string"},"toBlock":{"type":"string"},"order":{"type":"string","enum":["asc","desc"]},"maxCount":{"type":"number"},"pageKey":{"type":"string"},"category":{"type":"array","items":{"type":"string"}},"withMetadata":{"type":"boolean"},"excludeZeroValue":{"type":"boolean"}}}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/base/rpc":{"post":{"operationId":"base_rpc","summary":"JSON-RPC proxy to Base via Alchemy","tags":["Base"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"method":{"type":"string"},"params":{"type":"array","items":{}}},"required":["method"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/base/gas/estimate":{"post":{"operationId":"base_gas_estimate","summary":"Estimate gas for a transaction on Base","tags":["Base"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"from":{"type":"string"},"to":{"type":"string"},"value":{"type":"string"},"data":{"type":"string"}},"required":["to"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/base/block/latest":{"post":{"operationId":"base_block_latest","summary":"Get latest block from Base","tags":["Base"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{}}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/base/nft/by-owner":{"post":{"operationId":"base_nft_by-owner","summary":"Get NFTs owned by an address on Base","tags":["Base"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"owner":{"type":"string"},"limit":{"type":"number"},"pageKey":{"type":"string"}},"required":["owner"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/base/nft/metadata":{"post":{"operationId":"base_nft_metadata","summary":"Get NFT metadata on Base","tags":["Base"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"contractAddress":{"type":"string"},"tokenId":{"type":"string"}},"required":["contractAddress","tokenId"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/base/nft/floor-price":{"post":{"operationId":"base_nft_floor-price","summary":"Get NFT floor price on Base","tags":["Base"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"contractAddress":{"type":"string"}},"required":["contractAddress"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/base/nft/sales":{"post":{"operationId":"base_nft_sales","summary":"Get NFT sales data on Base","tags":["Base"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"contractAddress":{"type":"string"},"fromBlock":{"type":"number"},"toBlock":{"type":"number"},"order":{"type":"string","enum":["asc","desc"]},"limit":{"type":"number"}},"required":["contractAddress"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/base/token/balances":{"post":{"operationId":"base_token_balances","summary":"Get ERC-20 token balances on Base","tags":["Base"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"owner":{"type":"string"},"contractAddresses":{"type":"array","items":{"type":"string"}}},"required":["owner"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/base/token/metadata":{"post":{"operationId":"base_token_metadata","summary":"Get ERC-20 token metadata on Base","tags":["Base"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"contractAddress":{"type":"string"}},"required":["contractAddress"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/base/token/transfers":{"post":{"operationId":"base_token_transfers","summary":"Get token transfer history on Base","tags":["Base"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"owner":{"type":"string"},"contractAddresses":{"type":"array","items":{"type":"string"}},"fromBlock":{"type":"string"},"toBlock":{"type":"string"},"order":{"type":"string","enum":["asc","desc"]},"maxCount":{"type":"number"},"pageKey":{"type":"string"}},"required":["owner"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/base/tx/history":{"post":{"operationId":"base_tx_history","summary":"Get transaction history on Base","tags":["Base"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"fromAddress":{"type":"string"},"toAddress":{"type":"string"},"fromBlock":{"type":"string"},"toBlock":{"type":"string"},"order":{"type":"string","enum":["asc","desc"]},"maxCount":{"type":"number"},"pageKey":{"type":"string"},"category":{"type":"array","items":{"type":"string"}},"withMetadata":{"type":"boolean"},"excludeZeroValue":{"type":"boolean"}}}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/arbitrum/rpc":{"post":{"operationId":"arbitrum_rpc","summary":"JSON-RPC proxy to Arbitrum One via Alchemy","tags":["Arbitrum"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"method":{"type":"string"},"params":{"type":"array","items":{}}},"required":["method"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/arbitrum/gas/estimate":{"post":{"operationId":"arbitrum_gas_estimate","summary":"Estimate gas for a transaction on Arbitrum One","tags":["Arbitrum"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"from":{"type":"string"},"to":{"type":"string"},"value":{"type":"string"},"data":{"type":"string"}},"required":["to"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/arbitrum/block/latest":{"post":{"operationId":"arbitrum_block_latest","summary":"Get latest block from Arbitrum One","tags":["Arbitrum"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{}}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/arbitrum/nft/by-owner":{"post":{"operationId":"arbitrum_nft_by-owner","summary":"Get NFTs owned by an address on Arbitrum One","tags":["Arbitrum"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"owner":{"type":"string"},"limit":{"type":"number"},"pageKey":{"type":"string"}},"required":["owner"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/arbitrum/nft/metadata":{"post":{"operationId":"arbitrum_nft_metadata","summary":"Get NFT metadata on Arbitrum One","tags":["Arbitrum"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"contractAddress":{"type":"string"},"tokenId":{"type":"string"}},"required":["contractAddress","tokenId"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/arbitrum/nft/floor-price":{"post":{"operationId":"arbitrum_nft_floor-price","summary":"Get NFT floor price on Arbitrum One","tags":["Arbitrum"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"contractAddress":{"type":"string"}},"required":["contractAddress"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/arbitrum/nft/sales":{"post":{"operationId":"arbitrum_nft_sales","summary":"Get NFT sales data on Arbitrum One","tags":["Arbitrum"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"contractAddress":{"type":"string"},"fromBlock":{"type":"number"},"toBlock":{"type":"number"},"order":{"type":"string","enum":["asc","desc"]},"limit":{"type":"number"}},"required":["contractAddress"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/arbitrum/token/balances":{"post":{"operationId":"arbitrum_token_balances","summary":"Get ERC-20 token balances on Arbitrum One","tags":["Arbitrum"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"owner":{"type":"string"},"contractAddresses":{"type":"array","items":{"type":"string"}}},"required":["owner"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/arbitrum/token/metadata":{"post":{"operationId":"arbitrum_token_metadata","summary":"Get ERC-20 token metadata on Arbitrum One","tags":["Arbitrum"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"contractAddress":{"type":"string"}},"required":["contractAddress"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/arbitrum/token/transfers":{"post":{"operationId":"arbitrum_token_transfers","summary":"Get token transfer history on Arbitrum One","tags":["Arbitrum"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"owner":{"type":"string"},"contractAddresses":{"type":"array","items":{"type":"string"}},"fromBlock":{"type":"string"},"toBlock":{"type":"string"},"order":{"type":"string","enum":["asc","desc"]},"maxCount":{"type":"number"},"pageKey":{"type":"string"}},"required":["owner"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/arbitrum/tx/history":{"post":{"operationId":"arbitrum_tx_history","summary":"Get transaction history on Arbitrum One","tags":["Arbitrum"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"fromAddress":{"type":"string"},"toAddress":{"type":"string"},"fromBlock":{"type":"string"},"toBlock":{"type":"string"},"order":{"type":"string","enum":["asc","desc"]},"maxCount":{"type":"number"},"pageKey":{"type":"string"},"category":{"type":"array","items":{"type":"string"}},"withMetadata":{"type":"boolean"},"excludeZeroValue":{"type":"boolean"}}}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/optimism/rpc":{"post":{"operationId":"optimism_rpc","summary":"JSON-RPC proxy to OP Mainnet via Alchemy","tags":["Optimism"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"method":{"type":"string"},"params":{"type":"array","items":{}}},"required":["method"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/optimism/gas/estimate":{"post":{"operationId":"optimism_gas_estimate","summary":"Estimate gas for a transaction on OP Mainnet","tags":["Optimism"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"from":{"type":"string"},"to":{"type":"string"},"value":{"type":"string"},"data":{"type":"string"}},"required":["to"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/optimism/block/latest":{"post":{"operationId":"optimism_block_latest","summary":"Get latest block from OP Mainnet","tags":["Optimism"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{}}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/optimism/nft/by-owner":{"post":{"operationId":"optimism_nft_by-owner","summary":"Get NFTs owned by an address on OP Mainnet","tags":["Optimism"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"owner":{"type":"string"},"limit":{"type":"number"},"pageKey":{"type":"string"}},"required":["owner"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/optimism/nft/metadata":{"post":{"operationId":"optimism_nft_metadata","summary":"Get NFT metadata on OP Mainnet","tags":["Optimism"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"contractAddress":{"type":"string"},"tokenId":{"type":"string"}},"required":["contractAddress","tokenId"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/optimism/nft/floor-price":{"post":{"operationId":"optimism_nft_floor-price","summary":"Get NFT floor price on OP Mainnet","tags":["Optimism"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"contractAddress":{"type":"string"}},"required":["contractAddress"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/optimism/nft/sales":{"post":{"operationId":"optimism_nft_sales","summary":"Get NFT sales data on OP Mainnet","tags":["Optimism"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"contractAddress":{"type":"string"},"fromBlock":{"type":"number"},"toBlock":{"type":"number"},"order":{"type":"string","enum":["asc","desc"]},"limit":{"type":"number"}},"required":["contractAddress"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/optimism/token/balances":{"post":{"operationId":"optimism_token_balances","summary":"Get ERC-20 token balances on OP Mainnet","tags":["Optimism"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"owner":{"type":"string"},"contractAddresses":{"type":"array","items":{"type":"string"}}},"required":["owner"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/optimism/token/metadata":{"post":{"operationId":"optimism_token_metadata","summary":"Get ERC-20 token metadata on OP Mainnet","tags":["Optimism"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"contractAddress":{"type":"string"}},"required":["contractAddress"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/optimism/token/transfers":{"post":{"operationId":"optimism_token_transfers","summary":"Get token transfer history on OP Mainnet","tags":["Optimism"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"owner":{"type":"string"},"contractAddresses":{"type":"array","items":{"type":"string"}},"fromBlock":{"type":"string"},"toBlock":{"type":"string"},"order":{"type":"string","enum":["asc","desc"]},"maxCount":{"type":"number"},"pageKey":{"type":"string"}},"required":["owner"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/optimism/tx/history":{"post":{"operationId":"optimism_tx_history","summary":"Get transaction history on OP Mainnet","tags":["Optimism"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"fromAddress":{"type":"string"},"toAddress":{"type":"string"},"fromBlock":{"type":"string"},"toBlock":{"type":"string"},"order":{"type":"string","enum":["asc","desc"]},"maxCount":{"type":"number"},"pageKey":{"type":"string"},"category":{"type":"array","items":{"type":"string"}},"withMetadata":{"type":"boolean"},"excludeZeroValue":{"type":"boolean"}}}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/zora/rpc":{"post":{"operationId":"zora_rpc","summary":"JSON-RPC proxy to Zora via Alchemy","tags":["Zora"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"method":{"type":"string"},"params":{"type":"array","items":{}}},"required":["method"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/zora/gas/estimate":{"post":{"operationId":"zora_gas_estimate","summary":"Estimate gas for a transaction on Zora","tags":["Zora"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"from":{"type":"string"},"to":{"type":"string"},"value":{"type":"string"},"data":{"type":"string"}},"required":["to"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/zora/block/latest":{"post":{"operationId":"zora_block_latest","summary":"Get latest block from Zora","tags":["Zora"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{}}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/zora/nft/by-owner":{"post":{"operationId":"zora_nft_by-owner","summary":"Get NFTs owned by an address on Zora","tags":["Zora"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"owner":{"type":"string"},"limit":{"type":"number"},"pageKey":{"type":"string"}},"required":["owner"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/zora/nft/metadata":{"post":{"operationId":"zora_nft_metadata","summary":"Get NFT metadata on Zora","tags":["Zora"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"contractAddress":{"type":"string"},"tokenId":{"type":"string"}},"required":["contractAddress","tokenId"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/zora/nft/floor-price":{"post":{"operationId":"zora_nft_floor-price","summary":"Get NFT floor price on Zora","tags":["Zora"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"contractAddress":{"type":"string"}},"required":["contractAddress"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/zora/nft/sales":{"post":{"operationId":"zora_nft_sales","summary":"Get NFT sales data on Zora","tags":["Zora"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"contractAddress":{"type":"string"},"fromBlock":{"type":"number"},"toBlock":{"type":"number"},"order":{"type":"string","enum":["asc","desc"]},"limit":{"type":"number"}},"required":["contractAddress"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/zora/token/balances":{"post":{"operationId":"zora_token_balances","summary":"Get ERC-20 token balances on Zora","tags":["Zora"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"owner":{"type":"string"},"contractAddresses":{"type":"array","items":{"type":"string"}}},"required":["owner"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/zora/token/metadata":{"post":{"operationId":"zora_token_metadata","summary":"Get ERC-20 token metadata on Zora","tags":["Zora"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"contractAddress":{"type":"string"}},"required":["contractAddress"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/zora/token/transfers":{"post":{"operationId":"zora_token_transfers","summary":"Get token transfer history on Zora","tags":["Zora"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"owner":{"type":"string"},"contractAddresses":{"type":"array","items":{"type":"string"}},"fromBlock":{"type":"string"},"toBlock":{"type":"string"},"order":{"type":"string","enum":["asc","desc"]},"maxCount":{"type":"number"},"pageKey":{"type":"string"}},"required":["owner"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/zora/tx/history":{"post":{"operationId":"zora_tx_history","summary":"Get transaction history on Zora","tags":["Zora"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"fromAddress":{"type":"string"},"toAddress":{"type":"string"},"fromBlock":{"type":"string"},"toBlock":{"type":"string"},"order":{"type":"string","enum":["asc","desc"]},"maxCount":{"type":"number"},"pageKey":{"type":"string"},"category":{"type":"array","items":{"type":"string"}},"withMetadata":{"type":"boolean"},"excludeZeroValue":{"type":"boolean"}}}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/mantle/rpc":{"post":{"operationId":"mantle_rpc","summary":"JSON-RPC proxy to Mantle via Alchemy","tags":["Mantle"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"method":{"type":"string"},"params":{"type":"array","items":{}}},"required":["method"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/mantle/gas/estimate":{"post":{"operationId":"mantle_gas_estimate","summary":"Estimate gas for a transaction on Mantle","tags":["Mantle"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"from":{"type":"string"},"to":{"type":"string"},"value":{"type":"string"},"data":{"type":"string"}},"required":["to"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/mantle/block/latest":{"post":{"operationId":"mantle_block_latest","summary":"Get latest block from Mantle","tags":["Mantle"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{}}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/mantle/nft/by-owner":{"post":{"operationId":"mantle_nft_by-owner","summary":"Get NFTs owned by an address on Mantle","tags":["Mantle"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"owner":{"type":"string"},"limit":{"type":"number"},"pageKey":{"type":"string"}},"required":["owner"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/mantle/nft/metadata":{"post":{"operationId":"mantle_nft_metadata","summary":"Get NFT metadata on Mantle","tags":["Mantle"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"contractAddress":{"type":"string"},"tokenId":{"type":"string"}},"required":["contractAddress","tokenId"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/mantle/nft/floor-price":{"post":{"operationId":"mantle_nft_floor-price","summary":"Get NFT floor price on Mantle","tags":["Mantle"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"contractAddress":{"type":"string"}},"required":["contractAddress"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/mantle/nft/sales":{"post":{"operationId":"mantle_nft_sales","summary":"Get NFT sales data on Mantle","tags":["Mantle"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"contractAddress":{"type":"string"},"fromBlock":{"type":"number"},"toBlock":{"type":"number"},"order":{"type":"string","enum":["asc","desc"]},"limit":{"type":"number"}},"required":["contractAddress"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/mantle/token/balances":{"post":{"operationId":"mantle_token_balances","summary":"Get ERC-20 token balances on Mantle","tags":["Mantle"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"owner":{"type":"string"},"contractAddresses":{"type":"array","items":{"type":"string"}}},"required":["owner"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/mantle/token/metadata":{"post":{"operationId":"mantle_token_metadata","summary":"Get ERC-20 token metadata on Mantle","tags":["Mantle"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"contractAddress":{"type":"string"}},"required":["contractAddress"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/mantle/token/transfers":{"post":{"operationId":"mantle_token_transfers","summary":"Get token transfer history on Mantle","tags":["Mantle"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"owner":{"type":"string"},"contractAddresses":{"type":"array","items":{"type":"string"}},"fromBlock":{"type":"string"},"toBlock":{"type":"string"},"order":{"type":"string","enum":["asc","desc"]},"maxCount":{"type":"number"},"pageKey":{"type":"string"}},"required":["owner"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/mantle/tx/history":{"post":{"operationId":"mantle_tx_history","summary":"Get transaction history on Mantle","tags":["Mantle"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"fromAddress":{"type":"string"},"toAddress":{"type":"string"},"fromBlock":{"type":"string"},"toBlock":{"type":"string"},"order":{"type":"string","enum":["asc","desc"]},"maxCount":{"type":"number"},"pageKey":{"type":"string"},"category":{"type":"array","items":{"type":"string"}},"withMetadata":{"type":"boolean"},"excludeZeroValue":{"type":"boolean"}}}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/metis/rpc":{"post":{"operationId":"metis_rpc","summary":"JSON-RPC proxy to Metis via Alchemy","tags":["Metis"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"method":{"type":"string"},"params":{"type":"array","items":{}}},"required":["method"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/metis/gas/estimate":{"post":{"operationId":"metis_gas_estimate","summary":"Estimate gas for a transaction on Metis","tags":["Metis"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"from":{"type":"string"},"to":{"type":"string"},"value":{"type":"string"},"data":{"type":"string"}},"required":["to"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/metis/block/latest":{"post":{"operationId":"metis_block_latest","summary":"Get latest block from Metis","tags":["Metis"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{}}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/metis/token/balances":{"post":{"operationId":"metis_token_balances","summary":"Get ERC-20 token balances on Metis","tags":["Metis"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"owner":{"type":"string"},"contractAddresses":{"type":"array","items":{"type":"string"}}},"required":["owner"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/metis/token/metadata":{"post":{"operationId":"metis_token_metadata","summary":"Get ERC-20 token metadata on Metis","tags":["Metis"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"contractAddress":{"type":"string"}},"required":["contractAddress"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/metis/token/transfers":{"post":{"operationId":"metis_token_transfers","summary":"Get token transfer history on Metis","tags":["Metis"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"owner":{"type":"string"},"contractAddresses":{"type":"array","items":{"type":"string"}},"fromBlock":{"type":"string"},"toBlock":{"type":"string"},"order":{"type":"string","enum":["asc","desc"]},"maxCount":{"type":"number"},"pageKey":{"type":"string"}},"required":["owner"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/metis/tx/history":{"post":{"operationId":"metis_tx_history","summary":"Get transaction history on Metis","tags":["Metis"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"fromAddress":{"type":"string"},"toAddress":{"type":"string"},"fromBlock":{"type":"string"},"toBlock":{"type":"string"},"order":{"type":"string","enum":["asc","desc"]},"maxCount":{"type":"number"},"pageKey":{"type":"string"},"category":{"type":"array","items":{"type":"string"}},"withMetadata":{"type":"boolean"},"excludeZeroValue":{"type":"boolean"}}}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/ink/rpc":{"post":{"operationId":"ink_rpc","summary":"JSON-RPC proxy to Ink via Alchemy","tags":["Ink"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"method":{"type":"string"},"params":{"type":"array","items":{}}},"required":["method"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/ink/gas/estimate":{"post":{"operationId":"ink_gas_estimate","summary":"Estimate gas for a transaction on Ink","tags":["Ink"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"from":{"type":"string"},"to":{"type":"string"},"value":{"type":"string"},"data":{"type":"string"}},"required":["to"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/ink/block/latest":{"post":{"operationId":"ink_block_latest","summary":"Get latest block from Ink","tags":["Ink"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{}}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/ink/nft/by-owner":{"post":{"operationId":"ink_nft_by-owner","summary":"Get NFTs owned by an address on Ink","tags":["Ink"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"owner":{"type":"string"},"limit":{"type":"number"},"pageKey":{"type":"string"}},"required":["owner"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/ink/nft/metadata":{"post":{"operationId":"ink_nft_metadata","summary":"Get NFT metadata on Ink","tags":["Ink"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"contractAddress":{"type":"string"},"tokenId":{"type":"string"}},"required":["contractAddress","tokenId"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/ink/nft/floor-price":{"post":{"operationId":"ink_nft_floor-price","summary":"Get NFT floor price on Ink","tags":["Ink"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"contractAddress":{"type":"string"}},"required":["contractAddress"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/ink/nft/sales":{"post":{"operationId":"ink_nft_sales","summary":"Get NFT sales data on Ink","tags":["Ink"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"contractAddress":{"type":"string"},"fromBlock":{"type":"number"},"toBlock":{"type":"number"},"order":{"type":"string","enum":["asc","desc"]},"limit":{"type":"number"}},"required":["contractAddress"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/ink/token/balances":{"post":{"operationId":"ink_token_balances","summary":"Get ERC-20 token balances on Ink","tags":["Ink"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"owner":{"type":"string"},"contractAddresses":{"type":"array","items":{"type":"string"}}},"required":["owner"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/ink/token/metadata":{"post":{"operationId":"ink_token_metadata","summary":"Get ERC-20 token metadata on Ink","tags":["Ink"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"contractAddress":{"type":"string"}},"required":["contractAddress"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/ink/token/transfers":{"post":{"operationId":"ink_token_transfers","summary":"Get token transfer history on Ink","tags":["Ink"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"owner":{"type":"string"},"contractAddresses":{"type":"array","items":{"type":"string"}},"fromBlock":{"type":"string"},"toBlock":{"type":"string"},"order":{"type":"string","enum":["asc","desc"]},"maxCount":{"type":"number"},"pageKey":{"type":"string"}},"required":["owner"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/ink/tx/history":{"post":{"operationId":"ink_tx_history","summary":"Get transaction history on Ink","tags":["Ink"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"fromAddress":{"type":"string"},"toAddress":{"type":"string"},"fromBlock":{"type":"string"},"toBlock":{"type":"string"},"order":{"type":"string","enum":["asc","desc"]},"maxCount":{"type":"number"},"pageKey":{"type":"string"},"category":{"type":"array","items":{"type":"string"}},"withMetadata":{"type":"boolean"},"excludeZeroValue":{"type":"boolean"}}}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/unichain/rpc":{"post":{"operationId":"unichain_rpc","summary":"JSON-RPC proxy to Unichain via Alchemy","tags":["Unichain"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"method":{"type":"string"},"params":{"type":"array","items":{}}},"required":["method"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/unichain/gas/estimate":{"post":{"operationId":"unichain_gas_estimate","summary":"Estimate gas for a transaction on Unichain","tags":["Unichain"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"from":{"type":"string"},"to":{"type":"string"},"value":{"type":"string"},"data":{"type":"string"}},"required":["to"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/unichain/block/latest":{"post":{"operationId":"unichain_block_latest","summary":"Get latest block from Unichain","tags":["Unichain"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{}}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/unichain/nft/by-owner":{"post":{"operationId":"unichain_nft_by-owner","summary":"Get NFTs owned by an address on Unichain","tags":["Unichain"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"owner":{"type":"string"},"limit":{"type":"number"},"pageKey":{"type":"string"}},"required":["owner"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/unichain/nft/metadata":{"post":{"operationId":"unichain_nft_metadata","summary":"Get NFT metadata on Unichain","tags":["Unichain"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"contractAddress":{"type":"string"},"tokenId":{"type":"string"}},"required":["contractAddress","tokenId"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/unichain/nft/floor-price":{"post":{"operationId":"unichain_nft_floor-price","summary":"Get NFT floor price on Unichain","tags":["Unichain"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"contractAddress":{"type":"string"}},"required":["contractAddress"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/unichain/nft/sales":{"post":{"operationId":"unichain_nft_sales","summary":"Get NFT sales data on Unichain","tags":["Unichain"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"contractAddress":{"type":"string"},"fromBlock":{"type":"number"},"toBlock":{"type":"number"},"order":{"type":"string","enum":["asc","desc"]},"limit":{"type":"number"}},"required":["contractAddress"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/unichain/token/balances":{"post":{"operationId":"unichain_token_balances","summary":"Get ERC-20 token balances on Unichain","tags":["Unichain"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"owner":{"type":"string"},"contractAddresses":{"type":"array","items":{"type":"string"}}},"required":["owner"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/unichain/token/metadata":{"post":{"operationId":"unichain_token_metadata","summary":"Get ERC-20 token metadata on Unichain","tags":["Unichain"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"contractAddress":{"type":"string"}},"required":["contractAddress"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/unichain/token/transfers":{"post":{"operationId":"unichain_token_transfers","summary":"Get token transfer history on Unichain","tags":["Unichain"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"owner":{"type":"string"},"contractAddresses":{"type":"array","items":{"type":"string"}},"fromBlock":{"type":"string"},"toBlock":{"type":"string"},"order":{"type":"string","enum":["asc","desc"]},"maxCount":{"type":"number"},"pageKey":{"type":"string"}},"required":["owner"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/unichain/tx/history":{"post":{"operationId":"unichain_tx_history","summary":"Get transaction history on Unichain","tags":["Unichain"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"fromAddress":{"type":"string"},"toAddress":{"type":"string"},"fromBlock":{"type":"string"},"toBlock":{"type":"string"},"order":{"type":"string","enum":["asc","desc"]},"maxCount":{"type":"number"},"pageKey":{"type":"string"},"category":{"type":"array","items":{"type":"string"}},"withMetadata":{"type":"boolean"},"excludeZeroValue":{"type":"boolean"}}}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/worldchain/rpc":{"post":{"operationId":"worldchain_rpc","summary":"JSON-RPC proxy to World Chain via Alchemy","tags":["Worldchain"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"method":{"type":"string"},"params":{"type":"array","items":{}}},"required":["method"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/worldchain/gas/estimate":{"post":{"operationId":"worldchain_gas_estimate","summary":"Estimate gas for a transaction on World Chain","tags":["Worldchain"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"from":{"type":"string"},"to":{"type":"string"},"value":{"type":"string"},"data":{"type":"string"}},"required":["to"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/worldchain/block/latest":{"post":{"operationId":"worldchain_block_latest","summary":"Get latest block from World Chain","tags":["Worldchain"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{}}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/worldchain/nft/by-owner":{"post":{"operationId":"worldchain_nft_by-owner","summary":"Get NFTs owned by an address on World Chain","tags":["Worldchain"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"owner":{"type":"string"},"limit":{"type":"number"},"pageKey":{"type":"string"}},"required":["owner"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/worldchain/nft/metadata":{"post":{"operationId":"worldchain_nft_metadata","summary":"Get NFT metadata on World Chain","tags":["Worldchain"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"contractAddress":{"type":"string"},"tokenId":{"type":"string"}},"required":["contractAddress","tokenId"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/worldchain/nft/floor-price":{"post":{"operationId":"worldchain_nft_floor-price","summary":"Get NFT floor price on World Chain","tags":["Worldchain"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"contractAddress":{"type":"string"}},"required":["contractAddress"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/worldchain/nft/sales":{"post":{"operationId":"worldchain_nft_sales","summary":"Get NFT sales data on World Chain","tags":["Worldchain"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"contractAddress":{"type":"string"},"fromBlock":{"type":"number"},"toBlock":{"type":"number"},"order":{"type":"string","enum":["asc","desc"]},"limit":{"type":"number"}},"required":["contractAddress"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/worldchain/token/balances":{"post":{"operationId":"worldchain_token_balances","summary":"Get ERC-20 token balances on World Chain","tags":["Worldchain"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"owner":{"type":"string"},"contractAddresses":{"type":"array","items":{"type":"string"}}},"required":["owner"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/worldchain/token/metadata":{"post":{"operationId":"worldchain_token_metadata","summary":"Get ERC-20 token metadata on World Chain","tags":["Worldchain"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"contractAddress":{"type":"string"}},"required":["contractAddress"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/worldchain/token/transfers":{"post":{"operationId":"worldchain_token_transfers","summary":"Get token transfer history on World Chain","tags":["Worldchain"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"owner":{"type":"string"},"contractAddresses":{"type":"array","items":{"type":"string"}},"fromBlock":{"type":"string"},"toBlock":{"type":"string"},"order":{"type":"string","enum":["asc","desc"]},"maxCount":{"type":"number"},"pageKey":{"type":"string"}},"required":["owner"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/worldchain/tx/history":{"post":{"operationId":"worldchain_tx_history","summary":"Get transaction history on World Chain","tags":["Worldchain"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"fromAddress":{"type":"string"},"toAddress":{"type":"string"},"fromBlock":{"type":"string"},"toBlock":{"type":"string"},"order":{"type":"string","enum":["asc","desc"]},"maxCount":{"type":"number"},"pageKey":{"type":"string"},"category":{"type":"array","items":{"type":"string"}},"withMetadata":{"type":"boolean"},"excludeZeroValue":{"type":"boolean"}}}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/abstract/rpc":{"post":{"operationId":"abstract_rpc","summary":"JSON-RPC proxy to Abstract via Alchemy","tags":["Abstract"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"method":{"type":"string"},"params":{"type":"array","items":{}}},"required":["method"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/abstract/gas/estimate":{"post":{"operationId":"abstract_gas_estimate","summary":"Estimate gas for a transaction on Abstract","tags":["Abstract"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"from":{"type":"string"},"to":{"type":"string"},"value":{"type":"string"},"data":{"type":"string"}},"required":["to"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/abstract/block/latest":{"post":{"operationId":"abstract_block_latest","summary":"Get latest block from Abstract","tags":["Abstract"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{}}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/abstract/nft/by-owner":{"post":{"operationId":"abstract_nft_by-owner","summary":"Get NFTs owned by an address on Abstract","tags":["Abstract"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"owner":{"type":"string"},"limit":{"type":"number"},"pageKey":{"type":"string"}},"required":["owner"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/abstract/nft/metadata":{"post":{"operationId":"abstract_nft_metadata","summary":"Get NFT metadata on Abstract","tags":["Abstract"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"contractAddress":{"type":"string"},"tokenId":{"type":"string"}},"required":["contractAddress","tokenId"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/abstract/nft/floor-price":{"post":{"operationId":"abstract_nft_floor-price","summary":"Get NFT floor price on Abstract","tags":["Abstract"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"contractAddress":{"type":"string"}},"required":["contractAddress"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/abstract/nft/sales":{"post":{"operationId":"abstract_nft_sales","summary":"Get NFT sales data on Abstract","tags":["Abstract"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"contractAddress":{"type":"string"},"fromBlock":{"type":"number"},"toBlock":{"type":"number"},"order":{"type":"string","enum":["asc","desc"]},"limit":{"type":"number"}},"required":["contractAddress"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/abstract/token/balances":{"post":{"operationId":"abstract_token_balances","summary":"Get ERC-20 token balances on Abstract","tags":["Abstract"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"owner":{"type":"string"},"contractAddresses":{"type":"array","items":{"type":"string"}}},"required":["owner"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/abstract/token/metadata":{"post":{"operationId":"abstract_token_metadata","summary":"Get ERC-20 token metadata on Abstract","tags":["Abstract"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"contractAddress":{"type":"string"}},"required":["contractAddress"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/abstract/token/transfers":{"post":{"operationId":"abstract_token_transfers","summary":"Get token transfer history on Abstract","tags":["Abstract"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"owner":{"type":"string"},"contractAddresses":{"type":"array","items":{"type":"string"}},"fromBlock":{"type":"string"},"toBlock":{"type":"string"},"order":{"type":"string","enum":["asc","desc"]},"maxCount":{"type":"number"},"pageKey":{"type":"string"}},"required":["owner"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/abstract/tx/history":{"post":{"operationId":"abstract_tx_history","summary":"Get transaction history on Abstract","tags":["Abstract"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"fromAddress":{"type":"string"},"toAddress":{"type":"string"},"fromBlock":{"type":"string"},"toBlock":{"type":"string"},"order":{"type":"string","enum":["asc","desc"]},"maxCount":{"type":"number"},"pageKey":{"type":"string"},"category":{"type":"array","items":{"type":"string"}},"withMetadata":{"type":"boolean"},"excludeZeroValue":{"type":"boolean"}}}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/soneium/rpc":{"post":{"operationId":"soneium_rpc","summary":"JSON-RPC proxy to Soneium via Alchemy","tags":["Soneium"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"method":{"type":"string"},"params":{"type":"array","items":{}}},"required":["method"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/soneium/gas/estimate":{"post":{"operationId":"soneium_gas_estimate","summary":"Estimate gas for a transaction on Soneium","tags":["Soneium"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"from":{"type":"string"},"to":{"type":"string"},"value":{"type":"string"},"data":{"type":"string"}},"required":["to"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/soneium/block/latest":{"post":{"operationId":"soneium_block_latest","summary":"Get latest block from Soneium","tags":["Soneium"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{}}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/soneium/nft/by-owner":{"post":{"operationId":"soneium_nft_by-owner","summary":"Get NFTs owned by an address on Soneium","tags":["Soneium"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"owner":{"type":"string"},"limit":{"type":"number"},"pageKey":{"type":"string"}},"required":["owner"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/soneium/nft/metadata":{"post":{"operationId":"soneium_nft_metadata","summary":"Get NFT metadata on Soneium","tags":["Soneium"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"contractAddress":{"type":"string"},"tokenId":{"type":"string"}},"required":["contractAddress","tokenId"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/soneium/nft/floor-price":{"post":{"operationId":"soneium_nft_floor-price","summary":"Get NFT floor price on Soneium","tags":["Soneium"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"contractAddress":{"type":"string"}},"required":["contractAddress"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/soneium/nft/sales":{"post":{"operationId":"soneium_nft_sales","summary":"Get NFT sales data on Soneium","tags":["Soneium"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"contractAddress":{"type":"string"},"fromBlock":{"type":"number"},"toBlock":{"type":"number"},"order":{"type":"string","enum":["asc","desc"]},"limit":{"type":"number"}},"required":["contractAddress"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/soneium/token/balances":{"post":{"operationId":"soneium_token_balances","summary":"Get ERC-20 token balances on Soneium","tags":["Soneium"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"owner":{"type":"string"},"contractAddresses":{"type":"array","items":{"type":"string"}}},"required":["owner"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/soneium/token/metadata":{"post":{"operationId":"soneium_token_metadata","summary":"Get ERC-20 token metadata on Soneium","tags":["Soneium"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"contractAddress":{"type":"string"}},"required":["contractAddress"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/soneium/token/transfers":{"post":{"operationId":"soneium_token_transfers","summary":"Get token transfer history on Soneium","tags":["Soneium"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"owner":{"type":"string"},"contractAddresses":{"type":"array","items":{"type":"string"}},"fromBlock":{"type":"string"},"toBlock":{"type":"string"},"order":{"type":"string","enum":["asc","desc"]},"maxCount":{"type":"number"},"pageKey":{"type":"string"}},"required":["owner"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/soneium/tx/history":{"post":{"operationId":"soneium_tx_history","summary":"Get transaction history on Soneium","tags":["Soneium"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"fromAddress":{"type":"string"},"toAddress":{"type":"string"},"fromBlock":{"type":"string"},"toBlock":{"type":"string"},"order":{"type":"string","enum":["asc","desc"]},"maxCount":{"type":"number"},"pageKey":{"type":"string"},"category":{"type":"array","items":{"type":"string"}},"withMetadata":{"type":"boolean"},"excludeZeroValue":{"type":"boolean"}}}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/opbnb/rpc":{"post":{"operationId":"opbnb_rpc","summary":"JSON-RPC proxy to opBNB via Alchemy","tags":["Opbnb"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"method":{"type":"string"},"params":{"type":"array","items":{}}},"required":["method"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/opbnb/gas/estimate":{"post":{"operationId":"opbnb_gas_estimate","summary":"Estimate gas for a transaction on opBNB","tags":["Opbnb"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"from":{"type":"string"},"to":{"type":"string"},"value":{"type":"string"},"data":{"type":"string"}},"required":["to"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/opbnb/block/latest":{"post":{"operationId":"opbnb_block_latest","summary":"Get latest block from opBNB","tags":["Opbnb"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{}}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/opbnb/nft/by-owner":{"post":{"operationId":"opbnb_nft_by-owner","summary":"Get NFTs owned by an address on opBNB","tags":["Opbnb"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"owner":{"type":"string"},"limit":{"type":"number"},"pageKey":{"type":"string"}},"required":["owner"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/opbnb/nft/metadata":{"post":{"operationId":"opbnb_nft_metadata","summary":"Get NFT metadata on opBNB","tags":["Opbnb"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"contractAddress":{"type":"string"},"tokenId":{"type":"string"}},"required":["contractAddress","tokenId"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/opbnb/nft/floor-price":{"post":{"operationId":"opbnb_nft_floor-price","summary":"Get NFT floor price on opBNB","tags":["Opbnb"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"contractAddress":{"type":"string"}},"required":["contractAddress"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/opbnb/nft/sales":{"post":{"operationId":"opbnb_nft_sales","summary":"Get NFT sales data on opBNB","tags":["Opbnb"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"contractAddress":{"type":"string"},"fromBlock":{"type":"number"},"toBlock":{"type":"number"},"order":{"type":"string","enum":["asc","desc"]},"limit":{"type":"number"}},"required":["contractAddress"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/opbnb/token/balances":{"post":{"operationId":"opbnb_token_balances","summary":"Get ERC-20 token balances on opBNB","tags":["Opbnb"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"owner":{"type":"string"},"contractAddresses":{"type":"array","items":{"type":"string"}}},"required":["owner"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/opbnb/token/metadata":{"post":{"operationId":"opbnb_token_metadata","summary":"Get ERC-20 token metadata on opBNB","tags":["Opbnb"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"contractAddress":{"type":"string"}},"required":["contractAddress"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/opbnb/token/transfers":{"post":{"operationId":"opbnb_token_transfers","summary":"Get token transfer history on opBNB","tags":["Opbnb"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"owner":{"type":"string"},"contractAddresses":{"type":"array","items":{"type":"string"}},"fromBlock":{"type":"string"},"toBlock":{"type":"string"},"order":{"type":"string","enum":["asc","desc"]},"maxCount":{"type":"number"},"pageKey":{"type":"string"}},"required":["owner"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/opbnb/tx/history":{"post":{"operationId":"opbnb_tx_history","summary":"Get transaction history on opBNB","tags":["Opbnb"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"fromAddress":{"type":"string"},"toAddress":{"type":"string"},"fromBlock":{"type":"string"},"toBlock":{"type":"string"},"order":{"type":"string","enum":["asc","desc"]},"maxCount":{"type":"number"},"pageKey":{"type":"string"},"category":{"type":"array","items":{"type":"string"}},"withMetadata":{"type":"boolean"},"excludeZeroValue":{"type":"boolean"}}}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/zksync/rpc":{"post":{"operationId":"zksync_rpc","summary":"JSON-RPC proxy to zkSync Era via Alchemy","tags":["Zksync"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"method":{"type":"string"},"params":{"type":"array","items":{}}},"required":["method"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/zksync/gas/estimate":{"post":{"operationId":"zksync_gas_estimate","summary":"Estimate gas for a transaction on zkSync Era","tags":["Zksync"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"from":{"type":"string"},"to":{"type":"string"},"value":{"type":"string"},"data":{"type":"string"}},"required":["to"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/zksync/block/latest":{"post":{"operationId":"zksync_block_latest","summary":"Get latest block from zkSync Era","tags":["Zksync"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{}}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/zksync/nft/by-owner":{"post":{"operationId":"zksync_nft_by-owner","summary":"Get NFTs owned by an address on zkSync Era","tags":["Zksync"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"owner":{"type":"string"},"limit":{"type":"number"},"pageKey":{"type":"string"}},"required":["owner"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/zksync/nft/metadata":{"post":{"operationId":"zksync_nft_metadata","summary":"Get NFT metadata on zkSync Era","tags":["Zksync"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"contractAddress":{"type":"string"},"tokenId":{"type":"string"}},"required":["contractAddress","tokenId"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/zksync/nft/floor-price":{"post":{"operationId":"zksync_nft_floor-price","summary":"Get NFT floor price on zkSync Era","tags":["Zksync"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"contractAddress":{"type":"string"}},"required":["contractAddress"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/zksync/nft/sales":{"post":{"operationId":"zksync_nft_sales","summary":"Get NFT sales data on zkSync Era","tags":["Zksync"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"contractAddress":{"type":"string"},"fromBlock":{"type":"number"},"toBlock":{"type":"number"},"order":{"type":"string","enum":["asc","desc"]},"limit":{"type":"number"}},"required":["contractAddress"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/zksync/token/balances":{"post":{"operationId":"zksync_token_balances","summary":"Get ERC-20 token balances on zkSync Era","tags":["Zksync"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"owner":{"type":"string"},"contractAddresses":{"type":"array","items":{"type":"string"}}},"required":["owner"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/zksync/token/metadata":{"post":{"operationId":"zksync_token_metadata","summary":"Get ERC-20 token metadata on zkSync Era","tags":["Zksync"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"contractAddress":{"type":"string"}},"required":["contractAddress"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/zksync/token/transfers":{"post":{"operationId":"zksync_token_transfers","summary":"Get token transfer history on zkSync Era","tags":["Zksync"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"owner":{"type":"string"},"contractAddresses":{"type":"array","items":{"type":"string"}},"fromBlock":{"type":"string"},"toBlock":{"type":"string"},"order":{"type":"string","enum":["asc","desc"]},"maxCount":{"type":"number"},"pageKey":{"type":"string"}},"required":["owner"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/zksync/tx/history":{"post":{"operationId":"zksync_tx_history","summary":"Get transaction history on zkSync Era","tags":["Zksync"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"fromAddress":{"type":"string"},"toAddress":{"type":"string"},"fromBlock":{"type":"string"},"toBlock":{"type":"string"},"order":{"type":"string","enum":["asc","desc"]},"maxCount":{"type":"number"},"pageKey":{"type":"string"},"category":{"type":"array","items":{"type":"string"}},"withMetadata":{"type":"boolean"},"excludeZeroValue":{"type":"boolean"}}}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/linea/rpc":{"post":{"operationId":"linea_rpc","summary":"JSON-RPC proxy to Linea via Alchemy","tags":["Linea"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"method":{"type":"string"},"params":{"type":"array","items":{}}},"required":["method"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/linea/gas/estimate":{"post":{"operationId":"linea_gas_estimate","summary":"Estimate gas for a transaction on Linea","tags":["Linea"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"from":{"type":"string"},"to":{"type":"string"},"value":{"type":"string"},"data":{"type":"string"}},"required":["to"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/linea/block/latest":{"post":{"operationId":"linea_block_latest","summary":"Get latest block from Linea","tags":["Linea"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{}}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/linea/nft/by-owner":{"post":{"operationId":"linea_nft_by-owner","summary":"Get NFTs owned by an address on Linea","tags":["Linea"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"owner":{"type":"string"},"limit":{"type":"number"},"pageKey":{"type":"string"}},"required":["owner"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/linea/nft/metadata":{"post":{"operationId":"linea_nft_metadata","summary":"Get NFT metadata on Linea","tags":["Linea"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"contractAddress":{"type":"string"},"tokenId":{"type":"string"}},"required":["contractAddress","tokenId"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/linea/nft/floor-price":{"post":{"operationId":"linea_nft_floor-price","summary":"Get NFT floor price on Linea","tags":["Linea"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"contractAddress":{"type":"string"}},"required":["contractAddress"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/linea/nft/sales":{"post":{"operationId":"linea_nft_sales","summary":"Get NFT sales data on Linea","tags":["Linea"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"contractAddress":{"type":"string"},"fromBlock":{"type":"number"},"toBlock":{"type":"number"},"order":{"type":"string","enum":["asc","desc"]},"limit":{"type":"number"}},"required":["contractAddress"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/linea/token/balances":{"post":{"operationId":"linea_token_balances","summary":"Get ERC-20 token balances on Linea","tags":["Linea"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"owner":{"type":"string"},"contractAddresses":{"type":"array","items":{"type":"string"}}},"required":["owner"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/linea/token/metadata":{"post":{"operationId":"linea_token_metadata","summary":"Get ERC-20 token metadata on Linea","tags":["Linea"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"contractAddress":{"type":"string"}},"required":["contractAddress"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/linea/token/transfers":{"post":{"operationId":"linea_token_transfers","summary":"Get token transfer history on Linea","tags":["Linea"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"owner":{"type":"string"},"contractAddresses":{"type":"array","items":{"type":"string"}},"fromBlock":{"type":"string"},"toBlock":{"type":"string"},"order":{"type":"string","enum":["asc","desc"]},"maxCount":{"type":"number"},"pageKey":{"type":"string"}},"required":["owner"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/linea/tx/history":{"post":{"operationId":"linea_tx_history","summary":"Get transaction history on Linea","tags":["Linea"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"fromAddress":{"type":"string"},"toAddress":{"type":"string"},"fromBlock":{"type":"string"},"toBlock":{"type":"string"},"order":{"type":"string","enum":["asc","desc"]},"maxCount":{"type":"number"},"pageKey":{"type":"string"},"category":{"type":"array","items":{"type":"string"}},"withMetadata":{"type":"boolean"},"excludeZeroValue":{"type":"boolean"}}}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/starknet/rpc":{"post":{"operationId":"starknet_rpc","summary":"JSON-RPC proxy to Starknet via Alchemy","tags":["Starknet"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"method":{"type":"string"},"params":{"type":"array","items":{}}},"required":["method"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/starknet/gas/estimate":{"post":{"operationId":"starknet_gas_estimate","summary":"Estimate gas for a transaction on Starknet","tags":["Starknet"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"from":{"type":"string"},"to":{"type":"string"},"value":{"type":"string"},"data":{"type":"string"}},"required":["to"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/starknet/block/latest":{"post":{"operationId":"starknet_block_latest","summary":"Get latest block from Starknet","tags":["Starknet"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{}}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/polygon/rpc":{"post":{"operationId":"polygon_rpc","summary":"JSON-RPC proxy to Polygon PoS via Alchemy","tags":["Polygon"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"method":{"type":"string"},"params":{"type":"array","items":{}}},"required":["method"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/polygon/gas/estimate":{"post":{"operationId":"polygon_gas_estimate","summary":"Estimate gas for a transaction on Polygon PoS","tags":["Polygon"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"from":{"type":"string"},"to":{"type":"string"},"value":{"type":"string"},"data":{"type":"string"}},"required":["to"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/polygon/block/latest":{"post":{"operationId":"polygon_block_latest","summary":"Get latest block from Polygon PoS","tags":["Polygon"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{}}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/polygon/nft/by-owner":{"post":{"operationId":"polygon_nft_by-owner","summary":"Get NFTs owned by an address on Polygon PoS","tags":["Polygon"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"owner":{"type":"string"},"limit":{"type":"number"},"pageKey":{"type":"string"}},"required":["owner"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/polygon/nft/metadata":{"post":{"operationId":"polygon_nft_metadata","summary":"Get NFT metadata on Polygon PoS","tags":["Polygon"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"contractAddress":{"type":"string"},"tokenId":{"type":"string"}},"required":["contractAddress","tokenId"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/polygon/nft/floor-price":{"post":{"operationId":"polygon_nft_floor-price","summary":"Get NFT floor price on Polygon PoS","tags":["Polygon"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"contractAddress":{"type":"string"}},"required":["contractAddress"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/polygon/nft/sales":{"post":{"operationId":"polygon_nft_sales","summary":"Get NFT sales data on Polygon PoS","tags":["Polygon"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"contractAddress":{"type":"string"},"fromBlock":{"type":"number"},"toBlock":{"type":"number"},"order":{"type":"string","enum":["asc","desc"]},"limit":{"type":"number"}},"required":["contractAddress"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/polygon/token/balances":{"post":{"operationId":"polygon_token_balances","summary":"Get ERC-20 token balances on Polygon PoS","tags":["Polygon"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"owner":{"type":"string"},"contractAddresses":{"type":"array","items":{"type":"string"}}},"required":["owner"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/polygon/token/metadata":{"post":{"operationId":"polygon_token_metadata","summary":"Get ERC-20 token metadata on Polygon PoS","tags":["Polygon"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"contractAddress":{"type":"string"}},"required":["contractAddress"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/polygon/token/transfers":{"post":{"operationId":"polygon_token_transfers","summary":"Get token transfer history on Polygon PoS","tags":["Polygon"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"owner":{"type":"string"},"contractAddresses":{"type":"array","items":{"type":"string"}},"fromBlock":{"type":"string"},"toBlock":{"type":"string"},"order":{"type":"string","enum":["asc","desc"]},"maxCount":{"type":"number"},"pageKey":{"type":"string"}},"required":["owner"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/polygon/tx/history":{"post":{"operationId":"polygon_tx_history","summary":"Get transaction history on Polygon PoS","tags":["Polygon"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"fromAddress":{"type":"string"},"toAddress":{"type":"string"},"fromBlock":{"type":"string"},"toBlock":{"type":"string"},"order":{"type":"string","enum":["asc","desc"]},"maxCount":{"type":"number"},"pageKey":{"type":"string"},"category":{"type":"array","items":{"type":"string"}},"withMetadata":{"type":"boolean"},"excludeZeroValue":{"type":"boolean"}}}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/ronin/rpc":{"post":{"operationId":"ronin_rpc","summary":"JSON-RPC proxy to Ronin via Alchemy","tags":["Ronin"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"method":{"type":"string"},"params":{"type":"array","items":{}}},"required":["method"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/ronin/gas/estimate":{"post":{"operationId":"ronin_gas_estimate","summary":"Estimate gas for a transaction on Ronin","tags":["Ronin"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"from":{"type":"string"},"to":{"type":"string"},"value":{"type":"string"},"data":{"type":"string"}},"required":["to"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/ronin/block/latest":{"post":{"operationId":"ronin_block_latest","summary":"Get latest block from Ronin","tags":["Ronin"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{}}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/ronin/nft/by-owner":{"post":{"operationId":"ronin_nft_by-owner","summary":"Get NFTs owned by an address on Ronin","tags":["Ronin"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"owner":{"type":"string"},"limit":{"type":"number"},"pageKey":{"type":"string"}},"required":["owner"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/ronin/nft/metadata":{"post":{"operationId":"ronin_nft_metadata","summary":"Get NFT metadata on Ronin","tags":["Ronin"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"contractAddress":{"type":"string"},"tokenId":{"type":"string"}},"required":["contractAddress","tokenId"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/ronin/nft/floor-price":{"post":{"operationId":"ronin_nft_floor-price","summary":"Get NFT floor price on Ronin","tags":["Ronin"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"contractAddress":{"type":"string"}},"required":["contractAddress"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/ronin/nft/sales":{"post":{"operationId":"ronin_nft_sales","summary":"Get NFT sales data on Ronin","tags":["Ronin"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"contractAddress":{"type":"string"},"fromBlock":{"type":"number"},"toBlock":{"type":"number"},"order":{"type":"string","enum":["asc","desc"]},"limit":{"type":"number"}},"required":["contractAddress"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/ronin/token/balances":{"post":{"operationId":"ronin_token_balances","summary":"Get ERC-20 token balances on Ronin","tags":["Ronin"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"owner":{"type":"string"},"contractAddresses":{"type":"array","items":{"type":"string"}}},"required":["owner"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/ronin/token/metadata":{"post":{"operationId":"ronin_token_metadata","summary":"Get ERC-20 token metadata on Ronin","tags":["Ronin"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"contractAddress":{"type":"string"}},"required":["contractAddress"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/ronin/token/transfers":{"post":{"operationId":"ronin_token_transfers","summary":"Get token transfer history on Ronin","tags":["Ronin"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"owner":{"type":"string"},"contractAddresses":{"type":"array","items":{"type":"string"}},"fromBlock":{"type":"string"},"toBlock":{"type":"string"},"order":{"type":"string","enum":["asc","desc"]},"maxCount":{"type":"number"},"pageKey":{"type":"string"}},"required":["owner"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/ronin/tx/history":{"post":{"operationId":"ronin_tx_history","summary":"Get transaction history on Ronin","tags":["Ronin"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"fromAddress":{"type":"string"},"toAddress":{"type":"string"},"fromBlock":{"type":"string"},"toBlock":{"type":"string"},"order":{"type":"string","enum":["asc","desc"]},"maxCount":{"type":"number"},"pageKey":{"type":"string"},"category":{"type":"array","items":{"type":"string"}},"withMetadata":{"type":"boolean"},"excludeZeroValue":{"type":"boolean"}}}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/plasma/rpc":{"post":{"operationId":"plasma_rpc","summary":"JSON-RPC proxy to Plasma via Alchemy","tags":["Plasma"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"method":{"type":"string"},"params":{"type":"array","items":{}}},"required":["method"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/plasma/gas/estimate":{"post":{"operationId":"plasma_gas_estimate","summary":"Estimate gas for a transaction on Plasma","tags":["Plasma"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"from":{"type":"string"},"to":{"type":"string"},"value":{"type":"string"},"data":{"type":"string"}},"required":["to"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/plasma/block/latest":{"post":{"operationId":"plasma_block_latest","summary":"Get latest block from Plasma","tags":["Plasma"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{}}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/plasma/token/balances":{"post":{"operationId":"plasma_token_balances","summary":"Get ERC-20 token balances on Plasma","tags":["Plasma"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"owner":{"type":"string"},"contractAddresses":{"type":"array","items":{"type":"string"}}},"required":["owner"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/plasma/token/metadata":{"post":{"operationId":"plasma_token_metadata","summary":"Get ERC-20 token metadata on Plasma","tags":["Plasma"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"contractAddress":{"type":"string"}},"required":["contractAddress"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/plasma/token/transfers":{"post":{"operationId":"plasma_token_transfers","summary":"Get token transfer history on Plasma","tags":["Plasma"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"owner":{"type":"string"},"contractAddresses":{"type":"array","items":{"type":"string"}},"fromBlock":{"type":"string"},"toBlock":{"type":"string"},"order":{"type":"string","enum":["asc","desc"]},"maxCount":{"type":"number"},"pageKey":{"type":"string"}},"required":["owner"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/plasma/tx/history":{"post":{"operationId":"plasma_tx_history","summary":"Get transaction history on Plasma","tags":["Plasma"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"fromAddress":{"type":"string"},"toAddress":{"type":"string"},"fromBlock":{"type":"string"},"toBlock":{"type":"string"},"order":{"type":"string","enum":["asc","desc"]},"maxCount":{"type":"number"},"pageKey":{"type":"string"},"category":{"type":"array","items":{"type":"string"}},"withMetadata":{"type":"boolean"},"excludeZeroValue":{"type":"boolean"}}}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/bob/rpc":{"post":{"operationId":"bob_rpc","summary":"JSON-RPC proxy to BOB via Alchemy","tags":["Bob"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"method":{"type":"string"},"params":{"type":"array","items":{}}},"required":["method"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/bob/gas/estimate":{"post":{"operationId":"bob_gas_estimate","summary":"Estimate gas for a transaction on BOB","tags":["Bob"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"from":{"type":"string"},"to":{"type":"string"},"value":{"type":"string"},"data":{"type":"string"}},"required":["to"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/bob/block/latest":{"post":{"operationId":"bob_block_latest","summary":"Get latest block from BOB","tags":["Bob"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{}}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/bob/nft/by-owner":{"post":{"operationId":"bob_nft_by-owner","summary":"Get NFTs owned by an address on BOB","tags":["Bob"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"owner":{"type":"string"},"limit":{"type":"number"},"pageKey":{"type":"string"}},"required":["owner"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/bob/nft/metadata":{"post":{"operationId":"bob_nft_metadata","summary":"Get NFT metadata on BOB","tags":["Bob"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"contractAddress":{"type":"string"},"tokenId":{"type":"string"}},"required":["contractAddress","tokenId"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/bob/nft/floor-price":{"post":{"operationId":"bob_nft_floor-price","summary":"Get NFT floor price on BOB","tags":["Bob"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"contractAddress":{"type":"string"}},"required":["contractAddress"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/bob/nft/sales":{"post":{"operationId":"bob_nft_sales","summary":"Get NFT sales data on BOB","tags":["Bob"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"contractAddress":{"type":"string"},"fromBlock":{"type":"number"},"toBlock":{"type":"number"},"order":{"type":"string","enum":["asc","desc"]},"limit":{"type":"number"}},"required":["contractAddress"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/bob/token/balances":{"post":{"operationId":"bob_token_balances","summary":"Get ERC-20 token balances on BOB","tags":["Bob"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"owner":{"type":"string"},"contractAddresses":{"type":"array","items":{"type":"string"}}},"required":["owner"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/bob/token/metadata":{"post":{"operationId":"bob_token_metadata","summary":"Get ERC-20 token metadata on BOB","tags":["Bob"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"contractAddress":{"type":"string"}},"required":["contractAddress"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/bob/token/transfers":{"post":{"operationId":"bob_token_transfers","summary":"Get token transfer history on BOB","tags":["Bob"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"owner":{"type":"string"},"contractAddresses":{"type":"array","items":{"type":"string"}},"fromBlock":{"type":"string"},"toBlock":{"type":"string"},"order":{"type":"string","enum":["asc","desc"]},"maxCount":{"type":"number"},"pageKey":{"type":"string"}},"required":["owner"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/bob/tx/history":{"post":{"operationId":"bob_tx_history","summary":"Get transaction history on BOB","tags":["Bob"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"fromAddress":{"type":"string"},"toAddress":{"type":"string"},"fromBlock":{"type":"string"},"toBlock":{"type":"string"},"order":{"type":"string","enum":["asc","desc"]},"maxCount":{"type":"number"},"pageKey":{"type":"string"},"category":{"type":"array","items":{"type":"string"}},"withMetadata":{"type":"boolean"},"excludeZeroValue":{"type":"boolean"}}}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/megaeth/rpc":{"post":{"operationId":"megaeth_rpc","summary":"JSON-RPC proxy to MegaETH via Alchemy","tags":["Megaeth"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"method":{"type":"string"},"params":{"type":"array","items":{}}},"required":["method"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/megaeth/gas/estimate":{"post":{"operationId":"megaeth_gas_estimate","summary":"Estimate gas for a transaction on MegaETH","tags":["Megaeth"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"from":{"type":"string"},"to":{"type":"string"},"value":{"type":"string"},"data":{"type":"string"}},"required":["to"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/megaeth/block/latest":{"post":{"operationId":"megaeth_block_latest","summary":"Get latest block from MegaETH","tags":["Megaeth"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{}}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/megaeth/token/balances":{"post":{"operationId":"megaeth_token_balances","summary":"Get ERC-20 token balances on MegaETH","tags":["Megaeth"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"owner":{"type":"string"},"contractAddresses":{"type":"array","items":{"type":"string"}}},"required":["owner"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/megaeth/token/metadata":{"post":{"operationId":"megaeth_token_metadata","summary":"Get ERC-20 token metadata on MegaETH","tags":["Megaeth"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"contractAddress":{"type":"string"}},"required":["contractAddress"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/megaeth/token/transfers":{"post":{"operationId":"megaeth_token_transfers","summary":"Get token transfer history on MegaETH","tags":["Megaeth"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"owner":{"type":"string"},"contractAddresses":{"type":"array","items":{"type":"string"}},"fromBlock":{"type":"string"},"toBlock":{"type":"string"},"order":{"type":"string","enum":["asc","desc"]},"maxCount":{"type":"number"},"pageKey":{"type":"string"}},"required":["owner"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/megaeth/tx/history":{"post":{"operationId":"megaeth_tx_history","summary":"Get transaction history on MegaETH","tags":["Megaeth"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"fromAddress":{"type":"string"},"toAddress":{"type":"string"},"fromBlock":{"type":"string"},"toBlock":{"type":"string"},"order":{"type":"string","enum":["asc","desc"]},"maxCount":{"type":"number"},"pageKey":{"type":"string"},"category":{"type":"array","items":{"type":"string"}},"withMetadata":{"type":"boolean"},"excludeZeroValue":{"type":"boolean"}}}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/katana/rpc":{"post":{"operationId":"katana_rpc","summary":"JSON-RPC proxy to Katana via Alchemy","tags":["Katana"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"method":{"type":"string"},"params":{"type":"array","items":{}}},"required":["method"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/katana/gas/estimate":{"post":{"operationId":"katana_gas_estimate","summary":"Estimate gas for a transaction on Katana","tags":["Katana"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"from":{"type":"string"},"to":{"type":"string"},"value":{"type":"string"},"data":{"type":"string"}},"required":["to"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/katana/block/latest":{"post":{"operationId":"katana_block_latest","summary":"Get latest block from Katana","tags":["Katana"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{}}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/katana/token/balances":{"post":{"operationId":"katana_token_balances","summary":"Get ERC-20 token balances on Katana","tags":["Katana"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"owner":{"type":"string"},"contractAddresses":{"type":"array","items":{"type":"string"}}},"required":["owner"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/katana/token/metadata":{"post":{"operationId":"katana_token_metadata","summary":"Get ERC-20 token metadata on Katana","tags":["Katana"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"contractAddress":{"type":"string"}},"required":["contractAddress"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/katana/token/transfers":{"post":{"operationId":"katana_token_transfers","summary":"Get token transfer history on Katana","tags":["Katana"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"owner":{"type":"string"},"contractAddresses":{"type":"array","items":{"type":"string"}},"fromBlock":{"type":"string"},"toBlock":{"type":"string"},"order":{"type":"string","enum":["asc","desc"]},"maxCount":{"type":"number"},"pageKey":{"type":"string"}},"required":["owner"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/katana/tx/history":{"post":{"operationId":"katana_tx_history","summary":"Get transaction history on Katana","tags":["Katana"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"fromAddress":{"type":"string"},"toAddress":{"type":"string"},"fromBlock":{"type":"string"},"toBlock":{"type":"string"},"order":{"type":"string","enum":["asc","desc"]},"maxCount":{"type":"number"},"pageKey":{"type":"string"},"category":{"type":"array","items":{"type":"string"}},"withMetadata":{"type":"boolean"},"excludeZeroValue":{"type":"boolean"}}}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/citrea/rpc":{"post":{"operationId":"citrea_rpc","summary":"JSON-RPC proxy to Citrea via Alchemy","tags":["Citrea"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"method":{"type":"string"},"params":{"type":"array","items":{}}},"required":["method"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/citrea/gas/estimate":{"post":{"operationId":"citrea_gas_estimate","summary":"Estimate gas for a transaction on Citrea","tags":["Citrea"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"from":{"type":"string"},"to":{"type":"string"},"value":{"type":"string"},"data":{"type":"string"}},"required":["to"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/citrea/block/latest":{"post":{"operationId":"citrea_block_latest","summary":"Get latest block from Citrea","tags":["Citrea"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{}}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/citrea/token/balances":{"post":{"operationId":"citrea_token_balances","summary":"Get ERC-20 token balances on Citrea","tags":["Citrea"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"owner":{"type":"string"},"contractAddresses":{"type":"array","items":{"type":"string"}}},"required":["owner"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/citrea/token/metadata":{"post":{"operationId":"citrea_token_metadata","summary":"Get ERC-20 token metadata on Citrea","tags":["Citrea"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"contractAddress":{"type":"string"}},"required":["contractAddress"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/citrea/token/transfers":{"post":{"operationId":"citrea_token_transfers","summary":"Get token transfer history on Citrea","tags":["Citrea"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"owner":{"type":"string"},"contractAddresses":{"type":"array","items":{"type":"string"}},"fromBlock":{"type":"string"},"toBlock":{"type":"string"},"order":{"type":"string","enum":["asc","desc"]},"maxCount":{"type":"number"},"pageKey":{"type":"string"}},"required":["owner"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/citrea/tx/history":{"post":{"operationId":"citrea_tx_history","summary":"Get transaction history on Citrea","tags":["Citrea"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"fromAddress":{"type":"string"},"toAddress":{"type":"string"},"fromBlock":{"type":"string"},"toBlock":{"type":"string"},"order":{"type":"string","enum":["asc","desc"]},"maxCount":{"type":"number"},"pageKey":{"type":"string"},"category":{"type":"array","items":{"type":"string"}},"withMetadata":{"type":"boolean"},"excludeZeroValue":{"type":"boolean"}}}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/humanity/rpc":{"post":{"operationId":"humanity_rpc","summary":"JSON-RPC proxy to Humanity via Alchemy","tags":["Humanity"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"method":{"type":"string"},"params":{"type":"array","items":{}}},"required":["method"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/humanity/gas/estimate":{"post":{"operationId":"humanity_gas_estimate","summary":"Estimate gas for a transaction on Humanity","tags":["Humanity"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"from":{"type":"string"},"to":{"type":"string"},"value":{"type":"string"},"data":{"type":"string"}},"required":["to"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/humanity/block/latest":{"post":{"operationId":"humanity_block_latest","summary":"Get latest block from Humanity","tags":["Humanity"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{}}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/humanity/token/balances":{"post":{"operationId":"humanity_token_balances","summary":"Get ERC-20 token balances on Humanity","tags":["Humanity"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"owner":{"type":"string"},"contractAddresses":{"type":"array","items":{"type":"string"}}},"required":["owner"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/humanity/token/metadata":{"post":{"operationId":"humanity_token_metadata","summary":"Get ERC-20 token metadata on Humanity","tags":["Humanity"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"contractAddress":{"type":"string"}},"required":["contractAddress"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/humanity/token/transfers":{"post":{"operationId":"humanity_token_transfers","summary":"Get token transfer history on Humanity","tags":["Humanity"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"owner":{"type":"string"},"contractAddresses":{"type":"array","items":{"type":"string"}},"fromBlock":{"type":"string"},"toBlock":{"type":"string"},"order":{"type":"string","enum":["asc","desc"]},"maxCount":{"type":"number"},"pageKey":{"type":"string"}},"required":["owner"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/humanity/tx/history":{"post":{"operationId":"humanity_tx_history","summary":"Get transaction history on Humanity","tags":["Humanity"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"fromAddress":{"type":"string"},"toAddress":{"type":"string"},"fromBlock":{"type":"string"},"toBlock":{"type":"string"},"order":{"type":"string","enum":["asc","desc"]},"maxCount":{"type":"number"},"pageKey":{"type":"string"},"category":{"type":"array","items":{"type":"string"}},"withMetadata":{"type":"boolean"},"excludeZeroValue":{"type":"boolean"}}}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/hyperliquid/rpc":{"post":{"operationId":"hyperliquid_rpc","summary":"JSON-RPC proxy to Hyperliquid via Alchemy","tags":["Hyperliquid"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"method":{"type":"string"},"params":{"type":"array","items":{}}},"required":["method"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/hyperliquid/gas/estimate":{"post":{"operationId":"hyperliquid_gas_estimate","summary":"Estimate gas for a transaction on Hyperliquid","tags":["Hyperliquid"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"from":{"type":"string"},"to":{"type":"string"},"value":{"type":"string"},"data":{"type":"string"}},"required":["to"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/hyperliquid/block/latest":{"post":{"operationId":"hyperliquid_block_latest","summary":"Get latest block from Hyperliquid","tags":["Hyperliquid"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{}}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/hyperliquid/token/balances":{"post":{"operationId":"hyperliquid_token_balances","summary":"Get ERC-20 token balances on Hyperliquid","tags":["Hyperliquid"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"owner":{"type":"string"},"contractAddresses":{"type":"array","items":{"type":"string"}}},"required":["owner"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/hyperliquid/token/metadata":{"post":{"operationId":"hyperliquid_token_metadata","summary":"Get ERC-20 token metadata on Hyperliquid","tags":["Hyperliquid"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"contractAddress":{"type":"string"}},"required":["contractAddress"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/hyperliquid/token/transfers":{"post":{"operationId":"hyperliquid_token_transfers","summary":"Get token transfer history on Hyperliquid","tags":["Hyperliquid"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"owner":{"type":"string"},"contractAddresses":{"type":"array","items":{"type":"string"}},"fromBlock":{"type":"string"},"toBlock":{"type":"string"},"order":{"type":"string","enum":["asc","desc"]},"maxCount":{"type":"number"},"pageKey":{"type":"string"}},"required":["owner"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/hyperliquid/tx/history":{"post":{"operationId":"hyperliquid_tx_history","summary":"Get transaction history on Hyperliquid","tags":["Hyperliquid"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"fromAddress":{"type":"string"},"toAddress":{"type":"string"},"fromBlock":{"type":"string"},"toBlock":{"type":"string"},"order":{"type":"string","enum":["asc","desc"]},"maxCount":{"type":"number"},"pageKey":{"type":"string"},"category":{"type":"array","items":{"type":"string"}},"withMetadata":{"type":"boolean"},"excludeZeroValue":{"type":"boolean"}}}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/tempo/rpc":{"post":{"operationId":"tempo_rpc","summary":"JSON-RPC proxy to Tempo via Alchemy","tags":["Tempo"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"method":{"type":"string"},"params":{"type":"array","items":{}}},"required":["method"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/tempo/gas/estimate":{"post":{"operationId":"tempo_gas_estimate","summary":"Estimate gas for a transaction on Tempo","tags":["Tempo"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"from":{"type":"string"},"to":{"type":"string"},"value":{"type":"string"},"data":{"type":"string"}},"required":["to"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/tempo/block/latest":{"post":{"operationId":"tempo_block_latest","summary":"Get latest block from Tempo","tags":["Tempo"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{}}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/tempo/token/balances":{"post":{"operationId":"tempo_token_balances","summary":"Get ERC-20 token balances on Tempo","tags":["Tempo"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"owner":{"type":"string"},"contractAddresses":{"type":"array","items":{"type":"string"}}},"required":["owner"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/tempo/token/metadata":{"post":{"operationId":"tempo_token_metadata","summary":"Get ERC-20 token metadata on Tempo","tags":["Tempo"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"contractAddress":{"type":"string"}},"required":["contractAddress"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/tempo/token/transfers":{"post":{"operationId":"tempo_token_transfers","summary":"Get token transfer history on Tempo","tags":["Tempo"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"owner":{"type":"string"},"contractAddresses":{"type":"array","items":{"type":"string"}},"fromBlock":{"type":"string"},"toBlock":{"type":"string"},"order":{"type":"string","enum":["asc","desc"]},"maxCount":{"type":"number"},"pageKey":{"type":"string"}},"required":["owner"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/tempo/tx/history":{"post":{"operationId":"tempo_tx_history","summary":"Get transaction history on Tempo","tags":["Tempo"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"fromAddress":{"type":"string"},"toAddress":{"type":"string"},"fromBlock":{"type":"string"},"toBlock":{"type":"string"},"order":{"type":"string","enum":["asc","desc"]},"maxCount":{"type":"number"},"pageKey":{"type":"string"},"category":{"type":"array","items":{"type":"string"}},"withMetadata":{"type":"boolean"},"excludeZeroValue":{"type":"boolean"}}}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/apechain/rpc":{"post":{"operationId":"apechain_rpc","summary":"JSON-RPC proxy to ApeChain via Alchemy","tags":["Apechain"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"method":{"type":"string"},"params":{"type":"array","items":{}}},"required":["method"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/apechain/gas/estimate":{"post":{"operationId":"apechain_gas_estimate","summary":"Estimate gas for a transaction on ApeChain","tags":["Apechain"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"from":{"type":"string"},"to":{"type":"string"},"value":{"type":"string"},"data":{"type":"string"}},"required":["to"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/apechain/block/latest":{"post":{"operationId":"apechain_block_latest","summary":"Get latest block from ApeChain","tags":["Apechain"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{}}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/apechain/nft/by-owner":{"post":{"operationId":"apechain_nft_by-owner","summary":"Get NFTs owned by an address on ApeChain","tags":["Apechain"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"owner":{"type":"string"},"limit":{"type":"number"},"pageKey":{"type":"string"}},"required":["owner"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/apechain/nft/metadata":{"post":{"operationId":"apechain_nft_metadata","summary":"Get NFT metadata on ApeChain","tags":["Apechain"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"contractAddress":{"type":"string"},"tokenId":{"type":"string"}},"required":["contractAddress","tokenId"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/apechain/nft/floor-price":{"post":{"operationId":"apechain_nft_floor-price","summary":"Get NFT floor price on ApeChain","tags":["Apechain"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"contractAddress":{"type":"string"}},"required":["contractAddress"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/apechain/nft/sales":{"post":{"operationId":"apechain_nft_sales","summary":"Get NFT sales data on ApeChain","tags":["Apechain"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"contractAddress":{"type":"string"},"fromBlock":{"type":"number"},"toBlock":{"type":"number"},"order":{"type":"string","enum":["asc","desc"]},"limit":{"type":"number"}},"required":["contractAddress"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/apechain/token/balances":{"post":{"operationId":"apechain_token_balances","summary":"Get ERC-20 token balances on ApeChain","tags":["Apechain"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"owner":{"type":"string"},"contractAddresses":{"type":"array","items":{"type":"string"}}},"required":["owner"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/apechain/token/metadata":{"post":{"operationId":"apechain_token_metadata","summary":"Get ERC-20 token metadata on ApeChain","tags":["Apechain"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"contractAddress":{"type":"string"}},"required":["contractAddress"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/apechain/token/transfers":{"post":{"operationId":"apechain_token_transfers","summary":"Get token transfer history on ApeChain","tags":["Apechain"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"owner":{"type":"string"},"contractAddresses":{"type":"array","items":{"type":"string"}},"fromBlock":{"type":"string"},"toBlock":{"type":"string"},"order":{"type":"string","enum":["asc","desc"]},"maxCount":{"type":"number"},"pageKey":{"type":"string"}},"required":["owner"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/apechain/tx/history":{"post":{"operationId":"apechain_tx_history","summary":"Get transaction history on ApeChain","tags":["Apechain"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"fromAddress":{"type":"string"},"toAddress":{"type":"string"},"fromBlock":{"type":"string"},"toBlock":{"type":"string"},"order":{"type":"string","enum":["asc","desc"]},"maxCount":{"type":"number"},"pageKey":{"type":"string"},"category":{"type":"array","items":{"type":"string"}},"withMetadata":{"type":"boolean"},"excludeZeroValue":{"type":"boolean"}}}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/degen/rpc":{"post":{"operationId":"degen_rpc","summary":"JSON-RPC proxy to Degen via Alchemy","tags":["Degen"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"method":{"type":"string"},"params":{"type":"array","items":{}}},"required":["method"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/degen/gas/estimate":{"post":{"operationId":"degen_gas_estimate","summary":"Estimate gas for a transaction on Degen","tags":["Degen"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"from":{"type":"string"},"to":{"type":"string"},"value":{"type":"string"},"data":{"type":"string"}},"required":["to"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/degen/block/latest":{"post":{"operationId":"degen_block_latest","summary":"Get latest block from Degen","tags":["Degen"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{}}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/degen/token/balances":{"post":{"operationId":"degen_token_balances","summary":"Get ERC-20 token balances on Degen","tags":["Degen"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"owner":{"type":"string"},"contractAddresses":{"type":"array","items":{"type":"string"}}},"required":["owner"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/degen/token/metadata":{"post":{"operationId":"degen_token_metadata","summary":"Get ERC-20 token metadata on Degen","tags":["Degen"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"contractAddress":{"type":"string"}},"required":["contractAddress"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/degen/token/transfers":{"post":{"operationId":"degen_token_transfers","summary":"Get token transfer history on Degen","tags":["Degen"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"owner":{"type":"string"},"contractAddresses":{"type":"array","items":{"type":"string"}},"fromBlock":{"type":"string"},"toBlock":{"type":"string"},"order":{"type":"string","enum":["asc","desc"]},"maxCount":{"type":"number"},"pageKey":{"type":"string"}},"required":["owner"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/degen/tx/history":{"post":{"operationId":"degen_tx_history","summary":"Get transaction history on Degen","tags":["Degen"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"fromAddress":{"type":"string"},"toAddress":{"type":"string"},"fromBlock":{"type":"string"},"toBlock":{"type":"string"},"order":{"type":"string","enum":["asc","desc"]},"maxCount":{"type":"number"},"pageKey":{"type":"string"},"category":{"type":"array","items":{"type":"string"}},"withMetadata":{"type":"boolean"},"excludeZeroValue":{"type":"boolean"}}}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/pharos/rpc":{"post":{"operationId":"pharos_rpc","summary":"JSON-RPC proxy to Pharos via Alchemy","tags":["Pharos"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"method":{"type":"string"},"params":{"type":"array","items":{}}},"required":["method"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/pharos/gas/estimate":{"post":{"operationId":"pharos_gas_estimate","summary":"Estimate gas for a transaction on Pharos","tags":["Pharos"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"from":{"type":"string"},"to":{"type":"string"},"value":{"type":"string"},"data":{"type":"string"}},"required":["to"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/pharos/block/latest":{"post":{"operationId":"pharos_block_latest","summary":"Get latest block from Pharos","tags":["Pharos"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{}}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/pharos/token/balances":{"post":{"operationId":"pharos_token_balances","summary":"Get ERC-20 token balances on Pharos","tags":["Pharos"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"owner":{"type":"string"},"contractAddresses":{"type":"array","items":{"type":"string"}}},"required":["owner"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/pharos/token/metadata":{"post":{"operationId":"pharos_token_metadata","summary":"Get ERC-20 token metadata on Pharos","tags":["Pharos"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"contractAddress":{"type":"string"}},"required":["contractAddress"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/pharos/token/transfers":{"post":{"operationId":"pharos_token_transfers","summary":"Get token transfer history on Pharos","tags":["Pharos"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"owner":{"type":"string"},"contractAddresses":{"type":"array","items":{"type":"string"}},"fromBlock":{"type":"string"},"toBlock":{"type":"string"},"order":{"type":"string","enum":["asc","desc"]},"maxCount":{"type":"number"},"pageKey":{"type":"string"}},"required":["owner"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/pharos/tx/history":{"post":{"operationId":"pharos_tx_history","summary":"Get transaction history on Pharos","tags":["Pharos"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"fromAddress":{"type":"string"},"toAddress":{"type":"string"},"fromBlock":{"type":"string"},"toBlock":{"type":"string"},"order":{"type":"string","enum":["asc","desc"]},"maxCount":{"type":"number"},"pageKey":{"type":"string"},"category":{"type":"array","items":{"type":"string"}},"withMetadata":{"type":"boolean"},"excludeZeroValue":{"type":"boolean"}}}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/boba/rpc":{"post":{"operationId":"boba_rpc","summary":"JSON-RPC proxy to Boba via Alchemy","tags":["Boba"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"method":{"type":"string"},"params":{"type":"array","items":{}}},"required":["method"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/boba/gas/estimate":{"post":{"operationId":"boba_gas_estimate","summary":"Estimate gas for a transaction on Boba","tags":["Boba"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"from":{"type":"string"},"to":{"type":"string"},"value":{"type":"string"},"data":{"type":"string"}},"required":["to"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/boba/block/latest":{"post":{"operationId":"boba_block_latest","summary":"Get latest block from Boba","tags":["Boba"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{}}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/boba/token/balances":{"post":{"operationId":"boba_token_balances","summary":"Get ERC-20 token balances on Boba","tags":["Boba"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"owner":{"type":"string"},"contractAddresses":{"type":"array","items":{"type":"string"}}},"required":["owner"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/boba/token/metadata":{"post":{"operationId":"boba_token_metadata","summary":"Get ERC-20 token metadata on Boba","tags":["Boba"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"contractAddress":{"type":"string"}},"required":["contractAddress"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/boba/token/transfers":{"post":{"operationId":"boba_token_transfers","summary":"Get token transfer history on Boba","tags":["Boba"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"owner":{"type":"string"},"contractAddresses":{"type":"array","items":{"type":"string"}},"fromBlock":{"type":"string"},"toBlock":{"type":"string"},"order":{"type":"string","enum":["asc","desc"]},"maxCount":{"type":"number"},"pageKey":{"type":"string"}},"required":["owner"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/boba/tx/history":{"post":{"operationId":"boba_tx_history","summary":"Get transaction history on Boba","tags":["Boba"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"fromAddress":{"type":"string"},"toAddress":{"type":"string"},"fromBlock":{"type":"string"},"toBlock":{"type":"string"},"order":{"type":"string","enum":["asc","desc"]},"maxCount":{"type":"number"},"pageKey":{"type":"string"},"category":{"type":"array","items":{"type":"string"}},"withMetadata":{"type":"boolean"},"excludeZeroValue":{"type":"boolean"}}}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/xlayer/rpc":{"post":{"operationId":"xlayer_rpc","summary":"JSON-RPC proxy to X Layer via Alchemy","tags":["Xlayer"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"method":{"type":"string"},"params":{"type":"array","items":{}}},"required":["method"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/xlayer/gas/estimate":{"post":{"operationId":"xlayer_gas_estimate","summary":"Estimate gas for a transaction on X Layer","tags":["Xlayer"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"from":{"type":"string"},"to":{"type":"string"},"value":{"type":"string"},"data":{"type":"string"}},"required":["to"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/xlayer/block/latest":{"post":{"operationId":"xlayer_block_latest","summary":"Get latest block from X Layer","tags":["Xlayer"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{}}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/xlayer/token/balances":{"post":{"operationId":"xlayer_token_balances","summary":"Get ERC-20 token balances on X Layer","tags":["Xlayer"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"owner":{"type":"string"},"contractAddresses":{"type":"array","items":{"type":"string"}}},"required":["owner"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/xlayer/token/metadata":{"post":{"operationId":"xlayer_token_metadata","summary":"Get ERC-20 token metadata on X Layer","tags":["Xlayer"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"contractAddress":{"type":"string"}},"required":["contractAddress"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/xlayer/token/transfers":{"post":{"operationId":"xlayer_token_transfers","summary":"Get token transfer history on X Layer","tags":["Xlayer"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"owner":{"type":"string"},"contractAddresses":{"type":"array","items":{"type":"string"}},"fromBlock":{"type":"string"},"toBlock":{"type":"string"},"order":{"type":"string","enum":["asc","desc"]},"maxCount":{"type":"number"},"pageKey":{"type":"string"}},"required":["owner"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/xlayer/tx/history":{"post":{"operationId":"xlayer_tx_history","summary":"Get transaction history on X Layer","tags":["Xlayer"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"fromAddress":{"type":"string"},"toAddress":{"type":"string"},"fromBlock":{"type":"string"},"toBlock":{"type":"string"},"order":{"type":"string","enum":["asc","desc"]},"maxCount":{"type":"number"},"pageKey":{"type":"string"},"category":{"type":"array","items":{"type":"string"}},"withMetadata":{"type":"boolean"},"excludeZeroValue":{"type":"boolean"}}}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/kaia/rpc":{"post":{"operationId":"kaia_rpc","summary":"JSON-RPC proxy to Kaia via Alchemy","tags":["Kaia"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"method":{"type":"string"},"params":{"type":"array","items":{}}},"required":["method"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/kaia/gas/estimate":{"post":{"operationId":"kaia_gas_estimate","summary":"Estimate gas for a transaction on Kaia","tags":["Kaia"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"from":{"type":"string"},"to":{"type":"string"},"value":{"type":"string"},"data":{"type":"string"}},"required":["to"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/kaia/block/latest":{"post":{"operationId":"kaia_block_latest","summary":"Get latest block from Kaia","tags":["Kaia"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{}}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/kaia/nft/by-owner":{"post":{"operationId":"kaia_nft_by-owner","summary":"Get NFTs owned by an address on Kaia","tags":["Kaia"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"owner":{"type":"string"},"limit":{"type":"number"},"pageKey":{"type":"string"}},"required":["owner"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/kaia/nft/metadata":{"post":{"operationId":"kaia_nft_metadata","summary":"Get NFT metadata on Kaia","tags":["Kaia"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"contractAddress":{"type":"string"},"tokenId":{"type":"string"}},"required":["contractAddress","tokenId"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/kaia/nft/floor-price":{"post":{"operationId":"kaia_nft_floor-price","summary":"Get NFT floor price on Kaia","tags":["Kaia"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"contractAddress":{"type":"string"}},"required":["contractAddress"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/kaia/nft/sales":{"post":{"operationId":"kaia_nft_sales","summary":"Get NFT sales data on Kaia","tags":["Kaia"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"contractAddress":{"type":"string"},"fromBlock":{"type":"number"},"toBlock":{"type":"number"},"order":{"type":"string","enum":["asc","desc"]},"limit":{"type":"number"}},"required":["contractAddress"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/kaia/token/balances":{"post":{"operationId":"kaia_token_balances","summary":"Get ERC-20 token balances on Kaia","tags":["Kaia"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"owner":{"type":"string"},"contractAddresses":{"type":"array","items":{"type":"string"}}},"required":["owner"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/kaia/token/metadata":{"post":{"operationId":"kaia_token_metadata","summary":"Get ERC-20 token metadata on Kaia","tags":["Kaia"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"contractAddress":{"type":"string"}},"required":["contractAddress"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/kaia/token/transfers":{"post":{"operationId":"kaia_token_transfers","summary":"Get token transfer history on Kaia","tags":["Kaia"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"owner":{"type":"string"},"contractAddresses":{"type":"array","items":{"type":"string"}},"fromBlock":{"type":"string"},"toBlock":{"type":"string"},"order":{"type":"string","enum":["asc","desc"]},"maxCount":{"type":"number"},"pageKey":{"type":"string"}},"required":["owner"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/kaia/tx/history":{"post":{"operationId":"kaia_tx_history","summary":"Get transaction history on Kaia","tags":["Kaia"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"fromAddress":{"type":"string"},"toAddress":{"type":"string"},"fromBlock":{"type":"string"},"toBlock":{"type":"string"},"order":{"type":"string","enum":["asc","desc"]},"maxCount":{"type":"number"},"pageKey":{"type":"string"},"category":{"type":"array","items":{"type":"string"}},"withMetadata":{"type":"boolean"},"excludeZeroValue":{"type":"boolean"}}}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/superseed/rpc":{"post":{"operationId":"superseed_rpc","summary":"JSON-RPC proxy to Superseed via Alchemy","tags":["Superseed"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"method":{"type":"string"},"params":{"type":"array","items":{}}},"required":["method"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/superseed/gas/estimate":{"post":{"operationId":"superseed_gas_estimate","summary":"Estimate gas for a transaction on Superseed","tags":["Superseed"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"from":{"type":"string"},"to":{"type":"string"},"value":{"type":"string"},"data":{"type":"string"}},"required":["to"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/superseed/block/latest":{"post":{"operationId":"superseed_block_latest","summary":"Get latest block from Superseed","tags":["Superseed"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{}}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/superseed/token/balances":{"post":{"operationId":"superseed_token_balances","summary":"Get ERC-20 token balances on Superseed","tags":["Superseed"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"owner":{"type":"string"},"contractAddresses":{"type":"array","items":{"type":"string"}}},"required":["owner"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/superseed/token/metadata":{"post":{"operationId":"superseed_token_metadata","summary":"Get ERC-20 token metadata on Superseed","tags":["Superseed"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"contractAddress":{"type":"string"}},"required":["contractAddress"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/superseed/token/transfers":{"post":{"operationId":"superseed_token_transfers","summary":"Get token transfer history on Superseed","tags":["Superseed"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"owner":{"type":"string"},"contractAddresses":{"type":"array","items":{"type":"string"}},"fromBlock":{"type":"string"},"toBlock":{"type":"string"},"order":{"type":"string","enum":["asc","desc"]},"maxCount":{"type":"number"},"pageKey":{"type":"string"}},"required":["owner"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/superseed/tx/history":{"post":{"operationId":"superseed_tx_history","summary":"Get transaction history on Superseed","tags":["Superseed"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"fromAddress":{"type":"string"},"toAddress":{"type":"string"},"fromBlock":{"type":"string"},"toBlock":{"type":"string"},"order":{"type":"string","enum":["asc","desc"]},"maxCount":{"type":"number"},"pageKey":{"type":"string"},"category":{"type":"array","items":{"type":"string"}},"withMetadata":{"type":"boolean"},"excludeZeroValue":{"type":"boolean"}}}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/stable/rpc":{"post":{"operationId":"stable_rpc","summary":"JSON-RPC proxy to Stable via Alchemy","tags":["Stable"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"method":{"type":"string"},"params":{"type":"array","items":{}}},"required":["method"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/stable/gas/estimate":{"post":{"operationId":"stable_gas_estimate","summary":"Estimate gas for a transaction on Stable","tags":["Stable"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"from":{"type":"string"},"to":{"type":"string"},"value":{"type":"string"},"data":{"type":"string"}},"required":["to"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/stable/block/latest":{"post":{"operationId":"stable_block_latest","summary":"Get latest block from Stable","tags":["Stable"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{}}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/stable/token/balances":{"post":{"operationId":"stable_token_balances","summary":"Get ERC-20 token balances on Stable","tags":["Stable"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"owner":{"type":"string"},"contractAddresses":{"type":"array","items":{"type":"string"}}},"required":["owner"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/stable/token/metadata":{"post":{"operationId":"stable_token_metadata","summary":"Get ERC-20 token metadata on Stable","tags":["Stable"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"contractAddress":{"type":"string"}},"required":["contractAddress"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/stable/token/transfers":{"post":{"operationId":"stable_token_transfers","summary":"Get token transfer history on Stable","tags":["Stable"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"owner":{"type":"string"},"contractAddresses":{"type":"array","items":{"type":"string"}},"fromBlock":{"type":"string"},"toBlock":{"type":"string"},"order":{"type":"string","enum":["asc","desc"]},"maxCount":{"type":"number"},"pageKey":{"type":"string"}},"required":["owner"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/stable/tx/history":{"post":{"operationId":"stable_tx_history","summary":"Get transaction history on Stable","tags":["Stable"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"fromAddress":{"type":"string"},"toAddress":{"type":"string"},"fromBlock":{"type":"string"},"toBlock":{"type":"string"},"order":{"type":"string","enum":["asc","desc"]},"maxCount":{"type":"number"},"pageKey":{"type":"string"},"category":{"type":"array","items":{"type":"string"}},"withMetadata":{"type":"boolean"},"excludeZeroValue":{"type":"boolean"}}}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/robinhood/rpc":{"post":{"operationId":"robinhood_rpc","summary":"JSON-RPC proxy to Robinhood via Alchemy","tags":["Robinhood"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"method":{"type":"string"},"params":{"type":"array","items":{}}},"required":["method"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/robinhood/gas/estimate":{"post":{"operationId":"robinhood_gas_estimate","summary":"Estimate gas for a transaction on Robinhood","tags":["Robinhood"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"from":{"type":"string"},"to":{"type":"string"},"value":{"type":"string"},"data":{"type":"string"}},"required":["to"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/robinhood/block/latest":{"post":{"operationId":"robinhood_block_latest","summary":"Get latest block from Robinhood","tags":["Robinhood"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{}}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/robinhood/token/balances":{"post":{"operationId":"robinhood_token_balances","summary":"Get ERC-20 token balances on Robinhood","tags":["Robinhood"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"owner":{"type":"string"},"contractAddresses":{"type":"array","items":{"type":"string"}}},"required":["owner"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/robinhood/token/metadata":{"post":{"operationId":"robinhood_token_metadata","summary":"Get ERC-20 token metadata on Robinhood","tags":["Robinhood"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"contractAddress":{"type":"string"}},"required":["contractAddress"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/robinhood/token/transfers":{"post":{"operationId":"robinhood_token_transfers","summary":"Get token transfer history on Robinhood","tags":["Robinhood"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"owner":{"type":"string"},"contractAddresses":{"type":"array","items":{"type":"string"}},"fromBlock":{"type":"string"},"toBlock":{"type":"string"},"order":{"type":"string","enum":["asc","desc"]},"maxCount":{"type":"number"},"pageKey":{"type":"string"}},"required":["owner"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/robinhood/tx/history":{"post":{"operationId":"robinhood_tx_history","summary":"Get transaction history on Robinhood","tags":["Robinhood"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"fromAddress":{"type":"string"},"toAddress":{"type":"string"},"fromBlock":{"type":"string"},"toBlock":{"type":"string"},"order":{"type":"string","enum":["asc","desc"]},"maxCount":{"type":"number"},"pageKey":{"type":"string"},"category":{"type":"array","items":{"type":"string"}},"withMetadata":{"type":"boolean"},"excludeZeroValue":{"type":"boolean"}}}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/adi/rpc":{"post":{"operationId":"adi_rpc","summary":"JSON-RPC proxy to ADI via Alchemy","tags":["Adi"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"method":{"type":"string"},"params":{"type":"array","items":{}}},"required":["method"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/adi/gas/estimate":{"post":{"operationId":"adi_gas_estimate","summary":"Estimate gas for a transaction on ADI","tags":["Adi"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"from":{"type":"string"},"to":{"type":"string"},"value":{"type":"string"},"data":{"type":"string"}},"required":["to"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/adi/block/latest":{"post":{"operationId":"adi_block_latest","summary":"Get latest block from ADI","tags":["Adi"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{}}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/adi/token/balances":{"post":{"operationId":"adi_token_balances","summary":"Get ERC-20 token balances on ADI","tags":["Adi"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"owner":{"type":"string"},"contractAddresses":{"type":"array","items":{"type":"string"}}},"required":["owner"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/adi/token/metadata":{"post":{"operationId":"adi_token_metadata","summary":"Get ERC-20 token metadata on ADI","tags":["Adi"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"contractAddress":{"type":"string"}},"required":["contractAddress"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/adi/token/transfers":{"post":{"operationId":"adi_token_transfers","summary":"Get token transfer history on ADI","tags":["Adi"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"owner":{"type":"string"},"contractAddresses":{"type":"array","items":{"type":"string"}},"fromBlock":{"type":"string"},"toBlock":{"type":"string"},"order":{"type":"string","enum":["asc","desc"]},"maxCount":{"type":"number"},"pageKey":{"type":"string"}},"required":["owner"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/adi/tx/history":{"post":{"operationId":"adi_tx_history","summary":"Get transaction history on ADI","tags":["Adi"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"fromAddress":{"type":"string"},"toAddress":{"type":"string"},"fromBlock":{"type":"string"},"toBlock":{"type":"string"},"order":{"type":"string","enum":["asc","desc"]},"maxCount":{"type":"number"},"pageKey":{"type":"string"},"category":{"type":"array","items":{"type":"string"}},"withMetadata":{"type":"boolean"},"excludeZeroValue":{"type":"boolean"}}}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/solana/rpc":{"post":{"operationId":"solana_rpc","summary":"JSON-RPC proxy to Solana via Alchemy","tags":["Solana"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"method":{"type":"string"},"params":{"type":"array","items":{}}},"required":["method"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/solana/gas/estimate":{"post":{"operationId":"solana_gas_estimate","summary":"Estimate gas for a transaction on Solana","tags":["Solana"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"from":{"type":"string"},"to":{"type":"string"},"value":{"type":"string"},"data":{"type":"string"}},"required":["to"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/solana/block/latest":{"post":{"operationId":"solana_block_latest","summary":"Get latest block from Solana","tags":["Solana"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{}}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/sui/rpc":{"post":{"operationId":"sui_rpc","summary":"JSON-RPC proxy to Sui via Alchemy","tags":["Sui"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"method":{"type":"string"},"params":{"type":"array","items":{}}},"required":["method"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/sui/gas/estimate":{"post":{"operationId":"sui_gas_estimate","summary":"Estimate gas for a transaction on Sui","tags":["Sui"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"from":{"type":"string"},"to":{"type":"string"},"value":{"type":"string"},"data":{"type":"string"}},"required":["to"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/sui/block/latest":{"post":{"operationId":"sui_block_latest","summary":"Get latest block from Sui","tags":["Sui"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{}}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/aptos/rpc":{"post":{"operationId":"aptos_rpc","summary":"JSON-RPC proxy to Aptos via Alchemy","tags":["Aptos"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"method":{"type":"string"},"params":{"type":"array","items":{}}},"required":["method"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/aptos/gas/estimate":{"post":{"operationId":"aptos_gas_estimate","summary":"Estimate gas for a transaction on Aptos","tags":["Aptos"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"from":{"type":"string"},"to":{"type":"string"},"value":{"type":"string"},"data":{"type":"string"}},"required":["to"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/aptos/block/latest":{"post":{"operationId":"aptos_block_latest","summary":"Get latest block from Aptos","tags":["Aptos"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{}}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/tron/rpc":{"post":{"operationId":"tron_rpc","summary":"JSON-RPC proxy to Tron via Alchemy","tags":["Tron"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"method":{"type":"string"},"params":{"type":"array","items":{}}},"required":["method"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/tron/gas/estimate":{"post":{"operationId":"tron_gas_estimate","summary":"Estimate gas for a transaction on Tron","tags":["Tron"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"from":{"type":"string"},"to":{"type":"string"},"value":{"type":"string"},"data":{"type":"string"}},"required":["to"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/tron/block/latest":{"post":{"operationId":"tron_block_latest","summary":"Get latest block from Tron","tags":["Tron"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{}}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/injective/rpc":{"post":{"operationId":"injective_rpc","summary":"JSON-RPC proxy to Injective via Alchemy","tags":["Injective"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"method":{"type":"string"},"params":{"type":"array","items":{}}},"required":["method"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/injective/gas/estimate":{"post":{"operationId":"injective_gas_estimate","summary":"Estimate gas for a transaction on Injective","tags":["Injective"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"from":{"type":"string"},"to":{"type":"string"},"value":{"type":"string"},"data":{"type":"string"}},"required":["to"]}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}},"/api/injective/block/latest":{"post":{"operationId":"injective_block_latest","summary":"Get latest block from Injective","tags":["Injective"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{}}}}},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}}}}}}