# Proxy Management — Finradar API > Version: 3.61.0 | Generated: 2026-06-20 | Content Hash: 4fc75e92 > Fetch this file at: https://uat.finradarapi.com/llms/proxy-management.txt ## Authentication All endpoints require an API key. Pass it via query parameter `?apiKey=YOUR_KEY` or header `X-API-Key: YOUR_KEY`. WebSocket endpoints accept the key in the `token` auth payload or query parameter. --- ## Proxy Management Manage rotation proxies for high-frequency scraping. ### GET /api/v1/admin/proxyserver List all active proxies. **Token cost:** 0 (EXEMPT — auth / billing / account / admin / health) **Utility:** Retrieve the current pool of rotation proxies. **Use case:** Monitoring infrastructure health and verifying available proxy count. ### POST /api/v1/admin/proxyserver Add a new proxy to the rotation pool. **Token cost:** 0 (EXEMPT — auth / billing / account / admin / health) **Utility:** Register a new proxy for the Sniper module. **Use case:** Programmatically scaling the proxy pool during high-load periods. **Parameters:** - `ip_add` (body, required): Proxy URL (e.g. http://user:pass@host:port) ### DELETE /api/v1/admin/proxyserver/{uuid} Remove a proxy from rotation. **Token cost:** 0 (EXEMPT — auth / billing / account / admin / health) **Utility:** Decommission a dead or slow proxy. **Use case:** Automated cleanup of failing proxies detected by health checks. **Parameters:** - `uuid` (path, required): Proxy UUID