{"name":"Token Safety Check API","version":"1.0.0","description":"AI-powered token safety analysis with x402 micropayments","baseUrl":"https://token-safety-check-production-9611.up.railway.app","authentication":{"type":"x402","network":"base","paymentAddress":"0xe7A413d4192fdee1bB5ecdF9D07A1827Eb15Bc1F","pricePerRequest":"0.02 USDC","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"},"endpoints":[{"method":"POST","path":"/api/v1/analyze","description":"Analyze token safety (requires x402 payment)","requiresPayment":true,"price":"0.02 USDC","requestBody":{"token_address":"0x-prefixed hex address (42 chars)","chain_id":"Network ID (1, 56, 137, 42161, 10, 8453, 43114)"},"response":"Comprehensive safety analysis with score, warnings, recommendations"},{"method":"GET","path":"/.well-known/agent.json","description":"Lucid agent manifest for AI discovery","requiresPayment":false},{"method":"GET","path":"/health","description":"Service health status","requiresPayment":false}],"supportedChains":[{"chainId":1,"name":"Ethereum"},{"chainId":10,"name":"Optimism"},{"chainId":56,"name":"BSC"},{"chainId":137,"name":"Polygon"},{"chainId":8453,"name":"Base"},{"chainId":42161,"name":"Arbitrum"},{"chainId":43114,"name":"Avalanche"}],"examples":{"curl":"curl -X POST https://token-safety-check-production-9611.up.railway.app/api/v1/analyze \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\"token_address\":\"0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48\",\"chain_id\":1}'"}}