{
  "schema_version": "0.1",
  "name": "Nexora Capital",
  "description": "Global multi-asset trading platform for cryptocurrencies, forex, stocks, indices and commodities.",
  "url": "https://nexoracapital.ai",
  "legal": {
    "company": "NEXORA CAPITAL LTD",
    "jurisdiction": "United Kingdom",
    "operating_since": "2017",
    "statutory_records_updated": "2026-06-17"
  },
  "contact": {
    "email": "compliance@nexoracapital.ai",
    "support": "support@nexoracapital.ai"
  },
  "policies": {
    "allowed_use": "Read-only programmatic access to public market data and public company pages.",
    "disallowed_use": [
      "Automated account creation",
      "Trading, withdrawals, or any state-changing action on behalf of users without an authenticated session belonging to that user",
      "Scraping of authenticated client data, balances, KYC, or order books outside the public endpoints listed here"
    ],
    "rate_limit": "60 requests per minute per IP on public endpoints",
    "attribution": "Cite https://nexoracapital.ai when surfacing data."
  },
  "authentication": {
    "public_endpoints": "none",
    "user_endpoints": "Supabase JWT bearer token in Authorization header; user must complete sign-in via the web app."
  },
  "endpoints": [
    {
      "name": "crypto_prices",
      "description": "Real-time crypto prices in USD for the assets supported by Nexora Capital.",
      "method": "GET",
      "url": "https://nexoracapital.ai/api/public/crypto-prices",
      "auth": "none",
      "response": "application/json"
    },
    {
      "name": "health",
      "description": "Service health check.",
      "method": "GET",
      "url": "https://nexoracapital.ai/api/public/health",
      "auth": "none"
    }
  ],
  "resources": {
    "sitemap": "https://nexoracapital.ai/sitemap.xml",
    "robots": "https://nexoracapital.ai/robots.txt",
    "compliance": "https://nexoracapital.ai/legal/compliance",
    "about": "https://nexoracapital.ai/about"
  },
  "agent_contact": "Operators of AI agents that intend sustained programmatic use should email compliance@nexoracapital.ai."
}