🥷 Ninja API Forge
Real-time market insights and analytics for Injective Protocol spot markets
TypeScriptNext.js 15Injective Protocol
📡 API Endpoints
🚀 Quick Start
// JavaScript/TypeScript
const response = await fetch(
'https://ninja-api-forge-hackathon.vercel.app/api/top-movers'
);
const data = await response.json();
console.log(data.topGainers);
// Python
import requests
response = requests.get(
'https://ninja-api-forge-hackathon.vercel.app/api/top-movers'
)
print(response.json())✨ Features
⚡ Smart Caching
Multi-layer caching reduces API calls by 90%
🔒 Type Safe
Full TypeScript with comprehensive validation
🛡️ Secure
Input sanitization & XSS protection
📊 Real-time
Live orderbook data from Injective