{
  "generated_at": "2026-04-24T15:01:35.625676+00:00",
  "slug": "api-apolloterminal-xyz-functions-v1-ai-proxy",
  "title": "Apollo Terminal \u00b7 Multi-Model AI Crypto Analysis",
  "url": "https://api.apolloterminal.xyz/functions/v1/ai-proxy",
  "category": "ai",
  "summary": "Analyze crypto market data using multiple AI models with confidence scoring and metadata extraction.",
  "seo": {
    "title": "Apollo Terminal AI Crypto Analysis \u2014 x402 Pay-Per-Call",
    "description": "Multi-model AI analysis for crypto markets via Apollo Terminal. EIP-7702 instant payments or on-chain USDC verification. $1.50 USDC per call. Base network."
  },
  "use_cases": [
    "Generate sentiment analysis for token price movements",
    "Extract key market signals from unstructured data",
    "Produce confidence-scored trading insights",
    "Validate analysis with on-chain payment proofs"
  ],
  "ideal_buyer": "AI trading agents and quantitative analysts needing verifiable multi-model crypto intelligence.",
  "example_prompt": "Analyze the recent price action of SOL and provide a confidence-scored bullish or bearish signal with supporting reasoning.",
  "example_request_body": {
    "text": "Analyze SOL price action for the last 24 hours",
    "model": "claude-3-5-sonnet"
  },
  "risk_notes": [],
  "pricing_sanity": {
    "flag": "expensive_outlier",
    "ratio": 75,
    "median_category_atomic": 20000
  },
  "pricing_review_required": false,
  "pricing_decimal_suspect": false,
  "trust_tier": "indexed_external",
  "accepts": [
    {
      "scheme": "exact",
      "network": "base",
      "pay_to": "0xa751908829cea32486e3ba43f76edf4ccf02f67c",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "max_amount_required_atomic": "1500000",
      "max_timeout_seconds": 60,
      "mime_type": "application/json",
      "description": "Multi-model AI crypto analysis. Supports EIP-7702 signature-based payments (instant) and on-chain USDC verification.",
      "verified": false,
      "hints": {
        "input": {
          "type": "http",
          "method": "POST",
          "bodyType": "json",
          "bodyFields": {
            "model": {
              "enum": [
                "deepseek-r1",
                "gpt-5-mini-2025-08-07",
                "gpt-5-2025-08-07",
                "gpt-5-nano-2025-08-07",
                "grok-2-1212",
                "sonar-pro",
                "consensus"
              ],
              "type": "string",
              "required": false,
              "description": "AI model to use"
            },
            "prompt": {
              "type": "string",
              "required": true,
              "description": "Crypto analysis query (e.g., \"Analyze $BTC\", \"What is $ETH doing?\")"
            },
            "payment_tx_hash": {
              "type": "string",
              "required": false,
              "description": "USDC payment transaction hash on Base"
            },
            "payment_amount_usdc": {
              "type": "number",
              "required": false,
              "description": "Payment amount in USDC (minimum $1.50)"
            },
            "payment_from_wallet": {
              "type": "string",
              "required": false,
              "description": "Wallet address that sent the payment"
            },
            "requesting_agent_id": {
              "type": "string",
              "required": false,
              "description": "x402 Bazaar agent identifier"
            }
          },
          "headerFields": {
            "X-PAYMENT": {
              "type": "string",
              "required": false,
              "description": "x402 payment proof header"
            },
            "X-Bypass-Payment": {
              "type": "string",
              "required": false,
              "description": "Set to \"true\" for free tier access"
            }
          }
        },
        "output": {
          "type": "object",
          "properties": {
            "model": {
              "type": "string",
              "description": "AI model used for analysis"
            },
            "metadata": {
              "type": "object",
              "properties": {
                "symbols": {
                  "type": "array",
                  "description": "Detected crypto symbols"
                },
                "newsData": {
                  "type": "array",
                  "description": "Latest crypto news articles"
                },
                "marketData": {
                  "type": "array",
                  "description": "Real-time price and market data"
                },
                "onchainData": {
                  "type": "object",
                  "description": "Whale movements and transaction data from Alchemy"
                },
                "tokenMetadata": {
                  "type": "object",
                  "description": "Token contract metadata"
                }
              },
              "description": "Extracted symbols, market data, news, and onchain data"
            },
            "provider": {
              "type": "string",
              "description": "AI provider name (e.g., OpenAI, Anthropic, xAI)"
            },
            "response": {
              "type": "string",
              "description": "AI-generated crypto analysis"
            },
            "timestamp": {
              "type": "string",
              "description": "ISO 8601 timestamp"
            },
            "confidence": {
              "type": "number",
              "description": "Confidence score (0-1)"
            }
          }
        }
      }
    }
  ],
  "origin": {
    "slug": "api-apolloterminal-xyz",
    "host": "api.apolloterminal.xyz",
    "url": "https://api.apolloterminal.xyz",
    "favicon": "https://apolloterminal.xyz/lovable-uploads/975196c6-60cd-4a4b-9adf-f42c04703878.png"
  },
  "json_ld": {
    "@id": "https://x402all.com/resource/api-apolloterminal-xyz-functions-v1-ai-proxy",
    "url": "https://x402all.com/resource/api-apolloterminal-xyz-functions-v1-ai-proxy",
    "name": "Apollo Terminal \u00b7 Multi-Model AI Crypto Analysis",
    "@type": "WebAPI",
    "offers": {
      "url": "https://x402all.com/resource/api-apolloterminal-xyz-functions-v1-ai-proxy",
      "@type": "Offer",
      "price": "1.5",
      "availability": "https://schema.org/InStock",
      "priceCurrency": "USDC",
      "priceSpecification": {
        "@type": "UnitPriceSpecification",
        "price": "1.500000",
        "unitText": "call",
        "priceCurrency": "USDC"
      },
      "eligibleCustomerType": "Agent",
      "additionalProperty": [
        {
          "@type": "PropertyValue",
          "name": "paymentNetwork",
          "value": "base"
        },
        {
          "@type": "PropertyValue",
          "name": "paymentAsset",
          "value": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"
        }
      ]
    },
    "sameAs": "https://api.apolloterminal.xyz/functions/v1/ai-proxy",
    "@context": "https://schema.org",
    "provider": {
      "@id": "https://x402all.com/server/api-apolloterminal-xyz",
      "url": "https://api.apolloterminal.xyz",
      "name": "api.apolloterminal.xyz",
      "@type": "Organization"
    },
    "identifier": "api-apolloterminal-xyz-functions-v1-ai-proxy",
    "description": "Multi-model AI analysis for crypto markets via Apollo Terminal. EIP-7702 instant payments or on-chain USDC verification. $1.50 USDC per call. Base network.",
    "potentialAction": {
      "@type": "BuyAction",
      "target": "https://axon402.com/test-buy?resource=api-apolloterminal-xyz-functions-v1-ai-proxy",
      "description": "Test-buy this endpoint on AXON"
    },
    "applicationCategory": "ai"
  },
  "axon_deep_link": "https://axon402.com/test-buy?resource=api-apolloterminal-xyz-functions-v1-ai-proxy"
}
