Getting Started
Welcome to the MDP API documentation. This guide will help you integrate Nepal's most comprehensive market data API into your application.
Quick Start
Get up and running in 5 minutes:
- Sign up for an API key at Get a Quote
- Configure your API credentials
- Make your first API call
- Explore the endpoints below
Base URL
https://mdpapi.smartwealthpro.comRequired Headers
All API requests must include these headers:
| Header | Type | Description |
|---|---|---|
ApiKey | string | Your API key |
ApiSecret | string | Your API secret |
AccessId | string | Your access ID |
ApiVersion | string | API version (e.g., "1.0") |
Content-Type | string | application/json |
