Documentation

Use this portal to move from first request to production-ready integration without leaving the docs product shell.

Start Here

Begin with account setup, token issuance, and the static dashboard flow before you move into transport-level details.

API Reference

Jump directly into the payloads, endpoints, and realtime delivery contracts your customers will actually consume.

Quick Start

# Fetch latest quotes

curl -X GET "https://api.marketpulse.io/v1/quotes/latest?symbols=EUR/USD" \

-H "Authorization: Bearer YOUR_API_TOKEN"

Integration Notes

  • Docs stay on the same domain, but the shell shifts into a reading-first developer experience.
  • API pages keep a sticky request rail on the right while guide pages prioritize uninterrupted reading flow.
  • All docs routes remain static-export compatible and continue to call self-hosted services directly.