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.
Getting Started
Make your first request and confirm the static integration path in a few minutes.
Get StartedAuthentication
Understand browser-held tokens, Authorization headers, and backend enforcement boundaries.
Get StartedDashboard
Open the dashboard shell to manage tokens, usage, billing, and account security.
Get StartedAPI 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.