DEVELOPER API

OpenRate API

Real-time P2P crypto rate data for global markets.

Access cleaned P2P rates, spreads, premiums, merchant depth, liquidity, and cross-market signals across global stablecoin markets.

Request API AccessView Endpoints

Real-Time P2P Rate Data

OpenRate API provides cleaned P2P market data from live order books, including best buy/sell prices, spread, premium vs spot, merchant depth, liquidity, and market quality signals. Data is sourced from Binance P2P, Bybit P2P, OKX P2P, and HTX P2P. Outlier ads and low-quality merchant listings are excluded before any data is served.

API Use Cases

๐Ÿ’ณ
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.

Available Market Data

โœ“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)

API Endpoints

All endpoints return JSON. Base URL: https://p2prate.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 API Response

GET /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."
  }
}

Authentication & Rate Limits

AUTHENTICATION
Public endpoints are available without a key during the preview period. API keys for higher rate limits and production use are available on request.
RATE LIMITS
Preview: 60 requests/minute per IP. Depth endpoint: 30 requests/minute. Headers: X-RateLimit-Remaining and X-RateLimit-Reset.

Pricing & Access

FREE PREVIEW
Free
  • 60 req/min
  • All endpoints
  • No API key required
  • No SLA
Use now
PRO
On request
  • Higher rate limits
  • API key auth
  • Priority data
  • Basic SLA
Request access
BUSINESS
Custom
  • Unlimited requests
  • Webhook support
  • Custom corridors
  • SLA + support
Contact us
ENTERPRISE
Custom
  • Raw data feeds
  • Custom methodology
  • Dedicated infra
  • Legal & compliance
Contact us

Methodology

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.

Request API Access

For Pro, Business, or Enterprise access, contact us with your use case.

Send us details about your integration:
  • Your name and company
  • Use case (wallet, OTC desk, research, etc.)
  • Expected request volume
  • Corridors of interest
Email API Team โ†’
[email protected]
EXPLORE LIVE DATA
USDT/INR โ†’Premium Index โ†’Arbitrage Scanner โ†’Large Order Calculator โ†’Merchant Leaderboard โ†’Market Intelligence โ†’