API Documentation

Build powerful integrations with Nitishakti's RESTful API. Access portfolio data, recommendations, and analytics programmatically.

RESTful API • OAuth 2.0 • JSON responses

Quick Start

Get started with our API in minutes. All API requests require authentication using OAuth 2.0.

// Get your API key from dashboard
const API_KEY = 'your_api_key_here';

// Example: Fetch portfolio summary
fetch('https://api.nitishakti.com/v1/portfolio', {
  headers: {
    'Authorization': 'Bearer ' + API_KEY,
    'Content-Type': 'application/json'
  }
})
.then(res => res.json())
.then(data => console.log(data));

API Features

  • Real-time portfolio data
  • AI recommendations endpoint
  • Webhook support
  • Rate limiting: 1000 req/hour
  • Comprehensive error handling

API Endpoints

GET

/v1/portfolio

Get comprehensive portfolio summary

GET https://api.nitishakti.com/v1/portfolio
GET

/v1/recommendations

Fetch AI-powered wealth fix recommendations

GET https://api.nitishakti.com/v1/recommendations
GET

/v1/accounts

List all connected investment accounts

GET https://api.nitishakti.com/v1/accounts

Ready to Build?

Get API access and start building powerful financial applications