[▲ Vercel Community](/) · [Categories](/categories) · [Latest](/latest) · [Top](/top) · [Live](/live) [Help](/c/help/9) # Binance api calls on vercel 73 views · 1 like · 2 posts Ahmad 666 (@ahmad-666) · 2025-12-14 Hi, I have nextjs project and from this project I call binacne api public routes. In local environment everything works fine but when I deploy it on vercel then binance api tells me 'Restricted access'(error 451). Any suggestions ? farzigalib (@farzigalib) · 2025-12-14 · ♥ 1 Binance blocks many cloud / datacenter IP ranges. So Binance responds with: > **451 – Restricted access** This is Binance intentionally blocking server-hosted traffic Why public routes still fail Even though you’re calling **public Binance endpoints** (no API key), Binance still applies: * Geo restrictions * Datacenter / bot protection * IP reputation checks So **“public” ≠ “allowed from anywhere”**