MarketPulse
Markets

Crypto

Show 24/7 digital asset pairs with direct price, spread, and change fields so customers understand the contract before wiring crypto-specific products.

Featured Instruments

BTC/USD

Real-time preview

ETH/USD

Real-time preview

SOL/USD

Real-time preview

XRP/USD

Real-time preview

BNB/USD

Real-time preview

What customers can consume

24h change metrics

Spot-style price fields

Always-on market coverage

Shared auth and docs model

By developers for developers

A unified OHLC contract for every market.

Keep the same candle endpoint, field order, and auth model across stock, forex, metals, indices, crypto, and funds. Only market-specific coverage, cadence, and retention vary.

Standardized OHLC payload

Every bar returns timestamp, open, high, low, close, and volume with the same field names across all markets.

Market-specific routing only

Switch market and symbol without rewriting client logic, parsing rules, or downstream storage models.

REST bootstrap, WebSocket follow-up

Use REST to hydrate recent bars and subscribe to the same contract over your self-hosted streaming layer.

from marketpulse import MarketDataClient

client = MarketDataClient(api_key="YOUR_API_KEY")

bars = client.ohlc.list(
    market="crypto",
    symbol="BTC/USD",
    timeframe="1m",
    limit=2,
)

print(bars)

24/7 spot pairs

Coverage

1s to 1d bars

Cadence

5 years

Retention

REST + WS

Delivery

Pricing

Plans that map cleanly to integration maturity

Start with a developer tier, move to production access when your product needs higher throughput, and reserve enterprise controls for teams with stricter operational needs.

Developer

$0/month

For evaluation, sample payload previews, and low-volume testing.

  • Delayed or sample data access
  • One browser token profile
  • Docs playground access
  • Basic market coverage

Production

$299/month

For shipping products that need dependable REST and WebSocket consumption.

  • Real-time quotes
  • Higher request ceilings
  • Usage and billing views
  • Multiple API keys

Enterprise

Custom

For teams that need dedicated throughput, contract controls, and onboarding support.

  • Custom throughput and rate limits
  • Dedicated onboarding
  • Operational review support
  • Custom market expansion