Skip to main content
RESTful API

Trade Data API Documentation

Integrate comprehensive trade intelligence directly into your applications with our powerful RESTful API. Access real-time data, analytics, and insights programmatically.

<100ms
Avg Response
99.99%
Uptime
50+
Endpoints
Unlimited
Rate Limit*

High Performance

Sub-100ms response times with global CDN distribution

Secure & Reliable

99.99% uptime SLA with enterprise-grade security

Global Coverage

Access data from 200+ countries in real-time

Well Documented

Comprehensive docs with examples in multiple languages

Quick Start Examples

Get started quickly with code examples in your favorite language

curl -X POST https://api.tradeintelligence.com/v1/auth/token \
  -H "Content-Type: application/json" \
  -d '{
    "api_key": "your_api_key",
    "api_secret": "your_api_secret"
  }'

Available Endpoints

Comprehensive API endpoints for all your trade data needs

MethodEndpointDescriptionCategory
POST/v1/auth/tokenAuthenticate and get access tokenAuthentication
GET/v1/trades/searchSearch trade records with filtersTrade Data
GET/v1/trades/{id}Get specific trade record detailsTrade Data
GET/v1/companies/searchSearch for companiesCompanies
GET/v1/companies/{id}Get company profile and trade historyCompanies
GET/v1/products/searchSearch products by HS code or descriptionProducts
GET/v1/analytics/trendsGet trade trends and analyticsAnalytics
GET/v1/analytics/forecastGet AI-powered trade forecastsAnalytics

Ready to Start Building?

Get your API key and start integrating trade intelligence into your applications