" />
Coming Soon

Chart API & Embeds

REST API access to 1,000+ cross-asset data points. Embed interactive chart widgets in your newsletter, website, or application.

What You Get

Programmatic access to the same cross-asset data that powers OmniaChart.

🔌

REST API

Simple JSON endpoints for price, market cap, supply, and ratio data across crypto, stocks, NFTs, and collectibles.

📈

Embeddable Widgets

Drop interactive chart widgets into any website or newsletter with a single line of code. Fully responsive.

🛠

Cross-Asset Ratios

Build custom ratio endpoints: BTC/Gold, Pokemon/ETH, Watches/SPX. Any pair against any other.

📊

Historical Data

Full historical price and market cap data. Some assets go back centuries (gold from 1300 AD).

🔒

API Keys & Auth

Secure API key authentication with rate limiting. Dashboard to monitor usage and manage keys.

Fast & Reliable

Sub-100ms response times. 99.9% uptime SLA on Growth and Enterprise plans.

Example API Call

Get Bitcoin market cap data with a single request.

// Fetch BTC market cap data (last 30 days)
const response = await fetch(
  'https://api.omniachart.com/v1/asset/btc/market-cap?days=30',
  {
    headers: {
      'Authorization': 'Bearer YOUR_API_KEY',
      'Content-Type': 'application/json'
    }
  }
);

const data = await response.json();

// Response:
// {
//   "asset": "btc",
//   "metric": "market_cap",
//   "data": [
//     { "date": "2026-02-19", "value": 1842000000000 },
//     { "date": "2026-02-20", "value": 1856000000000 },
//     ...
//   ]
// }

Pricing

Choose the plan that fits your usage. All plans include full API documentation and support.

Starter
$49/mo
For side projects and personal use
  • 1,000 API requests/month
  • All asset classes
  • Daily data resolution
  • JSON responses
  • Email support
Enterprise
$199/mo
For platforms and heavy integrations
  • Unlimited API requests
  • White-label widgets
  • Minute-level data
  • Bulk data export (CSV)
  • Dedicated support
  • Custom SLA

Join the API Waitlist

Be the first to get access when we launch. Early adopters get 30 days free.

You're on the list! We'll notify you when the API launches.