{"name":"Fixorium Universal Price Oracle","version":"2.0.0","description":"Independent price oracle and DEX aggregator for all blockchains","deployment":"Cloudflare Workers","dashboard":{"url":"/dashboard","description":"Manage your API keys via web interface"},"auth":{"method":"X-API-Key header","endpoints":{"generateKey":"POST /auth/generate { email: string }","getInfo":"POST /auth/info { email: string }","validate":"POST /auth/validate { apiKey: string }","revoke":"POST /auth/revoke { email: string, apiKey: string }"}},"apiEndpoints":{"price":"/api/price/:chain/:address (requires API key)","chart":"/api/chart/:chain/:address (requires API key)","quote":"/api/quote?chain=&from=&to=&amount= (requires API key)","swap":"/api/swap/prepare (requires API key)","chains":"/api/chains (public)","tokens":"/api/token/:chain/:address (requires API key)","search":"/api/search/:chain/:symbol (requires API key)","trending":"/api/trending/:chain (requires API key)","gainers":"/api/gainers/:chain (requires API key)"},"documentation":"https://docs.fixorium.dev","quickStart":{"easy_way":"Visit /dashboard to generate and manage API keys","api_way":{"step1":"Generate API key: POST /auth/generate with { email: \"your@email.com\" }","step2":"Use API key in requests: Add header \"X-API-Key: your_generated_key\"","step3":"Make API calls to any endpoint listed above","example":"curl -H \"X-API-Key: fxr_xxxxx\" https://max.fixorium.com.pk/api/price/ethereum/0x..."}}}