{"status":"ok","app":"TradingView Bot","version":"2025.11.16","deployed_at":"2026.06.24-05h34","documentation":{"swagger":"/docs","redoc":"/redoc"},"endpoints":[{"path":"/api/v1/account/","methods":["GET"],"description":"Get current account information and connection status"},{"path":"/api/v1/account/me","methods":["GET"],"description":"Get current account information and connection status"},{"path":"/api/v1/account/positions","methods":["GET"],"description":"Get current positions with sellability information"},{"path":"/api/v1/market","methods":["GET"],"description":"Get all available trading symbols from Binance"},{"path":"/api/v1/market/symbols","methods":["GET"],"description":"Get all available trading symbols from Binance"},{"path":"/api/v1/market/symbols/{search_term}","methods":["GET"],"description":"Search for trading symbols containing the given text (case-insensitive)"},{"path":"/api/v1/trading/buy/half/{symbol}","methods":["GET"],"description":"Buy a cryptocurrency using 50% of available USDC balance."},{"path":"/api/v1/trading/buy/max/{symbol}","methods":["GET"],"description":"Buy with 95% of USDC balance using a simple market order."},{"path":"/api/v1/trading/buy/min-amount/{symbol}","methods":["GET"],"description":"Buy the minimum allowed amount of a cryptocurrency."},{"path":"/api/v1/trading/sell/half/{symbol}","methods":["GET"],"description":"Sell 50% of held cryptocurrency."},{"path":"/api/v1/trading/sell/max/{symbol}","methods":["GET"],"description":"Sell 95% of held cryptocurrency using a simple market order."},{"path":"/api/v1/trading/sell/min/{symbol}","methods":["GET"],"description":"Sell the minimum allowed amount of a cryptocurrency."},{"path":"/api/v1/webhook/webhook/tradingview","methods":["POST"],"description":"Webhook endpoint for TradingView alerts."},{"path":"/check-env","methods":["GET"],"description":"Check if environment variables are loaded correctly."},{"path":"/docs","methods":["GET","HEAD"],"description":""},{"path":"/docs/oauth2-redirect","methods":["GET","HEAD"],"description":""},{"path":"/health","methods":["GET"],"description":"Lightweight health check endpoint for liveness/readiness probes."},{"path":"/metrics","methods":["GET"],"description":"Detailed system metrics and resource usage information."},{"path":"/openapi.json","methods":["GET","HEAD"],"description":""},{"path":"/redoc","methods":["GET","HEAD"],"description":""}]}