x402 RPC Resources
Premium Solana RPC infrastructure powered by PayAI x402 protocol
Merchant Address
BiHdXQqNXTgMrNikZxw4CMnD1z1t6K2tmtwyXgSWSKqRAll Systems Operational
Base URL
https://merch.oobeprotocol.aiProtocol
PayAI x402Network
Solana MainnetAvailable Resources
All endpoints support X402 payment headers or Bearer token authentication
POST
Premium RPC Call
/api/rpc/callHigh-performance Solana RPC endpoint with premium routing and caching
Token Auth Supported
X402 Payment
$0.01
10,000 lamports
POST
Transaction Send
/api/tx/sendSubmit and broadcast transactions with priority fee optimization
Token Auth Supported
X402 Payment
$0.02
20,000 lamports
GET
Credits Packages
/api/credits/packagesView available prepaid credit packages
X402 Payment
Free
POST
Purchase Credits
/api/credits/purchasePurchase prepaid credits with X402 payment protocol
X402 Payment
Variable
GET
Check Balance
/api/credits/balanceCheck remaining credit balance with Bearer token
Token Auth Supported
X402 Payment
Free
Authentication Methods
X402 Payment Protocol
Pay-per-call with instant USDC settlement. Include X-PAYMENT header with transaction signature.
X-PAYMENT: <base64_tx_signature>Bearer Token (Prepaid Credits)
Purchase credits once, use multiple times. Include Authorization header with token.
Authorization: Bearer <token>Example Usage
Premium RPC Call with X402
curl -X POST https://merch.oobeprotocol.ai/api/rpc/call \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <base64_tx_signature>" \
-d '{
"jsonrpc": "2.0",
"id": 1,
"method": "getLatestBlockhash",
"params": []
}'Using Prepaid Credits
curl -X POST https://merch.oobeprotocol.ai/api/rpc/call \
-H "Content-Type: application/json" \
-H "Authorization: Bearer <your_token>" \
-d '{
"jsonrpc": "2.0",
"id": 1,
"method": "getLatestBlockhash",
"params": []
}'Discovery Registration
This merchant is registered with PayAI Facilitator discovery service. All resources are automatically discoverable by x402-compatible clients.
https://facilitator.payai.network/discovery/resources?merchant=BiHdXQqNXTgMrNikZxw4CMnD1z1t6K2tmtwyXgSWSKqR