Transparent API proxy with SOCKS5 support
All CoinGecko API v3 endpoints are available through this proxy.
GET /api/v3/*1. Replace your CoinGecko base URL:
2. Example requests:
# Ping curl http://localhost:3000/api/v3/ping # Search curl http://localhost:3000/api/v3/search?query=bitcoin # Markets curl "http://localhost:3000/api/v3/coins/markets?vs_currency=usd&per_page=10"