Skip to content

Overview

Trade intelligence API providing access to firm and shipment data with search and analytics capabilities.

Base URL

All requests are made against the following base URL:

https://apiv2.tradeatlas.com
Base URLhttps://apiv2.tradeatlas.com
Content-Typeapplication/json
API Versionv1

Workflow

  1. Authentication — Obtain your API key and API secret from the TradeAtlas portal; send the X-API-KEY header and a per-request X-SIGNATURE header.
  2. Send queries to the Firms or Shipments endpoints.
  3. Process the returned Models, using the Country Codes reference where needed.

Pagination

Search endpoints return paginated results:

  • Firm search uses the page field to select the page number.
  • Shipment search uses the size field to control how many records are returned.

Contents

SectionDescription
AuthenticationAPI key, secret, and signature generation
FirmsFirm search and count endpoints
ShipmentsShipment search and count endpoints
Usage StatisticsYour account's API usage and limits
ModelsResponse data models and enum values
Country CodesISO 3166-1 alpha-2 country codes
ErrorsHTTP status codes and business error codes

Nexus Backend API Dokümantasyonu