{
  "@context": "https://schema.org",
  "@type": "WebAPI",
  "name": "DataVendor Crypto Bot API",
  "description": "M2M cryptocurrency data marketplace. Prices, signals, predictions, sentiment. Pay in Bitcoin satoshis.",
  "url": "https://web-production-a2ec.up.railway.app",
  "documentation": "https://web-production-a2ec.up.railway.app/.well-known/openapi.json",
  "provider": {
    "@type": "Organization",
    "name": "DataVendor Bot",
    "url": "https://web-production-a2ec.up.railway.app"
  },
  "offers": {
    "@type": "Offer",
    "price": "5",
    "priceCurrency": "SAT",
    "description": "Starting at 5 satoshis per API call"
  },
  "category": [
    "Cryptocurrency",
    "Financial Data",
    "Trading Signals",
    "API"
  ]
}