{
  "generated_at": "2026-04-24T15:01:35.625676+00:00",
  "slug": "api-apolloterminal-xyz-functions-v1-apollo-analysis",
  "title": "Apollo Terminal \u00b7 Multi-model crypto analysis",
  "url": "https://api.apolloterminal.xyz/functions/v1/apollo-analysis",
  "category": "ai",
  "summary": "Receive comprehensive cryptocurrency analysis from multiple AI models combined with live on-chain data feeds.",
  "seo": {
    "title": "Apollo AI Crypto Analysis API - x402 Multi-Model Intelligence",
    "description": "Get Apollo AI multi-model crypto analysis with real-time on-chain data via x402 for $1.50 USDC. Virtuals Butler agent integration on Base."
  },
  "use_cases": [
    "Generate AI-powered token analysis with on-chain metrics",
    "Access multi-model consensus for trading decisions",
    "Integrate Butler agent-authenticated crypto research"
  ],
  "ideal_buyer": "Crypto traders and AI agents requiring multi-model analytical consensus with real-time blockchain data.",
  "example_prompt": "Analyze this token using multiple AI models with current on-chain data.",
  "example_request_body": {
    "token": "0x...",
    "analysis_type": "comprehensive"
  },
  "risk_notes": [
    "Initiates outbound payment \u2014 financial risk."
  ],
  "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": "0x5ee9c5161468f3622f27466d256e507efd2aaac8",
      "asset": "0x833589fcd6edb6e08f4c7c32d4f71b54bda02913",
      "max_amount_required_atomic": "1500000",
      "max_timeout_seconds": 30,
      "mime_type": "application/json",
      "description": "Apollo AI multi-model crypto analysis with real-time on-chain data. Pay $1.50 USDC on Base.",
      "verified": false,
      "hints": {
        "input": {
          "type": "http",
          "method": "POST",
          "bodyType": "json",
          "bodyFields": {
            "model": {
              "enum": [
                "consensus",
                "gpt-5-2025-08-07",
                "gpt-5-mini-2025-08-07",
                "gpt-5-nano-2025-08-07",
                "deepseek-r1",
                "grok-2-1212",
                "sonar-pro"
              ],
              "type": "string",
              "required": false,
              "description": "AI model to use for analysis (default: consensus uses all models and aggregates responses)"
            },
            "prompt": {
              "type": "string",
              "required": true,
              "description": "Your crypto analysis question. Examples: 'Analyze $BTC price action', 'What's happening with $ETH?', '0xContractAddress analysis'"
            }
          },
          "headerFields": {
            "X-PAYMENT": {
              "type": "string",
              "required": false,
              "description": "x402 payment proof format: base:{txHash}:{amountMicroUSDC}:{usdcContract}. EIP-7702 signatures are rejected."
            },
            "X-BUTLER-ID": {
              "type": "string",
              "required": false,
              "description": "Virtuals Butler agent ID (enables authenticated agent requests)."
            },
            "Content-Type": {
              "enum": [
                "application/json"
              ],
              "type": "string",
              "required": true,
              "description": "Must be application/json"
            },
            "X-Internal-Test": {
              "type": "string",
              "required": false,
              "description": "Internal testing flag (must be 'true' with X-Bypass-Payment)."
            },
            "X-Bypass-Payment": {
              "type": "string",
              "required": false,
              "description": "Internal testing only. Set to 'true' with X-Internal-Test header."
            },
            "X-BUTLER-SIGNATURE": {
              "type": "string",
              "required": false,
              "description": "HMAC-SHA256 signature for Butler authentication."
            },
            "X-BUTLER-TIMESTAMP": {
              "type": "string",
              "required": false,
              "description": "Unix timestamp (ms) for replay attack prevention."
            }
          }
        },
        "output": {
          "type": "object",
          "required": [
            "response",
            "model",
            "confidence",
            "timestamp",
            "metadata"
          ],
          "properties": {
            "model": {
              "type": "string",
              "description": "Display name of the AI model used (e.g., 'Apollo AI', 'DeepSeek R1', 'GPT-5')"
            },
            "metadata": {
              "type": "object",
              "properties": {
                "payment": {
                  "type": "object",
                  "properties": {
                    "paid": {
                      "type": "boolean",
                      "description": "Whether payment was verified"
                    },
                    "source": {
                      "type": "string",
                      "description": "Payment source (header, body, butler, bypass)"
                    },
                    "tx_hash": {
                      "type": "string",
                      "description": "On-chain transaction hash"
                    },
                    "amount_apl": {
                      "type": "number",
                      "description": "APL amount paid"
                    },
                    "amount_usdc": {
                      "type": "number",
                      "description": "USDC amount paid"
                    },
                    "payment_type": {
                      "type": "string",
                      "description": "Payment method used"
                    },
                    "verified_onchain": {
                      "type": "boolean",
                      "description": "On-chain verification status"
                    }
                  },
                  "description": "Payment verification details"
                },
                "symbols": {
                  "type": "array",
                  "items": {
                    "type": "string"
                  },
                  "description": "Crypto symbols analyzed (e.g., ['$BTC', '$ETH'])"
                },
                "newsData": {
                  "type": "array",
                  "description": "Latest relevant crypto news articles (via Perplexity search)"
                },
                "gasMetrics": {
                  "type": "object",
                  "description": "Network gas prices and optimal transaction timing"
                },
                "marketData": {
                  "type": "object",
                  "description": "Real-time price, volume, market cap, 24h change from Twelve Data + DexScreener"
                },
                "dexActivity": {
                  "type": "object",
                  "description": "DEX trading activity: pools, liquidity, recent swaps"
                },
                "onchainData": {
                  "type": "object",
                  "description": "On-chain metrics via Alchemy: transaction volume, active addresses, network stats"
                },
                "data_coverage": {
                  "type": "object",
                  "properties": {
                    "market_data": {
                      "type": "boolean"
                    },
                    "news_analysis": {
                      "type": "boolean"
                    },
                    "token_metadata": {
                      "type": "boolean"
                    },
                    "onchain_metrics": {
                      "type": "boolean"
                    }
                  },
                  "description": "Flags indicating which data sources were successfully fetched"
                },
                "tokenMetadata": {
                  "type": "object",
                  "description": "Token contract information: name, symbol, decimals, total supply"
                },
                "analysis_depth": {
                  "enum": [
                    "standard",
                    "comprehensive"
                  ],
                  "type": "string",
                  "description": "Depth level of the analysis performed"
                },
                "holderAnalysis": {
                  "type": "object",
                  "description": "Token holder distribution and concentration metrics"
                },
                "whaleMovements": {
                  "type": "object",
                  "description": "Large holder transaction patterns and flows"
                }
              }
            },
            "provider": {
              "type": "string",
              "description": "AI provider name (openai, deepseek, xai, perplexity)"
            },
            "response": {
              "type": "string",
              "description": "AI-generated comprehensive crypto analysis from selected model(s)"
            },
            "timestamp": {
              "type": "string",
              "description": "ISO 8601 timestamp of analysis generation"
            },
            "confidence": {
              "type": "number",
              "description": "Analysis confidence score (0.0 - 1.0)"
            },
            "powered_by": {
              "type": "object",
              "properties": {
                "name": {
                  "type": "string",
                  "description": "Apollo AI"
                },
                "chain": {
                  "type": "string",
                  "description": "base"
                },
                "token": {
                  "type": "string",
                  "description": "APL"
                },
                "website": {
                  "type": "string",
                  "description": "https://apolloterminal.xyz"
                },
                "contract": {
                  "type": "string",
                  "description": "APL token contract address"
                },
                "api_endpoint": {
                  "type": "string"
                }
              }
            },
            "actual_model": {
              "type": "string",
              "description": "Underlying model identifier actually used by the provider"
            }
          }
        }
      }
    }
  ],
  "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-apollo-analysis",
    "url": "https://x402all.com/resource/api-apolloterminal-xyz-functions-v1-apollo-analysis",
    "name": "Apollo Terminal \u00b7 Multi-model crypto analysis",
    "@type": "WebAPI",
    "offers": {
      "url": "https://x402all.com/resource/api-apolloterminal-xyz-functions-v1-apollo-analysis",
      "@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/apollo-analysis",
    "@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-apollo-analysis",
    "description": "Get Apollo AI multi-model crypto analysis with real-time on-chain data via x402 for $1.50 USDC. Virtuals Butler agent integration on Base.",
    "potentialAction": {
      "@type": "BuyAction",
      "target": "https://axon402.com/test-buy?resource=api-apolloterminal-xyz-functions-v1-apollo-analysis",
      "description": "Test-buy this endpoint on AXON"
    },
    "applicationCategory": "ai"
  },
  "axon_deep_link": "https://axon402.com/test-buy?resource=api-apolloterminal-xyz-functions-v1-apollo-analysis"
}
