Complete reference for the NanoData REST API. Build custom integrations and automate your copy trading.
All API requests require authentication using an API key. Include your API key in the request header:
All API endpoints are relative to: https://api.nanodata.io/v1
Retrieve a list of available traders to copy.
| Parameter | Type | Required | Description |
|---|---|---|---|
| limit | integer | Optional | Number of results (default: 20, max: 100) |
| offset | integer | Optional | Pagination offset (default: 0) |
| sort | string | Optional | Sort by: roi, winrate, followers (default: roi) |
Get detailed information about a specific trader.
| Parameter | Type | Required | Description |
|---|---|---|---|
| traderId | string | Required | Unique trader identifier |
Start copying a trader's positions.
| Parameter | Type | Required | Description |
|---|---|---|---|
| traderId | string | Required | ID of trader to copy |
| amount | number | Required | Investment amount in USD |
| stopLoss | number | Optional | Stop loss percentage (1-100) |
| multiplier | number | Optional | Position size multiplier (default: 1.0) |
Stop copying a trader and close all positions.
| Parameter | Type | Required | Description |
|---|---|---|---|
| copyId | string | Required | Copy trading session ID |
Get your current account balance and portfolio value.
API requests are rate limited to ensure fair usage:
Contact our support team to discuss enterprise API access with higher rate limits.