🥷 Ninja API Forge

Real-time market insights and analytics for Injective Protocol spot markets

TypeScriptNext.js 15Injective Protocol

📡 API Endpoints

GET/api/top-movers

Top 5 gaining and losing markets based on 24h price changes

Try it →
GET/api/markets/:symbol/insight

Real-time orderbook analysis: spread, buy/sell pressure

Try it →

🚀 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