{"openapi":"3.1.0","info":{"title":"Spraay x402 Gateway","version":"3.7.0","description":"Pay-per-use AI, DeFi, payment, compute, and RTP primitives for autonomous agents via x402 and MPP on Base.","contact":{"name":"Spraay","url":"https://spraay.app","email":"hello@spraay.app"},"license":{"name":"MIT"},"x-guidance":"Spraay is a multi-chain payment and AI inference gateway with 99+ paid endpoints. Use POST /api/v1/chat/completions for LLM chat (200+ models, OpenAI-compatible). POST /api/v1/batch/execute for batch USDC payments. GET /api/v1/oracle/prices for real-time price feeds. POST /api/v1/robots/task to dispatch robot tasks via RTP. POST /api/v1/search/qna for structured Q&A. Bittensor decentralized AI at /bittensor/v1/chat/completions. Supply chain at /api/v1/sctp/*. All endpoints accept micropayments via x402 and MPP (USDC on Base). No API keys needed — just pay per call."},"servers":[{"url":"https://gateway.spraay.app","description":"Production (Base mainnet)"}],"x-discovery":{"ownershipProofs":[]},"paths":{"/api/v1/chat/completions":{"post":{"operationId":"chat-completions","summary":"OpenAI-compatible chat via 200+ models — $0.04","tags":["ai"],"description":"Paid endpoint — $0.04 per call via x402/MPP. See https://gateway.spraay.app/.well-known/x402.json for full payment details.","x-payment-info":{"price":{"mode":"fixed","amount":"0.040000","currency":"USD"},"protocols":[{"mpp":{}},{"x402":{}}]},"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"choices":{"type":"array"},"usage":{"type":"object"}}}}}},"402":{"description":"Payment Required"}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"model":{"type":"string","description":"Model ID"},"messages":{"type":"array","description":"Chat messages"},"max_tokens":{"type":"number"},"temperature":{"type":"number"}},"required":["model","messages"]}}}}}},"/api/v1/models":{"get":{"operationId":"models","summary":"List AI models — $0.001","tags":["ai"],"description":"Paid endpoint — $0.001 per call via x402/MPP. See https://gateway.spraay.app/.well-known/x402.json for full payment details.","x-payment-info":{"price":{"mode":"fixed","amount":"0.001000","currency":"USD"},"protocols":[{"mpp":{}},{"x402":{}}]},"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"models":{"type":"array"},"count":{"type":"number"}}}}}},"402":{"description":"Payment Required"}},"parameters":[]}},"/api/v1/batch/execute":{"post":{"operationId":"batch-execute","summary":"Batch USDC payments on Base — $0.02","tags":["payments"],"description":"Paid endpoint — $0.02 per call via x402/MPP. See https://gateway.spraay.app/.well-known/x402.json for full payment details.","x-payment-info":{"price":{"mode":"fixed","amount":"0.020000","currency":"USD"},"protocols":[{"mpp":{}},{"x402":{}}]},"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"transactions":{"type":"array"}}}}}},"402":{"description":"Payment Required"}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"token":{"type":"string"},"recipients":{"type":"array"},"amounts":{"type":"array"},"sender":{"type":"string"}},"required":["token","recipients","amounts","sender"]}}}}}},"/api/v1/batch/estimate":{"post":{"operationId":"batch-estimate","summary":"Estimate batch gas — $0.001","tags":["payments"],"description":"Paid endpoint — $0.001 per call via x402/MPP. See https://gateway.spraay.app/.well-known/x402.json for full payment details.","x-payment-info":{"price":{"mode":"fixed","amount":"0.001000","currency":"USD"},"protocols":[{"mpp":{}},{"x402":{}}]},"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"estimatedGas":{"type":"string"}}}}}},"402":{"description":"Payment Required"}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"recipientCount":{"type":"number"}},"required":["recipientCount"]}}}}}},"/api/v1/stellar/batch":{"post":{"operationId":"stellar-batch","summary":"Batch XLM payments on Stellar — $0.02","tags":["payments"],"description":"Paid endpoint — $0.02 per call via x402/MPP. See https://gateway.spraay.app/.well-known/x402.json for full payment details.","x-payment-info":{"price":{"mode":"fixed","amount":"0.020000","currency":"USD"},"protocols":[{"mpp":{}},{"x402":{}}]},"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"hash":{"type":"string"},"status":{"type":"string"}}}}}},"402":{"description":"Payment Required"}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"sourceSecret":{"type":"string"},"recipients":{"type":"array"},"amounts":{"type":"array"}},"required":["sourceSecret","recipients","amounts"]}}}}}},"/api/v1/stellar/estimate":{"post":{"operationId":"stellar-estimate","summary":"Estimate Stellar batch cost — $0.001","tags":["payments"],"description":"Paid endpoint — $0.001 per call via x402/MPP. See https://gateway.spraay.app/.well-known/x402.json for full payment details.","x-payment-info":{"price":{"mode":"fixed","amount":"0.001000","currency":"USD"},"protocols":[{"mpp":{}},{"x402":{}}]},"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"estimatedFee":{"type":"string"}}}}}},"402":{"description":"Payment Required"}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"recipientCount":{"type":"number"}},"required":["recipientCount"]}}}}}},"/api/v1/xrp/batch":{"post":{"operationId":"xrp-batch","summary":"Batch XRP payments on XRP Ledger — $0.02","tags":["payments"],"description":"Paid endpoint — $0.02 per call via x402/MPP. See https://gateway.spraay.app/.well-known/x402.json for full payment details.","x-payment-info":{"price":{"mode":"fixed","amount":"0.020000","currency":"USD"},"protocols":[{"mpp":{}},{"x402":{}}]},"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"hash":{"type":"string"},"status":{"type":"string"}}}}}},"402":{"description":"Payment Required"}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"senderSecret":{"type":"string"},"recipients":{"type":"array"},"amounts":{"type":"array"}},"required":["senderSecret","recipients","amounts"]}}}}}},"/api/v1/xrp/estimate":{"post":{"operationId":"xrp-estimate","summary":"Estimate XRP batch cost — $0.001","tags":["payments"],"description":"Paid endpoint — $0.001 per call via x402/MPP. See https://gateway.spraay.app/.well-known/x402.json for full payment details.","x-payment-info":{"price":{"mode":"fixed","amount":"0.001000","currency":"USD"},"protocols":[{"mpp":{}},{"x402":{}}]},"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"estimatedFee":{"type":"string"}}}}}},"402":{"description":"Payment Required"}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"recipientCount":{"type":"number"}},"required":["recipientCount"]}}}}}},"/api/v1/xrp/info":{"get":{"operationId":"xrp-info","summary":"XRP Ledger fee and reserve info — $0.001","tags":["payments"],"description":"Paid endpoint — $0.001 per call via x402/MPP. See https://gateway.spraay.app/.well-known/x402.json for full payment details.","x-payment-info":{"price":{"mode":"fixed","amount":"0.001000","currency":"USD"},"protocols":[{"mpp":{}},{"x402":{}}]},"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"baseFee":{"type":"string"},"reserveBase":{"type":"string"}}}}}},"402":{"description":"Payment Required"}},"parameters":[]}},"/api/v1/swap/quote":{"get":{"operationId":"swap-quote","summary":"Uniswap V3 / Aerodrome quote — $0.008","tags":["defi"],"description":"Paid endpoint — $0.008 per call via x402/MPP. See https://gateway.spraay.app/.well-known/x402.json for full payment details.","x-payment-info":{"price":{"mode":"fixed","amount":"0.008000","currency":"USD"},"protocols":[{"mpp":{}},{"x402":{}}]},"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"amountOut":{"type":"string"},"route":{"type":"string"}}}}}},"402":{"description":"Payment Required"}},"parameters":[{"name":"tokenIn","in":"query","required":true,"schema":{"type":"string"}},{"name":"tokenOut","in":"query","required":true,"schema":{"type":"string"}},{"name":"amountIn","in":"query","required":true,"schema":{"type":"string"}}]}},"/api/v1/swap/tokens":{"get":{"operationId":"swap-tokens","summary":"Supported swap tokens — $0.001","tags":["defi"],"description":"Paid endpoint — $0.001 per call via x402/MPP. See https://gateway.spraay.app/.well-known/x402.json for full payment details.","x-payment-info":{"price":{"mode":"fixed","amount":"0.001000","currency":"USD"},"protocols":[{"mpp":{}},{"x402":{}}]},"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"tokens":{"type":"array"}}}}}},"402":{"description":"Payment Required"}},"parameters":[]}},"/api/v1/swap/execute":{"post":{"operationId":"swap-execute","summary":"Execute swap via Uniswap V3 — $0.015","tags":["defi"],"description":"Paid endpoint — $0.015 per call via x402/MPP. See https://gateway.spraay.app/.well-known/x402.json for full payment details.","x-payment-info":{"price":{"mode":"fixed","amount":"0.015000","currency":"USD"},"protocols":[{"mpp":{}},{"x402":{}}]},"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"status":{"type":"string"},"txHash":{"type":"string"}}}}}},"402":{"description":"Payment Required"}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"tokenIn":{"type":"string"},"tokenOut":{"type":"string"},"amountIn":{"type":"string"},"recipient":{"type":"string"}},"required":["tokenIn","tokenOut","amountIn","recipient"]}}}}}},"/api/v1/defi/positions":{"get":{"operationId":"defi-positions","summary":"DeFi positions across Aave V3, Compound V3, Aerodrome — $0.02","tags":["defi"],"description":"Paid endpoint — $0.02 per call via x402/MPP. See https://gateway.spraay.app/.well-known/x402.json for full payment details.","x-payment-info":{"price":{"mode":"fixed","amount":"0.020000","currency":"USD"},"protocols":[{"mpp":{}},{"x402":{}}]},"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"address":{"type":"string"},"total_positions":{"type":"number"},"positions":{"type":"array"}}}}}},"402":{"description":"Payment Required"}},"parameters":[{"name":"address","in":"query","required":true,"schema":{"type":"string"}},{"name":"chain","in":"query","required":false,"schema":{"type":"string"}}]}},"/api/v1/solana/jupiter/quote":{"get":{"operationId":"solana-jupiter-quote","summary":"Jupiter v6 swap quote on Solana — $0.005","tags":["solana"],"description":"Paid endpoint — $0.005 per call via x402/MPP. See https://gateway.spraay.app/.well-known/x402.json for full payment details.","x-payment-info":{"price":{"mode":"fixed","amount":"0.005000","currency":"USD"},"protocols":[{"mpp":{}},{"x402":{}}]},"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"inAmount":{"type":"string"},"outAmount":{"type":"string"},"priceImpactPct":{"type":"string"}}}}}},"402":{"description":"Payment Required"}},"parameters":[{"name":"inputMint","in":"query","required":true,"schema":{"type":"string"}},{"name":"outputMint","in":"query","required":true,"schema":{"type":"string"}},{"name":"amount","in":"query","required":true,"schema":{"type":"string"}},{"name":"slippageBps","in":"query","required":false,"schema":{"type":"string"}}]}},"/api/v1/solana/jupiter/swap-tx":{"post":{"operationId":"solana-jupiter-swap-tx","summary":"Build unsigned Jupiter swap transaction — $0.01","tags":["solana"],"description":"Paid endpoint — $0.01 per call via x402/MPP. See https://gateway.spraay.app/.well-known/x402.json for full payment details.","x-payment-info":{"price":{"mode":"fixed","amount":"0.010000","currency":"USD"},"protocols":[{"mpp":{}},{"x402":{}}]},"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"swapTransaction":{"type":"string"},"lastValidBlockHeight":{"type":"number"}}}}}},"402":{"description":"Payment Required"}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"quoteResponse":{"type":"object"},"userPublicKey":{"type":"string"}},"required":["quoteResponse","userPublicKey"]}}}}}},"/api/v1/solana/helius/assets-by-owner":{"get":{"operationId":"solana-helius-assets-by-owner","summary":"Helius DAS: list assets by Solana wallet — $0.003","tags":["solana"],"description":"Paid endpoint — $0.003 per call via x402/MPP. See https://gateway.spraay.app/.well-known/x402.json for full payment details.","x-payment-info":{"price":{"mode":"fixed","amount":"0.003000","currency":"USD"},"protocols":[{"mpp":{}},{"x402":{}}]},"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"owner":{"type":"string"},"total":{"type":"number"},"items":{"type":"array"}}}}}},"402":{"description":"Payment Required"}},"parameters":[{"name":"owner","in":"query","required":true,"schema":{"type":"string"}},{"name":"page","in":"query","required":false,"schema":{"type":"string"}},{"name":"limit","in":"query","required":false,"schema":{"type":"string"}}]}},"/api/v1/solana/helius/asset":{"get":{"operationId":"solana-helius-asset","summary":"Helius DAS: full metadata for a Solana asset — $0.002","tags":["solana"],"description":"Paid endpoint — $0.002 per call via x402/MPP. See https://gateway.spraay.app/.well-known/x402.json for full payment details.","x-payment-info":{"price":{"mode":"fixed","amount":"0.002000","currency":"USD"},"protocols":[{"mpp":{}},{"x402":{}}]},"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string"},"asset":{"type":"object"}}}}}},"402":{"description":"Payment Required"}},"parameters":[{"name":"id","in":"query","required":true,"schema":{"type":"string"}}]}},"/api/v1/solana/pyth/price":{"get":{"operationId":"solana-pyth-price","summary":"Pyth latest price for one feed — $0.005","tags":["solana"],"description":"Paid endpoint — $0.005 per call via x402/MPP. See https://gateway.spraay.app/.well-known/x402.json for full payment details.","x-payment-info":{"price":{"mode":"fixed","amount":"0.005000","currency":"USD"},"protocols":[{"mpp":{}},{"x402":{}}]},"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"symbol":{"type":"string"},"price":{"type":"number"},"confidence":{"type":"number"}}}}}},"402":{"description":"Payment Required"}},"parameters":[{"name":"feedId","in":"query","required":true,"schema":{"type":"string"}}]}},"/api/v1/solana/pyth/prices":{"get":{"operationId":"solana-pyth-prices","summary":"Pyth batch prices (up to 50 feeds) — $0.008","tags":["solana"],"description":"Paid endpoint — $0.008 per call via x402/MPP. See https://gateway.spraay.app/.well-known/x402.json for full payment details.","x-payment-info":{"price":{"mode":"fixed","amount":"0.008000","currency":"USD"},"protocols":[{"mpp":{}},{"x402":{}}]},"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"count":{"type":"number"},"prices":{"type":"object"}}}}}},"402":{"description":"Payment Required"}},"parameters":[{"name":"feedIds","in":"query","required":true,"schema":{"type":"string"}}]}},"/api/v1/oracle/prices":{"get":{"operationId":"oracle-prices","summary":"Multi-token price feed — $0.008","tags":["oracle"],"description":"Paid endpoint — $0.008 per call via x402/MPP. See https://gateway.spraay.app/.well-known/x402.json for full payment details.","x-payment-info":{"price":{"mode":"fixed","amount":"0.008000","currency":"USD"},"protocols":[{"mpp":{}},{"x402":{}}]},"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"prices":{"type":"object"}}}}}},"402":{"description":"Payment Required"}},"parameters":[{"name":"tokens","in":"query","required":false,"schema":{"type":"string"}}]}},"/api/v1/oracle/gas":{"get":{"operationId":"oracle-gas","summary":"Gas prices on Base — $0.005","tags":["oracle"],"description":"Paid endpoint — $0.005 per call via x402/MPP. See https://gateway.spraay.app/.well-known/x402.json for full payment details.","x-payment-info":{"price":{"mode":"fixed","amount":"0.005000","currency":"USD"},"protocols":[{"mpp":{}},{"x402":{}}]},"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"gas":{"type":"object"}}}}}},"402":{"description":"Payment Required"}},"parameters":[]}},"/api/v1/oracle/fx":{"get":{"operationId":"oracle-fx","summary":"Stablecoin FX rates — $0.008","tags":["oracle"],"description":"Paid endpoint — $0.008 per call via x402/MPP. See https://gateway.spraay.app/.well-known/x402.json for full payment details.","x-payment-info":{"price":{"mode":"fixed","amount":"0.008000","currency":"USD"},"protocols":[{"mpp":{}},{"x402":{}}]},"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"rates":{"type":"object"}}}}}},"402":{"description":"Payment Required"}},"parameters":[{"name":"base","in":"query","required":false,"schema":{"type":"string"}}]}},"/api/v1/bridge/quote":{"get":{"operationId":"bridge-quote","summary":"Cross-chain bridge quote — $0.05","tags":["bridge"],"description":"Paid endpoint — $0.05 per call via x402/MPP. See https://gateway.spraay.app/.well-known/x402.json for full payment details.","x-payment-info":{"price":{"mode":"fixed","amount":"0.050000","currency":"USD"},"protocols":[{"mpp":{}},{"x402":{}}]},"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"status":{"type":"string"},"quote":{"type":"object"}}}}}},"402":{"description":"Payment Required"}},"parameters":[{"name":"fromChain","in":"query","required":true,"schema":{"type":"string"}},{"name":"toChain","in":"query","required":true,"schema":{"type":"string"}},{"name":"token","in":"query","required":true,"schema":{"type":"string"}},{"name":"amount","in":"query","required":true,"schema":{"type":"string"}},{"name":"fromAddress","in":"query","required":true,"schema":{"type":"string"}}]}},"/api/v1/bridge/chains":{"get":{"operationId":"bridge-chains","summary":"Supported bridge chains — $0.002","tags":["bridge"],"description":"Paid endpoint — $0.002 per call via x402/MPP. See https://gateway.spraay.app/.well-known/x402.json for full payment details.","x-payment-info":{"price":{"mode":"fixed","amount":"0.002000","currency":"USD"},"protocols":[{"mpp":{}},{"x402":{}}]},"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"chains":{"type":"array"}}}}}},"402":{"description":"Payment Required"}},"parameters":[]}},"/api/v1/payroll/execute":{"post":{"operationId":"payroll-execute","summary":"Crypto payroll run — $0.10","tags":["payroll"],"description":"Paid endpoint — $0.10 per call via x402/MPP. See https://gateway.spraay.app/.well-known/x402.json for full payment details.","x-payment-info":{"price":{"mode":"fixed","amount":"0.100000","currency":"USD"},"protocols":[{"mpp":{}},{"x402":{}}]},"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"status":{"type":"string"},"txHash":{"type":"string"}}}}}},"402":{"description":"Payment Required"}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"token":{"type":"string"},"sender":{"type":"string"},"employees":{"type":"array"}},"required":["token","sender","employees"]}}}}}},"/api/v1/payroll/estimate":{"post":{"operationId":"payroll-estimate","summary":"Estimate payroll costs — $0.003","tags":["payroll"],"description":"Paid endpoint — $0.003 per call via x402/MPP. See https://gateway.spraay.app/.well-known/x402.json for full payment details.","x-payment-info":{"price":{"mode":"fixed","amount":"0.003000","currency":"USD"},"protocols":[{"mpp":{}},{"x402":{}}]},"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"estimate":{"type":"object"}}}}}},"402":{"description":"Payment Required"}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"employeeCount":{"type":"number"}},"required":["employeeCount"]}}}}}},"/api/v1/payroll/tokens":{"get":{"operationId":"payroll-tokens","summary":"Payroll stablecoins — $0.002","tags":["payroll"],"description":"Paid endpoint — $0.002 per call via x402/MPP. See https://gateway.spraay.app/.well-known/x402.json for full payment details.","x-payment-info":{"price":{"mode":"fixed","amount":"0.002000","currency":"USD"},"protocols":[{"mpp":{}},{"x402":{}}]},"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"tokens":{"type":"array"}}}}}},"402":{"description":"Payment Required"}},"parameters":[]}},"/api/v1/invoice/create":{"post":{"operationId":"invoice-create","summary":"Create invoice with payment tx — $0.05","tags":["invoicing"],"description":"Paid endpoint — $0.05 per call via x402/MPP. See https://gateway.spraay.app/.well-known/x402.json for full payment details.","x-payment-info":{"price":{"mode":"fixed","amount":"0.050000","currency":"USD"},"protocols":[{"mpp":{}},{"x402":{}}]},"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"status":{"type":"string"},"invoice":{"type":"object"}}}}}},"402":{"description":"Payment Required"}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"creator":{"type":"string"},"token":{"type":"string"},"amount":{"type":"string"}},"required":["creator","token","amount"]}}}}}},"/api/v1/invoice/list":{"get":{"operationId":"invoice-list","summary":"List invoices by address — $0.01","tags":["invoicing"],"description":"Paid endpoint — $0.01 per call via x402/MPP. See https://gateway.spraay.app/.well-known/x402.json for full payment details.","x-payment-info":{"price":{"mode":"fixed","amount":"0.010000","currency":"USD"},"protocols":[{"mpp":{}},{"x402":{}}]},"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"invoices":{"type":"array"},"count":{"type":"number"}}}}}},"402":{"description":"Payment Required"}},"parameters":[{"name":"address","in":"query","required":true,"schema":{"type":"string"}}]}},"/api/v1/invoice/:id":{"get":{"operationId":"invoice-id","summary":"Invoice lookup — $0.01","tags":["invoicing"],"description":"Paid endpoint — $0.01 per call via x402/MPP. See https://gateway.spraay.app/.well-known/x402.json for full payment details.","x-payment-info":{"price":{"mode":"fixed","amount":"0.010000","currency":"USD"},"protocols":[{"mpp":{}},{"x402":{}}]},"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"invoice":{"type":"object"}}}}}},"402":{"description":"Payment Required"}},"parameters":[{"name":"id","in":"query","required":true,"schema":{"type":"string"}}]}},"/api/v1/analytics/wallet":{"get":{"operationId":"analytics-wallet","summary":"Wallet profile — $0.01","tags":["analytics"],"description":"Paid endpoint — $0.01 per call via x402/MPP. See https://gateway.spraay.app/.well-known/x402.json for full payment details.","x-payment-info":{"price":{"mode":"fixed","amount":"0.010000","currency":"USD"},"protocols":[{"mpp":{}},{"x402":{}}]},"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"classification":{"type":"object"}}}}}},"402":{"description":"Payment Required"}},"parameters":[{"name":"address","in":"query","required":true,"schema":{"type":"string"}}]}},"/api/v1/analytics/txhistory":{"get":{"operationId":"analytics-txhistory","summary":"Transaction history — $0.008","tags":["analytics"],"description":"Paid endpoint — $0.008 per call via x402/MPP. See https://gateway.spraay.app/.well-known/x402.json for full payment details.","x-payment-info":{"price":{"mode":"fixed","amount":"0.008000","currency":"USD"},"protocols":[{"mpp":{}},{"x402":{}}]},"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"transactions":{"type":"array"}}}}}},"402":{"description":"Payment Required"}},"parameters":[{"name":"address","in":"query","required":true,"schema":{"type":"string"}},{"name":"limit","in":"query","required":false,"schema":{"type":"string"}}]}},"/api/v1/escrow/create":{"post":{"operationId":"escrow-create","summary":"Create conditional escrow — $0.10","tags":["escrow"],"description":"Paid endpoint — $0.10 per call via x402/MPP. See https://gateway.spraay.app/.well-known/x402.json for full payment details.","x-payment-info":{"price":{"mode":"fixed","amount":"0.100000","currency":"USD"},"protocols":[{"mpp":{}},{"x402":{}}]},"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"status":{"type":"string"},"escrow":{"type":"object"}}}}}},"402":{"description":"Payment Required"}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"depositor":{"type":"string"},"beneficiary":{"type":"string"},"token":{"type":"string"},"amount":{"type":"string"}},"required":["depositor","beneficiary","token","amount"]}}}}}},"/api/v1/escrow/list":{"get":{"operationId":"escrow-list","summary":"List escrows by address — $0.02","tags":["escrow"],"description":"Paid endpoint — $0.02 per call via x402/MPP. See https://gateway.spraay.app/.well-known/x402.json for full payment details.","x-payment-info":{"price":{"mode":"fixed","amount":"0.020000","currency":"USD"},"protocols":[{"mpp":{}},{"x402":{}}]},"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"escrows":{"type":"array"},"count":{"type":"number"}}}}}},"402":{"description":"Payment Required"}},"parameters":[{"name":"address","in":"query","required":true,"schema":{"type":"string"}}]}},"/api/v1/escrow/:id":{"get":{"operationId":"escrow-id","summary":"Escrow status — $0.005","tags":["escrow"],"description":"Paid endpoint — $0.005 per call via x402/MPP. See https://gateway.spraay.app/.well-known/x402.json for full payment details.","x-payment-info":{"price":{"mode":"fixed","amount":"0.005000","currency":"USD"},"protocols":[{"mpp":{}},{"x402":{}}]},"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"escrow":{"type":"object"}}}}}},"402":{"description":"Payment Required"}},"parameters":[{"name":"id","in":"query","required":true,"schema":{"type":"string"}}]}},"/api/v1/escrow/fund":{"post":{"operationId":"escrow-fund","summary":"Mark escrow as funded — $0.02","tags":["escrow"],"description":"Paid endpoint — $0.02 per call via x402/MPP. See https://gateway.spraay.app/.well-known/x402.json for full payment details.","x-payment-info":{"price":{"mode":"fixed","amount":"0.020000","currency":"USD"},"protocols":[{"mpp":{}},{"x402":{}}]},"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"status":{"type":"string"}}}}}},"402":{"description":"Payment Required"}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"escrowId":{"type":"string"}},"required":["escrowId"]}}}}}},"/api/v1/escrow/release":{"post":{"operationId":"escrow-release","summary":"Release escrow funds — $0.08","tags":["escrow"],"description":"Paid endpoint — $0.08 per call via x402/MPP. See https://gateway.spraay.app/.well-known/x402.json for full payment details.","x-payment-info":{"price":{"mode":"fixed","amount":"0.080000","currency":"USD"},"protocols":[{"mpp":{}},{"x402":{}}]},"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"status":{"type":"string"},"transaction":{"type":"object"}}}}}},"402":{"description":"Payment Required"}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"escrowId":{"type":"string"},"caller":{"type":"string"}},"required":["escrowId","caller"]}}}}}},"/api/v1/escrow/cancel":{"post":{"operationId":"escrow-cancel","summary":"Cancel escrow — $0.02","tags":["escrow"],"description":"Paid endpoint — $0.02 per call via x402/MPP. See https://gateway.spraay.app/.well-known/x402.json for full payment details.","x-payment-info":{"price":{"mode":"fixed","amount":"0.020000","currency":"USD"},"protocols":[{"mpp":{}},{"x402":{}}]},"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"status":{"type":"string"}}}}}},"402":{"description":"Payment Required"}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"escrowId":{"type":"string"},"caller":{"type":"string"}},"required":["escrowId","caller"]}}}}}},"/api/v1/inference/classify-address":{"post":{"operationId":"inference-classify-address","summary":"AI wallet classification with risk scoring — $0.03","tags":["inference"],"description":"Paid endpoint — $0.03 per call via x402/MPP. See https://gateway.spraay.app/.well-known/x402.json for full payment details.","x-payment-info":{"price":{"mode":"fixed","amount":"0.030000","currency":"USD"},"protocols":[{"mpp":{}},{"x402":{}}]},"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"classification":{"type":"object"}}}}}},"402":{"description":"Payment Required"}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"address":{"type":"string"}},"required":["address"]}}}}}},"/api/v1/inference/classify-tx":{"post":{"operationId":"inference-classify-tx","summary":"AI transaction classification — $0.03","tags":["inference"],"description":"Paid endpoint — $0.03 per call via x402/MPP. See https://gateway.spraay.app/.well-known/x402.json for full payment details.","x-payment-info":{"price":{"mode":"fixed","amount":"0.030000","currency":"USD"},"protocols":[{"mpp":{}},{"x402":{}}]},"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"classification":{"type":"object"}}}}}},"402":{"description":"Payment Required"}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"hash":{"type":"string"}},"required":["hash"]}}}}}},"/api/v1/inference/explain-contract":{"post":{"operationId":"inference-explain-contract","summary":"AI smart contract analysis — $0.03","tags":["inference"],"description":"Paid endpoint — $0.03 per call via x402/MPP. See https://gateway.spraay.app/.well-known/x402.json for full payment details.","x-payment-info":{"price":{"mode":"fixed","amount":"0.030000","currency":"USD"},"protocols":[{"mpp":{}},{"x402":{}}]},"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"analysis":{"type":"object"}}}}}},"402":{"description":"Payment Required"}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"address":{"type":"string"}},"required":["address"]}}}}}},"/api/v1/inference/summarize":{"post":{"operationId":"inference-summarize","summary":"AI intelligence briefing for address or tx — $0.03","tags":["inference"],"description":"Paid endpoint — $0.03 per call via x402/MPP. See https://gateway.spraay.app/.well-known/x402.json for full payment details.","x-payment-info":{"price":{"mode":"fixed","amount":"0.030000","currency":"USD"},"protocols":[{"mpp":{}},{"x402":{}}]},"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"briefing":{"type":"object"}}}}}},"402":{"description":"Payment Required"}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"target":{"type":"string"},"context":{"type":"string"}},"required":["target"]}}}}}},"/api/v1/notify/email":{"post":{"operationId":"notify-email","summary":"Send email notification — $0.01","tags":["communication"],"description":"Paid endpoint — $0.01 per call via x402/MPP. See https://gateway.spraay.app/.well-known/x402.json for full payment details.","x-payment-info":{"price":{"mode":"fixed","amount":"0.010000","currency":"USD"},"protocols":[{"mpp":{}},{"x402":{}}]},"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string"},"status":{"type":"string"}}}}}},"402":{"description":"Payment Required"}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"to":{"type":"string"},"subject":{"type":"string"},"body":{"type":"string"}},"required":["to","body"]}}}}}},"/api/v1/notify/sms":{"post":{"operationId":"notify-sms","summary":"Send SMS notification — $0.02","tags":["communication"],"description":"Paid endpoint — $0.02 per call via x402/MPP. See https://gateway.spraay.app/.well-known/x402.json for full payment details.","x-payment-info":{"price":{"mode":"fixed","amount":"0.020000","currency":"USD"},"protocols":[{"mpp":{}},{"x402":{}}]},"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string"},"status":{"type":"string"}}}}}},"402":{"description":"Payment Required"}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"to":{"type":"string"},"body":{"type":"string"}},"required":["to","body"]}}}}}},"/api/v1/notify/status":{"get":{"operationId":"notify-status","summary":"Check notification delivery status — $0.002","tags":["communication"],"description":"Paid endpoint — $0.002 per call via x402/MPP. See https://gateway.spraay.app/.well-known/x402.json for full payment details.","x-payment-info":{"price":{"mode":"fixed","amount":"0.002000","currency":"USD"},"protocols":[{"mpp":{}},{"x402":{}}]},"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string"},"status":{"type":"string"}}}}}},"402":{"description":"Payment Required"}},"parameters":[{"name":"id","in":"query","required":true,"schema":{"type":"string"}}]}},"/api/v1/webhook/register":{"post":{"operationId":"webhook-register","summary":"Register webhook for events — $0.01","tags":["communication"],"description":"Paid endpoint — $0.01 per call via x402/MPP. See https://gateway.spraay.app/.well-known/x402.json for full payment details.","x-payment-info":{"price":{"mode":"fixed","amount":"0.010000","currency":"USD"},"protocols":[{"mpp":{}},{"x402":{}}]},"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string"},"secret":{"type":"string"},"status":{"type":"string"}}}}}},"402":{"description":"Payment Required"}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"url":{"type":"string"},"events":{"type":"array"}},"required":["url","events"]}}}}}},"/api/v1/webhook/test":{"post":{"operationId":"webhook-test","summary":"Send test event to webhook — $0.005","tags":["communication"],"description":"Paid endpoint — $0.005 per call via x402/MPP. See https://gateway.spraay.app/.well-known/x402.json for full payment details.","x-payment-info":{"price":{"mode":"fixed","amount":"0.005000","currency":"USD"},"protocols":[{"mpp":{}},{"x402":{}}]},"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"delivered":{"type":"boolean"}}}}}},"402":{"description":"Payment Required"}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"webhookId":{"type":"string"}},"required":["webhookId"]}}}}}},"/api/v1/webhook/list":{"get":{"operationId":"webhook-list","summary":"List registered webhooks — $0.002","tags":["communication"],"description":"Paid endpoint — $0.002 per call via x402/MPP. See https://gateway.spraay.app/.well-known/x402.json for full payment details.","x-payment-info":{"price":{"mode":"fixed","amount":"0.002000","currency":"USD"},"protocols":[{"mpp":{}},{"x402":{}}]},"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"webhooks":{"type":"array"},"total":{"type":"number"}}}}}},"402":{"description":"Payment Required"}},"parameters":[]}},"/api/v1/webhook/delete":{"post":{"operationId":"webhook-delete","summary":"Delete a webhook — $0.002","tags":["communication"],"description":"Paid endpoint — $0.002 per call via x402/MPP. See https://gateway.spraay.app/.well-known/x402.json for full payment details.","x-payment-info":{"price":{"mode":"fixed","amount":"0.002000","currency":"USD"},"protocols":[{"mpp":{}},{"x402":{}}]},"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"deleted":{"type":"boolean"}}}}}},"402":{"description":"Payment Required"}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"webhookId":{"type":"string"}},"required":["webhookId"]}}}}}},"/api/v1/xmtp/send":{"post":{"operationId":"xmtp-send","summary":"Send encrypted XMTP message — $0.01","tags":["communication"],"description":"Paid endpoint — $0.01 per call via x402/MPP. See https://gateway.spraay.app/.well-known/x402.json for full payment details.","x-payment-info":{"price":{"mode":"fixed","amount":"0.010000","currency":"USD"},"protocols":[{"mpp":{}},{"x402":{}}]},"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string"},"status":{"type":"string"}}}}}},"402":{"description":"Payment Required"}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"to":{"type":"string"},"content":{"type":"string"}},"required":["to","content"]}}}}}},"/api/v1/xmtp/inbox":{"get":{"operationId":"xmtp-inbox","summary":"Read XMTP inbox — $0.01","tags":["communication"],"description":"Paid endpoint — $0.01 per call via x402/MPP. See https://gateway.spraay.app/.well-known/x402.json for full payment details.","x-payment-info":{"price":{"mode":"fixed","amount":"0.010000","currency":"USD"},"protocols":[{"mpp":{}},{"x402":{}}]},"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"messages":{"type":"array"},"total":{"type":"number"}}}}}},"402":{"description":"Payment Required"}},"parameters":[{"name":"address","in":"query","required":true,"schema":{"type":"string"}},{"name":"limit","in":"query","required":false,"schema":{"type":"string"}}]}},"/api/v1/rpc/call":{"post":{"operationId":"rpc-call","summary":"Premium multi-chain RPC call — $0.001","tags":["infrastructure"],"description":"Paid endpoint — $0.001 per call via x402/MPP. See https://gateway.spraay.app/.well-known/x402.json for full payment details.","x-payment-info":{"price":{"mode":"fixed","amount":"0.001000","currency":"USD"},"protocols":[{"mpp":{}},{"x402":{}}]},"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"jsonrpc":{"type":"string"},"result":{"type":"string"}}}}}},"402":{"description":"Payment Required"}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"chain":{"type":"string"},"method":{"type":"string"},"params":{"type":"array"}},"required":["chain","method"]}}}}}},"/api/v1/rpc/chains":{"get":{"operationId":"rpc-chains","summary":"List supported RPC chains — $0.001","tags":["infrastructure"],"description":"Paid endpoint — $0.001 per call via x402/MPP. See https://gateway.spraay.app/.well-known/x402.json for full payment details.","x-payment-info":{"price":{"mode":"fixed","amount":"0.001000","currency":"USD"},"protocols":[{"mpp":{}},{"x402":{}}]},"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"chains":{"type":"array"},"allowedMethods":{"type":"array"}}}}}},"402":{"description":"Payment Required"}},"parameters":[]}},"/api/v1/storage/pin":{"post":{"operationId":"storage-pin","summary":"Pin content to IPFS or Arweave — $0.01","tags":["infrastructure"],"description":"Paid endpoint — $0.01 per call via x402/MPP. See https://gateway.spraay.app/.well-known/x402.json for full payment details.","x-payment-info":{"price":{"mode":"fixed","amount":"0.010000","currency":"USD"},"protocols":[{"mpp":{}},{"x402":{}}]},"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"cid":{"type":"string"},"status":{"type":"string"}}}}}},"402":{"description":"Payment Required"}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"string"},"contentType":{"type":"string"},"provider":{"type":"string"}},"required":["data"]}}}}}},"/api/v1/storage/get":{"get":{"operationId":"storage-get","summary":"Retrieve pinned content by CID — $0.005","tags":["infrastructure"],"description":"Paid endpoint — $0.005 per call via x402/MPP. See https://gateway.spraay.app/.well-known/x402.json for full payment details.","x-payment-info":{"price":{"mode":"fixed","amount":"0.005000","currency":"USD"},"protocols":[{"mpp":{}},{"x402":{}}]},"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"cid":{"type":"string"},"status":{"type":"string"}}}}}},"402":{"description":"Payment Required"}},"parameters":[{"name":"cid","in":"query","required":true,"schema":{"type":"string"}}]}},"/api/v1/storage/status":{"get":{"operationId":"storage-status","summary":"Check pin status — $0.002","tags":["infrastructure"],"description":"Paid endpoint — $0.002 per call via x402/MPP. See https://gateway.spraay.app/.well-known/x402.json for full payment details.","x-payment-info":{"price":{"mode":"fixed","amount":"0.002000","currency":"USD"},"protocols":[{"mpp":{}},{"x402":{}}]},"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"status":{"type":"string"}}}}}},"402":{"description":"Payment Required"}},"parameters":[{"name":"id","in":"query","required":true,"schema":{"type":"string"}}]}},"/api/v1/cron/create":{"post":{"operationId":"cron-create","summary":"Create scheduled job — $0.01","tags":["infrastructure"],"description":"Paid endpoint — $0.01 per call via x402/MPP. See https://gateway.spraay.app/.well-known/x402.json for full payment details.","x-payment-info":{"price":{"mode":"fixed","amount":"0.010000","currency":"USD"},"protocols":[{"mpp":{}},{"x402":{}}]},"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string"},"status":{"type":"string"}}}}}},"402":{"description":"Payment Required"}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"action":{"type":"string"},"schedule":{"type":"string"},"payload":{"type":"object"}},"required":["action","schedule","payload"]}}}}}},"/api/v1/cron/list":{"get":{"operationId":"cron-list","summary":"List scheduled jobs — $0.002","tags":["infrastructure"],"description":"Paid endpoint — $0.002 per call via x402/MPP. See https://gateway.spraay.app/.well-known/x402.json for full payment details.","x-payment-info":{"price":{"mode":"fixed","amount":"0.002000","currency":"USD"},"protocols":[{"mpp":{}},{"x402":{}}]},"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"jobs":{"type":"array"},"total":{"type":"number"}}}}}},"402":{"description":"Payment Required"}},"parameters":[]}},"/api/v1/cron/cancel":{"post":{"operationId":"cron-cancel","summary":"Cancel a scheduled job — $0.002","tags":["infrastructure"],"description":"Paid endpoint — $0.002 per call via x402/MPP. See https://gateway.spraay.app/.well-known/x402.json for full payment details.","x-payment-info":{"price":{"mode":"fixed","amount":"0.002000","currency":"USD"},"protocols":[{"mpp":{}},{"x402":{}}]},"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"status":{"type":"string"}}}}}},"402":{"description":"Payment Required"}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"jobId":{"type":"string"}},"required":["jobId"]}}}}}},"/api/v1/logs/ingest":{"post":{"operationId":"logs-ingest","summary":"Ingest structured logs — $0.002","tags":["infrastructure"],"description":"Paid endpoint — $0.002 per call via x402/MPP. See https://gateway.spraay.app/.well-known/x402.json for full payment details.","x-payment-info":{"price":{"mode":"fixed","amount":"0.002000","currency":"USD"},"protocols":[{"mpp":{}},{"x402":{}}]},"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"ingested":{"type":"number"},"ids":{"type":"array"}}}}}},"402":{"description":"Payment Required"}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"entries":{"type":"array"}},"required":["entries"]}}}}}},"/api/v1/logs/query":{"get":{"operationId":"logs-query","summary":"Query structured logs — $0.005","tags":["infrastructure"],"description":"Paid endpoint — $0.005 per call via x402/MPP. See https://gateway.spraay.app/.well-known/x402.json for full payment details.","x-payment-info":{"price":{"mode":"fixed","amount":"0.005000","currency":"USD"},"protocols":[{"mpp":{}},{"x402":{}}]},"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"logs":{"type":"array"},"total":{"type":"number"}}}}}},"402":{"description":"Payment Required"}},"parameters":[{"name":"service","in":"query","required":false,"schema":{"type":"string"}},{"name":"level","in":"query","required":false,"schema":{"type":"string"}},{"name":"since","in":"query","required":false,"schema":{"type":"string"}}]}},"/api/v1/kyc/verify":{"post":{"operationId":"kyc-verify","summary":"OFAC sanctions screening — $0.02","tags":["identity"],"description":"Paid endpoint — $0.02 per call via x402/MPP. See https://gateway.spraay.app/.well-known/x402.json for full payment details.","x-payment-info":{"price":{"mode":"fixed","amount":"0.020000","currency":"USD"},"protocols":[{"mpp":{}},{"x402":{}}]},"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string"},"status":{"type":"string"},"result":{"type":"object"}}}}}},"402":{"description":"Payment Required"}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"address":{"type":"string"},"type":{"type":"string"},"chain":{"type":"string"}},"required":["address"]}}}}}},"/api/v1/kyc/status":{"get":{"operationId":"kyc-status","summary":"Check KYC verification status — $0.01","tags":["identity"],"description":"Paid endpoint — $0.01 per call via x402/MPP. See https://gateway.spraay.app/.well-known/x402.json for full payment details.","x-payment-info":{"price":{"mode":"fixed","amount":"0.010000","currency":"USD"},"protocols":[{"mpp":{}},{"x402":{}}]},"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"status":{"type":"string"},"checks":{"type":"object"}}}}}},"402":{"description":"Payment Required"}},"parameters":[{"name":"id","in":"query","required":false,"schema":{"type":"string"}},{"name":"address","in":"query","required":false,"schema":{"type":"string"}}]}},"/api/v1/auth/session":{"post":{"operationId":"auth-session","summary":"Create authenticated session — $0.01","tags":["identity"],"description":"Paid endpoint — $0.01 per call via x402/MPP. See https://gateway.spraay.app/.well-known/x402.json for full payment details.","x-payment-info":{"price":{"mode":"fixed","amount":"0.010000","currency":"USD"},"protocols":[{"mpp":{}},{"x402":{}}]},"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"token":{"type":"string"},"expiresAt":{"type":"string"}}}}}},"402":{"description":"Payment Required"}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"address":{"type":"string"},"permissions":{"type":"array"},"ttlSeconds":{"type":"number"}},"required":["address"]}}}}}},"/api/v1/auth/verify":{"get":{"operationId":"auth-verify","summary":"Verify session token — $0.005","tags":["identity"],"description":"Paid endpoint — $0.005 per call via x402/MPP. See https://gateway.spraay.app/.well-known/x402.json for full payment details.","x-payment-info":{"price":{"mode":"fixed","amount":"0.005000","currency":"USD"},"protocols":[{"mpp":{}},{"x402":{}}]},"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"valid":{"type":"boolean"},"permissions":{"type":"array"}}}}}},"402":{"description":"Payment Required"}},"parameters":[{"name":"token","in":"query","required":true,"schema":{"type":"string"}}]}},"/api/v1/audit/log":{"post":{"operationId":"audit-log","summary":"Record audit trail entry — $0.005","tags":["compliance"],"description":"Paid endpoint — $0.005 per call via x402/MPP. See https://gateway.spraay.app/.well-known/x402.json for full payment details.","x-payment-info":{"price":{"mode":"fixed","amount":"0.005000","currency":"USD"},"protocols":[{"mpp":{}},{"x402":{}}]},"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string"},"recorded":{"type":"boolean"}}}}}},"402":{"description":"Payment Required"}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"action":{"type":"string"},"actor":{"type":"string"},"resource":{"type":"string"},"details":{"type":"object"}},"required":["action","actor","resource"]}}}}}},"/api/v1/audit/query":{"get":{"operationId":"audit-query","summary":"Query audit trail — $0.03","tags":["compliance"],"description":"Paid endpoint — $0.03 per call via x402/MPP. See https://gateway.spraay.app/.well-known/x402.json for full payment details.","x-payment-info":{"price":{"mode":"fixed","amount":"0.030000","currency":"USD"},"protocols":[{"mpp":{}},{"x402":{}}]},"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"entries":{"type":"array"},"total":{"type":"number"}}}}}},"402":{"description":"Payment Required"}},"parameters":[{"name":"actor","in":"query","required":false,"schema":{"type":"string"}},{"name":"action","in":"query","required":false,"schema":{"type":"string"}},{"name":"since","in":"query","required":false,"schema":{"type":"string"}}]}},"/api/v1/tax/calculate":{"post":{"operationId":"tax-calculate","summary":"Calculate crypto tax gain/loss (FIFO) — $0.08","tags":["compliance"],"description":"Paid endpoint — $0.08 per call via x402/MPP. See https://gateway.spraay.app/.well-known/x402.json for full payment details.","x-payment-info":{"price":{"mode":"fixed","amount":"0.080000","currency":"USD"},"protocols":[{"mpp":{}},{"x402":{}}]},"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"summary":{"type":"object"}}}}}},"402":{"description":"Payment Required"}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"transactions":{"type":"array"}},"required":["transactions"]}}}}}},"/api/v1/tax/report":{"get":{"operationId":"tax-report","summary":"Tax report with IRS 8949-compatible data — $0.05","tags":["compliance"],"description":"Paid endpoint — $0.05 per call via x402/MPP. See https://gateway.spraay.app/.well-known/x402.json for full payment details.","x-payment-info":{"price":{"mode":"fixed","amount":"0.050000","currency":"USD"},"protocols":[{"mpp":{}},{"x402":{}}]},"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"events":{"type":"array"},"total":{"type":"number"}}}}}},"402":{"description":"Payment Required"}},"parameters":[{"name":"reportId","in":"query","required":true,"schema":{"type":"string"}}]}},"/api/v1/gpu/run":{"post":{"operationId":"gpu-run","summary":"GPU workload execution via Replicate — $0.06","tags":["compute"],"description":"Paid endpoint — $0.06 per call via x402/MPP. See https://gateway.spraay.app/.well-known/x402.json for full payment details.","x-payment-info":{"price":{"mode":"fixed","amount":"0.060000","currency":"USD"},"protocols":[{"mpp":{}},{"x402":{}}]},"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string"},"status":{"type":"string"},"output":{"type":"array"}}}}}},"402":{"description":"Payment Required"}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"model":{"type":"string"},"input":{"type":"object"}},"required":["model","input"]}}}}}},"/api/v1/gpu/status/:id":{"get":{"operationId":"gpu-status-id","summary":"Check GPU prediction status — $0.005","tags":["compute"],"description":"Paid endpoint — $0.005 per call via x402/MPP. See https://gateway.spraay.app/.well-known/x402.json for full payment details.","x-payment-info":{"price":{"mode":"fixed","amount":"0.005000","currency":"USD"},"protocols":[{"mpp":{}},{"x402":{}}]},"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string"},"status":{"type":"string"},"output":{"type":"array"}}}}}},"402":{"description":"Payment Required"}},"parameters":[{"name":"id","in":"query","required":true,"schema":{"type":"string"}}]}},"/api/v1/search/web":{"post":{"operationId":"search-web","summary":"Web search with LLM-ready results — $0.02","tags":["search"],"description":"Paid endpoint — $0.02 per call via x402/MPP. See https://gateway.spraay.app/.well-known/x402.json for full payment details.","x-payment-info":{"price":{"mode":"fixed","amount":"0.020000","currency":"USD"},"protocols":[{"mpp":{}},{"x402":{}}]},"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"query":{"type":"string"},"answer":{"type":"string"},"results":{"type":"array"}}}}}},"402":{"description":"Payment Required"}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"query":{"type":"string"},"search_depth":{"type":"string"},"max_results":{"type":"number"}},"required":["query"]}}}}}},"/api/v1/search/extract":{"post":{"operationId":"search-extract","summary":"Extract clean content from URLs for RAG — $0.02","tags":["search"],"description":"Paid endpoint — $0.02 per call via x402/MPP. See https://gateway.spraay.app/.well-known/x402.json for full payment details.","x-payment-info":{"price":{"mode":"fixed","amount":"0.020000","currency":"USD"},"protocols":[{"mpp":{}},{"x402":{}}]},"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"results":{"type":"array"},"failed":{"type":"array"}}}}}},"402":{"description":"Payment Required"}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"urls":{"type":"array"}},"required":["urls"]}}}}}},"/api/v1/search/qna":{"post":{"operationId":"search-qna","summary":"Direct Q&A with web sources — $0.03","tags":["search"],"description":"Paid endpoint — $0.03 per call via x402/MPP. See https://gateway.spraay.app/.well-known/x402.json for full payment details.","x-payment-info":{"price":{"mode":"fixed","amount":"0.030000","currency":"USD"},"protocols":[{"mpp":{}},{"x402":{}}]},"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"query":{"type":"string"},"answer":{"type":"string"},"sources":{"type":"array"}}}}}},"402":{"description":"Payment Required"}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"query":{"type":"string"},"topic":{"type":"string"}},"required":["query"]}}}}}},"/api/v1/prices":{"get":{"operationId":"prices","summary":"Live token prices — $0.005","tags":["data"],"description":"Paid endpoint — $0.005 per call via x402/MPP. See https://gateway.spraay.app/.well-known/x402.json for full payment details.","x-payment-info":{"price":{"mode":"fixed","amount":"0.005000","currency":"USD"},"protocols":[{"mpp":{}},{"x402":{}}]},"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"prices":{"type":"object"}}}}}},"402":{"description":"Payment Required"}},"parameters":[{"name":"token","in":"query","required":false,"schema":{"type":"string"}}]}},"/api/v1/balances":{"get":{"operationId":"balances","summary":"Token balances — $0.005","tags":["data"],"description":"Paid endpoint — $0.005 per call via x402/MPP. See https://gateway.spraay.app/.well-known/x402.json for full payment details.","x-payment-info":{"price":{"mode":"fixed","amount":"0.005000","currency":"USD"},"protocols":[{"mpp":{}},{"x402":{}}]},"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"balances":{"type":"array"}}}}}},"402":{"description":"Payment Required"}},"parameters":[{"name":"address","in":"query","required":true,"schema":{"type":"string"}}]}},"/api/v1/resolve":{"get":{"operationId":"resolve","summary":"ENS/Basename resolution — $0.002","tags":["data"],"description":"Paid endpoint — $0.002 per call via x402/MPP. See https://gateway.spraay.app/.well-known/x402.json for full payment details.","x-payment-info":{"price":{"mode":"fixed","amount":"0.002000","currency":"USD"},"protocols":[{"mpp":{}},{"x402":{}}]},"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"address":{"type":"string"}}}}}},"402":{"description":"Payment Required"}},"parameters":[{"name":"name","in":"query","required":true,"schema":{"type":"string"}}]}},"/api/v1/wallet/list":{"get":{"operationId":"wallet-list","summary":"List agent wallets — $0.002","tags":["wallet"],"description":"Paid endpoint — $0.002 per call via x402/MPP. See https://gateway.spraay.app/.well-known/x402.json for full payment details.","x-payment-info":{"price":{"mode":"fixed","amount":"0.002000","currency":"USD"},"protocols":[{"mpp":{}},{"x402":{}}]},"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"wallets":{"type":"array"},"pagination":{"type":"object"}}}}}},"402":{"description":"Payment Required"}},"parameters":[]}},"/api/v1/wallet/:walletId":{"get":{"operationId":"wallet-walletId","summary":"Get agent wallet details — $0.001","tags":["wallet"],"description":"Paid endpoint — $0.001 per call via x402/MPP. See https://gateway.spraay.app/.well-known/x402.json for full payment details.","x-payment-info":{"price":{"mode":"fixed","amount":"0.001000","currency":"USD"},"protocols":[{"mpp":{}},{"x402":{}}]},"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"walletId":{"type":"string"},"addresses":{"type":"object"}}}}}},"402":{"description":"Payment Required"}},"parameters":[{"name":"walletId","in":"query","required":true,"schema":{"type":"string"}}]}},"/api/v1/wallet/:walletId/addresses":{"get":{"operationId":"wallet-walletId-addresses","summary":"Get chain-specific addresses — $0.001","tags":["wallet"],"description":"Paid endpoint — $0.001 per call via x402/MPP. See https://gateway.spraay.app/.well-known/x402.json for full payment details.","x-payment-info":{"price":{"mode":"fixed","amount":"0.001000","currency":"USD"},"protocols":[{"mpp":{}},{"x402":{}}]},"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"addresses":{"type":"object"}}}}}},"402":{"description":"Payment Required"}},"parameters":[{"name":"walletId","in":"query","required":true,"schema":{"type":"string"}}]}},"/api/v1/wallet/sign-message":{"post":{"operationId":"wallet-sign-message","summary":"Sign message with agent wallet — $0.005","tags":["wallet"],"description":"Paid endpoint — $0.005 per call via x402/MPP. See https://gateway.spraay.app/.well-known/x402.json for full payment details.","x-payment-info":{"price":{"mode":"fixed","amount":"0.005000","currency":"USD"},"protocols":[{"mpp":{}},{"x402":{}}]},"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"signature":{"type":"string"}}}}}},"402":{"description":"Payment Required"}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"walletId":{"type":"string"},"message":{"type":"string"}},"required":["walletId","message"]}}}}}},"/api/v1/wallet/send-transaction":{"post":{"operationId":"wallet-send-transaction","summary":"Sign and broadcast transaction — $0.02","tags":["wallet"],"description":"Paid endpoint — $0.02 per call via x402/MPP. See https://gateway.spraay.app/.well-known/x402.json for full payment details.","x-payment-info":{"price":{"mode":"fixed","amount":"0.020000","currency":"USD"},"protocols":[{"mpp":{}},{"x402":{}}]},"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"signature":{"type":"string"}}}}}},"402":{"description":"Payment Required"}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"walletId":{"type":"string"},"transaction":{"type":"object"},"networkId":{"type":"string"}},"required":["walletId","transaction","networkId"]}}}}}},"/api/v1/robots/task":{"post":{"operationId":"robots-task","summary":"Dispatch robot task via RTP — $0.05","tags":["rtp"],"description":"Paid endpoint — $0.05 per call via x402/MPP. See https://gateway.spraay.app/.well-known/x402.json for full payment details.","x-payment-info":{"price":{"mode":"fixed","amount":"0.050000","currency":"USD"},"protocols":[{"mpp":{}},{"x402":{}}]},"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"status":{"type":"string"},"task_id":{"type":"string"},"escrow_id":{"type":"string"}}}}}},"402":{"description":"Payment Required"}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"robot_id":{"type":"string"},"task":{"type":"string"},"parameters":{"type":"object"}},"required":["robot_id","task"]}}}}}},"/api/v1/robots/list":{"get":{"operationId":"robots-list","summary":"Discover RTP robots — $0.005","tags":["rtp"],"description":"Paid endpoint — $0.005 per call via x402/MPP. See https://gateway.spraay.app/.well-known/x402.json for full payment details.","x-payment-info":{"price":{"mode":"fixed","amount":"0.005000","currency":"USD"},"protocols":[{"mpp":{}},{"x402":{}}]},"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"robots":{"type":"array"},"total":{"type":"number"}}}}}},"402":{"description":"Payment Required"}},"parameters":[{"name":"capability","in":"query","required":false,"schema":{"type":"string"}},{"name":"max_price","in":"query","required":false,"schema":{"type":"string"}}]}},"/api/v1/robots/status":{"get":{"operationId":"robots-status","summary":"Poll RTP task status — $0.002","tags":["rtp"],"description":"Paid endpoint — $0.002 per call via x402/MPP. See https://gateway.spraay.app/.well-known/x402.json for full payment details.","x-payment-info":{"price":{"mode":"fixed","amount":"0.002000","currency":"USD"},"protocols":[{"mpp":{}},{"x402":{}}]},"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"task_id":{"type":"string"},"status":{"type":"string"},"result":{"type":"object"}}}}}},"402":{"description":"Payment Required"}},"parameters":[{"name":"task_id","in":"query","required":true,"schema":{"type":"string"}}]}},"/api/v1/robots/profile":{"get":{"operationId":"robots-profile","summary":"Full RTP robot profile — $0.002","tags":["rtp"],"description":"Paid endpoint — $0.002 per call via x402/MPP. See https://gateway.spraay.app/.well-known/x402.json for full payment details.","x-payment-info":{"price":{"mode":"fixed","amount":"0.002000","currency":"USD"},"protocols":[{"mpp":{}},{"x402":{}}]},"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"robot_id":{"type":"string"},"capabilities":{"type":"array"}}}}}},"402":{"description":"Payment Required"}},"parameters":[{"name":"robot_id","in":"query","required":true,"schema":{"type":"string"}}]}},"/api/v1/agent-wallet/provision":{"post":{"operationId":"agent-wallet-provision","summary":"Provision agent wallet on Base — $0.05","tags":["agent-wallet"],"description":"Paid endpoint — $0.05 per call via x402/MPP. See https://gateway.spraay.app/.well-known/x402.json for full payment details.","x-payment-info":{"price":{"mode":"fixed","amount":"0.050000","currency":"USD"},"protocols":[{"mpp":{}},{"x402":{}}]},"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"status":{"type":"string"},"wallet":{"type":"object"}}}}}},"402":{"description":"Payment Required"}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"agentId":{"type":"string"},"agentType":{"type":"string"},"mode":{"type":"string"}},"required":["agentId"]}}}}}},"/api/v1/agent-wallet/session-key":{"post":{"operationId":"agent-wallet-session-key","summary":"Add session key with spending limits — $0.02","tags":["agent-wallet"],"description":"Paid endpoint — $0.02 per call via x402/MPP. See https://gateway.spraay.app/.well-known/x402.json for full payment details.","x-payment-info":{"price":{"mode":"fixed","amount":"0.020000","currency":"USD"},"protocols":[{"mpp":{}},{"x402":{}}]},"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"status":{"type":"string"},"session":{"type":"object"}}}}}},"402":{"description":"Payment Required"}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"walletAddress":{"type":"string"},"sessionKeyAddress":{"type":"string"},"spendLimitEth":{"type":"string"},"durationHours":{"type":"number"}},"required":["walletAddress","sessionKeyAddress","spendLimitEth","durationHours"]}}}}}},"/api/v1/agent-wallet/info":{"get":{"operationId":"agent-wallet-info","summary":"Get agent wallet info — $0.005","tags":["agent-wallet"],"description":"Paid endpoint — $0.005 per call via x402/MPP. See https://gateway.spraay.app/.well-known/x402.json for full payment details.","x-payment-info":{"price":{"mode":"fixed","amount":"0.005000","currency":"USD"},"protocols":[{"mpp":{}},{"x402":{}}]},"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"wallet":{"type":"object"}}}}}},"402":{"description":"Payment Required"}},"parameters":[{"name":"address","in":"query","required":true,"schema":{"type":"string"}}]}},"/api/v1/agent-wallet/revoke-key":{"post":{"operationId":"agent-wallet-revoke-key","summary":"Revoke a session key — $0.02","tags":["agent-wallet"],"description":"Paid endpoint — $0.02 per call via x402/MPP. See https://gateway.spraay.app/.well-known/x402.json for full payment details.","x-payment-info":{"price":{"mode":"fixed","amount":"0.020000","currency":"USD"},"protocols":[{"mpp":{}},{"x402":{}}]},"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"status":{"type":"string"},"txHash":{"type":"string"}}}}}},"402":{"description":"Payment Required"}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"walletAddress":{"type":"string"},"sessionKeyAddress":{"type":"string"}},"required":["walletAddress","sessionKeyAddress"]}}}}}},"/api/v1/agent-wallet/predict":{"get":{"operationId":"agent-wallet-predict","summary":"Predict agent wallet address — $0.001","tags":["agent-wallet"],"description":"Paid endpoint — $0.001 per call via x402/MPP. See https://gateway.spraay.app/.well-known/x402.json for full payment details.","x-payment-info":{"price":{"mode":"fixed","amount":"0.001000","currency":"USD"},"protocols":[{"mpp":{}},{"x402":{}}]},"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"predictedAddress":{"type":"string"}}}}}},"402":{"description":"Payment Required"}},"parameters":[{"name":"ownerAddress","in":"query","required":true,"schema":{"type":"string"}},{"name":"agentId","in":"query","required":true,"schema":{"type":"string"}}]}},"/bittensor/v1/models":{"get":{"operationId":"bittensor-v1-models","summary":"List Bittensor AI models — $0.001","tags":["bittensor"],"description":"Paid endpoint — $0.001 per call via x402/MPP. See https://gateway.spraay.app/.well-known/x402.json for full payment details.","x-payment-info":{"price":{"mode":"fixed","amount":"0.001000","currency":"USD"},"protocols":[{"mpp":{}},{"x402":{}}]},"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"object":{"type":"string"},"data":{"type":"array"}}}}}},"402":{"description":"Payment Required"}},"parameters":[]}},"/bittensor/v1/chat/completions":{"post":{"operationId":"bittensor-v1-chat-completions","summary":"Bittensor decentralized AI chat — $0.03","tags":["bittensor"],"description":"Paid endpoint — $0.03 per call via x402/MPP. See https://gateway.spraay.app/.well-known/x402.json for full payment details.","x-payment-info":{"price":{"mode":"fixed","amount":"0.030000","currency":"USD"},"protocols":[{"mpp":{}},{"x402":{}}]},"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"choices":{"type":"array"},"usage":{"type":"object"}}}}}},"402":{"description":"Payment Required"}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"model":{"type":"string"},"messages":{"type":"array"},"max_tokens":{"type":"number"},"temperature":{"type":"number"}},"required":["model","messages"]}}}}}},"/bittensor/v1/images/generations":{"post":{"operationId":"bittensor-v1-images-generations","summary":"Bittensor image generation — $0.05","tags":["bittensor"],"description":"Paid endpoint — $0.05 per call via x402/MPP. See https://gateway.spraay.app/.well-known/x402.json for full payment details.","x-payment-info":{"price":{"mode":"fixed","amount":"0.050000","currency":"USD"},"protocols":[{"mpp":{}},{"x402":{}}]},"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"array"}}}}}},"402":{"description":"Payment Required"}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"prompt":{"type":"string"},"model":{"type":"string"},"n":{"type":"number"},"size":{"type":"string"}},"required":["prompt"]}}}}}},"/bittensor/v1/embeddings":{"post":{"operationId":"bittensor-v1-embeddings","summary":"Bittensor text embeddings — $0.005","tags":["bittensor"],"description":"Paid endpoint — $0.005 per call via x402/MPP. See https://gateway.spraay.app/.well-known/x402.json for full payment details.","x-payment-info":{"price":{"mode":"fixed","amount":"0.005000","currency":"USD"},"protocols":[{"mpp":{}},{"x402":{}}]},"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"object":{"type":"string"},"data":{"type":"array"}}}}}},"402":{"description":"Payment Required"}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"model":{"type":"string"},"input":{"type":"string"}},"required":["model","input"]}}}}}},"/api/v1/sctp/supplier":{"post":{"operationId":"sctp-supplier","summary":"Register supplier in SCTP — $0.02","tags":["supply-chain"],"description":"Paid endpoint — $0.02 per call via x402/MPP. See https://gateway.spraay.app/.well-known/x402.json for full payment details.","x-payment-info":{"price":{"mode":"fixed","amount":"0.020000","currency":"USD"},"protocols":[{"mpp":{}},{"x402":{}}]},"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"status":{"type":"string"},"supplier":{"type":"object"}}}}}},"402":{"description":"Payment Required"}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"name":{"type":"string"},"wallet":{"type":"string"},"paymentPrefs":{"type":"object"}},"required":["name","wallet"]}}}}}},"/api/v1/sctp/supplier/:id":{"get":{"operationId":"sctp-supplier-id","summary":"Get supplier details — $0.005","tags":["supply-chain"],"description":"Paid endpoint — $0.005 per call via x402/MPP. See https://gateway.spraay.app/.well-known/x402.json for full payment details.","x-payment-info":{"price":{"mode":"fixed","amount":"0.005000","currency":"USD"},"protocols":[{"mpp":{}},{"x402":{}}]},"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"supplier":{"type":"object"}}}}}},"402":{"description":"Payment Required"}},"parameters":[{"name":"id","in":"query","required":true,"schema":{"type":"string"}}]}},"/api/v1/sctp/po":{"post":{"operationId":"sctp-po","summary":"Create purchase order — $0.02","tags":["supply-chain"],"description":"Paid endpoint — $0.02 per call via x402/MPP. See https://gateway.spraay.app/.well-known/x402.json for full payment details.","x-payment-info":{"price":{"mode":"fixed","amount":"0.020000","currency":"USD"},"protocols":[{"mpp":{}},{"x402":{}}]},"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"status":{"type":"string"},"po":{"type":"object"}}}}}},"402":{"description":"Payment Required"}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"supplierId":{"type":"string"},"lineItems":{"type":"array"},"currency":{"type":"string"}},"required":["supplierId","lineItems"]}}}}}},"/api/v1/sctp/po/:id":{"get":{"operationId":"sctp-po-id","summary":"Get purchase order details — $0.005","tags":["supply-chain"],"description":"Paid endpoint — $0.005 per call via x402/MPP. See https://gateway.spraay.app/.well-known/x402.json for full payment details.","x-payment-info":{"price":{"mode":"fixed","amount":"0.005000","currency":"USD"},"protocols":[{"mpp":{}},{"x402":{}}]},"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"po":{"type":"object"}}}}}},"402":{"description":"Payment Required"}},"parameters":[{"name":"id","in":"query","required":true,"schema":{"type":"string"}}]}},"/api/v1/sctp/invoice":{"post":{"operationId":"sctp-invoice","summary":"Submit invoice for purchase order — $0.02","tags":["supply-chain"],"description":"Paid endpoint — $0.02 per call via x402/MPP. See https://gateway.spraay.app/.well-known/x402.json for full payment details.","x-payment-info":{"price":{"mode":"fixed","amount":"0.020000","currency":"USD"},"protocols":[{"mpp":{}},{"x402":{}}]},"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"status":{"type":"string"},"invoice":{"type":"object"}}}}}},"402":{"description":"Payment Required"}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"poId":{"type":"string"},"supplierId":{"type":"string"},"amount":{"type":"string"},"currency":{"type":"string"}},"required":["poId","supplierId","amount"]}}}}}},"/api/v1/sctp/invoice/:id":{"get":{"operationId":"sctp-invoice-id","summary":"Get invoice details — $0.005","tags":["supply-chain"],"description":"Paid endpoint — $0.005 per call via x402/MPP. See https://gateway.spraay.app/.well-known/x402.json for full payment details.","x-payment-info":{"price":{"mode":"fixed","amount":"0.005000","currency":"USD"},"protocols":[{"mpp":{}},{"x402":{}}]},"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"invoice":{"type":"object"}}}}}},"402":{"description":"Payment Required"}},"parameters":[{"name":"id","in":"query","required":true,"schema":{"type":"string"}}]}},"/api/v1/sctp/invoice/verify":{"post":{"operationId":"sctp-invoice-verify","summary":"AI-verify invoice against purchase order — $0.03","tags":["supply-chain"],"description":"Paid endpoint — $0.03 per call via x402/MPP. See https://gateway.spraay.app/.well-known/x402.json for full payment details.","x-payment-info":{"price":{"mode":"fixed","amount":"0.030000","currency":"USD"},"protocols":[{"mpp":{}},{"x402":{}}]},"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"verification":{"type":"object"}}}}}},"402":{"description":"Payment Required"}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"invoiceId":{"type":"string"}},"required":["invoiceId"]}}}}}},"/api/v1/sctp/pay":{"post":{"operationId":"sctp-pay","summary":"Execute supplier payment — $0.10","tags":["supply-chain"],"description":"Paid endpoint — $0.10 per call via x402/MPP. See https://gateway.spraay.app/.well-known/x402.json for full payment details.","x-payment-info":{"price":{"mode":"fixed","amount":"0.100000","currency":"USD"},"protocols":[{"mpp":{}},{"x402":{}}]},"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"status":{"type":"string"},"txHash":{"type":"string"},"amount":{"type":"string"}}}}}},"402":{"description":"Payment Required"}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"invoiceId":{"type":"string"},"batch":{"type":"boolean"}},"required":["invoiceId"]}}}}}},"/api/v1/portfolio/tokens":{"get":{"operationId":"portfolio-tokens","summary":"Multi-chain token portfolio with USD values — $0.008","tags":["portfolio"],"description":"Paid endpoint — $0.008 per call via x402/MPP. See https://gateway.spraay.app/.well-known/x402.json for full payment details.","x-payment-info":{"price":{"mode":"fixed","amount":"0.008000","currency":"USD"},"protocols":[{"mpp":{}},{"x402":{}}]},"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"address":{"type":"string"},"token_count":{"type":"number"},"total_usd_value":{"type":"number"},"tokens":{"type":"array"}}}}}},"402":{"description":"Payment Required"}},"parameters":[{"name":"address","in":"query","required":true,"schema":{"type":"string"}},{"name":"networks","in":"query","required":false,"schema":{"type":"string"}}]}},"/api/v1/portfolio/nfts":{"get":{"operationId":"portfolio-nfts","summary":"Multi-chain NFT holdings with metadata — $0.01","tags":["portfolio"],"description":"Paid endpoint — $0.01 per call via x402/MPP. See https://gateway.spraay.app/.well-known/x402.json for full payment details.","x-payment-info":{"price":{"mode":"fixed","amount":"0.010000","currency":"USD"},"protocols":[{"mpp":{}},{"x402":{}}]},"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"address":{"type":"string"},"total_count":{"type":"number"},"nfts":{"type":"array"}}}}}},"402":{"description":"Payment Required"}},"parameters":[{"name":"address","in":"query","required":true,"schema":{"type":"string"}},{"name":"networks","in":"query","required":false,"schema":{"type":"string"}}]}},"/api/v1/contract/read":{"post":{"operationId":"contract-read","summary":"Call any view/pure function on any EVM contract — $0.002","tags":["contract"],"description":"Paid endpoint — $0.002 per call via x402/MPP. See https://gateway.spraay.app/.well-known/x402.json for full payment details.","x-payment-info":{"price":{"mode":"fixed","amount":"0.002000","currency":"USD"},"protocols":[{"mpp":{}},{"x402":{}}]},"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"chain":{"type":"string"},"result":{"type":"string"}}}}}},"402":{"description":"Payment Required"}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"chain":{"type":"string"},"address":{"type":"string"},"method":{"type":"string"},"args":{"type":"array"}},"required":["address","method"]}}}}}},"/api/v1/contract/write":{"post":{"operationId":"contract-write","summary":"Encode and broadcast transaction via agent wallet — $0.015","tags":["contract"],"description":"Paid endpoint — $0.015 per call via x402/MPP. See https://gateway.spraay.app/.well-known/x402.json for full payment details.","x-payment-info":{"price":{"mode":"fixed","amount":"0.015000","currency":"USD"},"protocols":[{"mpp":{}},{"x402":{}}]},"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"tx_hash":{"type":"string"},"from":{"type":"string"},"explorer":{"type":"string"}}}}}},"402":{"description":"Payment Required"}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"chain":{"type":"string"},"address":{"type":"string"},"method":{"type":"string"},"args":{"type":"array"},"walletId":{"type":"string"}},"required":["address","method"]}}}}}}},"components":{"securitySchemes":{"x402":{"type":"http","scheme":"x402","description":"Pay per-call with USDC on Base to 0xAd62f03C7514bb8c51f1eA70C2b75C37404695c8"}}},"security":[{"x402":[]}],"externalDocs":{"description":"Full docs","url":"https://docs.spraay.app"}}