Menu

Unified Crypto Trading API

Connect to 50+ CEX & DEX with a single API. Real-time data, lightning-fast execution.

LIVE DATA โ€ข Updated every 2s

๐Ÿš€ Early Access - Development Stage

Join waitlist for API access

Base URL: https://oondex.whatisnearme.co.uk/api/demo
50+
Exchanges
2000+
Trading Pairs
99.9%
Uptime
<10ms
Latency

How API Keys Work

Secure authentication for your trading applications

๐Ÿ”‘

1. Generate API Key

Sign up and generate your unique API key and secret key from the dashboard

๐Ÿ”

2. Authenticate Requests

Include your API key in request headers for secure authentication

๐Ÿ“Š

3. Start Trading

Access real-time market data and execute trades across 50+ exchanges

API Key Authentication Example

# Your API Credentials (Example - Demo Stage)
API_KEY: "ok_demo_abc123xyz789"
SECRET_KEY: "sk_demo_secret_key_here"

# Include in Request Headers:
curl -X GET "https://oondex.whatisnearme.co.uk/api/demo/ticker?symbol=BTC/USDT" \
  -H "X-API-KEY: ok_demo_abc123xyz789" \
  -H "Content-Type: application/json"

Live Market Prices

Real-time data โ€ข Auto-updates every 2s

Last Updated: --:--:--

Available API Endpoints

Comprehensive REST API for crypto trading

Get Ticker

24hr price statistics

GET
/api/demo/ticker

Order Book

Live order book depth

GET
/api/demo/orderbook

Recent Trades

Latest executed trades

GET
/api/demo/trades

Candlesticks

OHLCV historical data

GET
/api/demo/klines

All Markets

Available trading pairs

GET
/api/demo/markets

Symbol Price

Current price only

GET
/api/demo/price

๐Ÿงช Live API Testing

Test demo endpoints with live data

Request Configuration

API Response

Ready
// Click "Send Demo Request" to test API...

Join the Waitlist

Get early access to our API. Limited spots available for beta testers.

โœ… Free during beta โ€ข No credit card required โ€ข Cancel anytime