API Documentation
Complete API reference for N.A.D Investment Research Platform
Getting Started
Authentication and basic usage
Base URL
https://www.nad.platphormnews.com/apiAuthentication
All API requests require authentication. Include your API key in the request headers:
Authorization: Bearer YOUR_API_KEYRate Limits
- • 10,000 requests/month included
- • Rate limit headers included in all responses
- • Upgrade available for higher limits
Response Format
All responses are returned in JSON format with consistent structure:
{
"success": true,
"data": { ... },
"pagination": {
"limit": 50,
"offset": 0,
"total": 100
}
}