{"name": "FavoriBot REST API", "version": "1.0", "port": 5004, "auth": "Authorization: Bearer <api_key>  OR  ?api_key=<key>", "endpoints": {"GET /api/products": "All products with stock & price (no auth required)", "GET /api/balance": "Your USDT balance", "POST /api/order": "Place order: {\"product_id\": \"/501\", \"quantity\": 2}", "GET /api/orders": "Your order history (?limit=50)"}, "note": "Get your API key by sending /myapikey to the bot."}