🦎 CoinGecko Proxy

Transparent API proxy with SOCKS5 support

📡 API Endpoints

All CoinGecko API v3 endpoints are available through this proxy.

GET /api/v3/*

🏥 Health Check

Monitor proxy and CoinGecko connectivity status.

View Health Status →

🚀 Quick Start

1. Replace your CoinGecko base URL:

https://api.coingecko.com
http://localhost:3000

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"