NewOpenRate Pro is live — private competitive intelligence on every crypto-card program.Explore →

Developer API · live market data · JSON

The data behind OpenRate, over one API.

Cleaned P2P rates, spreads, premiums, merchant depth and cross-market signals — the same data that powers this site, served as JSON. Paid access only. One plan, every endpoint.

Example requestlive
curl https://openrate.live/api/v1/rates/usdt-inr \
  -H "Authorization: Bearer <key>"
30s
cache window
Bearer key
issued on purchase
7
Endpoints
P2P + card data
30s
Freshness
fastest cache window
JSON
Format
REST over HTTPS
$199
Access
per month · paid only

Use cases

What teams build on it.

💳
Wallet rate display
Show live USDT/fiat rates inside your wallet app.
🏦
Neobank pricing
Use real P2P data for stablecoin conversion pricing.
📊
OTC execution estimates
Pre-trade depth and slippage analysis for large orders.
P2P trading tools
Build signal layers, order tools, or smart routing.
🔄
Arbitrage monitoring
Monitor cross-market spread opportunities in real time.
🌊
Liquidity checks
Query merchant depth before routing large trades.
🤖
AI agent payments
Power payment-aware AI agents with live P2P rate data.
🔬
Market research
Access historical premium signals and market intelligence.

Coverage

Every field, cleaned first.

Outlier ads, stale listings and low-quality merchants are excluded before anything is served.

Live P2P buy/sell prices
Buy-sell spread percentage
Premium vs spot FX reference
Spot FX reference rate
Merchant count (clean listings)
Payment method availability
Exchange breakdown (Binance, Bybit, OKX, HTX)
Large-order depth simulation
Arbitrage spread routes
Merchant scores (0–100)
Market signal feed
Market status (Elevated / Normal / Discount)

Reference

Endpoints.

All endpoints return JSON. Base URL https://openrate.live

GET
/api/v1/markets
All supported corridors with live rates, premiums, and merchant depth.
cache 30s
GET
/api/v1/rates/[pair]
Cleaned market data for one pair. e.g. /api/v1/rates/usdt-inr
cache 30s
GET
/api/v1/premiums
Full premium index — all corridors ranked by USDT premium vs spot.
cache 60s
GET
/api/v1/depth/[pair]?side=BUY|SELL
Large-order execution estimates for $100, $1k, $10k, $25k USDT. e.g. /api/v1/depth/usdt-inr
cache 60s
GET
/api/v1/arbitrage?minSpread=2.0
Cross-market premium spread routes with gross/net spread and confidence.
cache 60s
GET
/api/v1/merchants?fiat=INR&limit=20
Ranked P2P merchant leaderboard with scores, completion rates, and liquidity.
cache 5m
GET
/api/v1/market-feed?type=premium_spike
Latest market signal feed: premium spikes, movers, spreads, liquidity shifts.
cache 60s
Example responseGET /api/v1/rates/usdt-inr
{
  "success": true,
  "data": {
    "pair": "USDT/INR",
    "asset": "USDT",
    "fiat": "INR",
    "country": "India",
    "flag": "🇮🇳",
    "buyUSDT": {
      "price": 93.12,
      "currency": "INR"
    },
    "sellUSDT": {
      "price": 93.48,
      "currency": "INR"
    },
    "spreadPercent": 0.39,
    "spotRate": 86.95,
    "premiumPercent": 1.82,
    "merchantCount": 487,
    "marketStatus": "Elevated",
    "dataQuality": "high",
    "updatedAt": "2026-06-07T12:00:00.000Z"
  },
  "meta": {
    "updatedAt": "2026-06-07T12:00:00.000Z",
    "source": "cleaned_p2p_order_books",
    "spotSource": "ecb_reference_rates",
    "dataQuality": "high",
    "isEstimated": false,
    "methodology": "Displayed prices use cleaned P2P order book data. Outlier ads and low-quality listings are excluded."
  }
}

Access

Keys and limits.

Authentication

All endpoints require an API key. Keys are issued with a paid plan and passed via the Authorization: Bearer <key> header. There is no free or public access.

Rate limits

Full production limits on the $199/mo plan. Enterprise plans lift or remove limits entirely. Every response returns X-RateLimit-Remaining and X-RateLimit-Reset.

Pricing

One plan. Every endpoint.

API access is paid only — there is no free tier. Pay in crypto and your key is issued to your email.

Standard
API Access
$199/ month
  • Full production rate limits
  • API key authentication
  • All P2P + card endpoints
  • Webhook support
  • Priority data & SLA
Buy now — pay in crypto

USDC · USDT · ETH · SOL · BTC

Enterprise
Custom
  • Raw data feeds
  • Custom methodology
  • Dedicated infrastructure
  • Custom corridors & history
  • Legal & compliance
Contact us

Tailored terms · dedicated support

Methodology

How the numbers are made.

OpenRate uses cleaned P2P order book data. Extreme outlier ads, stale listings, low-liquidity ads, and low-quality merchant listings may be excluded from displayed market prices. Premiums are calculated against spot FX reference rates sourced from the European Central Bank (ECB). Currencies not covered by ECB use approximate reference rates — these are marked with spotSource: "approximate_reference" in API responses. Confidence scores, merchant scores, estimated net spreads, and execution depth estimates are model-based outputs and carry additional uncertainty — responses using them will have isEstimated: true.

Read the full methodology →

Enterprise

Talk to us.

Ready to start on the $199/mo plan? Buy now → For Enterprise — raw feeds, dedicated infrastructure, custom terms — email us with your use case.

  • Your name and company
  • Use case (wallet, OTC desk, research, etc.)
  • Expected request volume
  • Corridors of interest
Email the API team →
api@openrate.live