> For the complete documentation index, see [llms.txt](https://docs.trada.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.trada.io/developers/api-access.md).

# API access

Programmatic access to Trada.

Trada is trade-copier and journaling infrastructure. A public API is not yet available, so there are currently no endpoints, keys, or SDKs to integrate against.

## Current status

There is no public API. Trada connects to your trading accounts through its own supported platform integrations, and all copying, journaling, and reporting happens inside the app. Programmatic access for third-party developers is not part of the product today.

{% hint style="info" %}
This page will be updated if and when a public API becomes available. Until then, treat any API references you see elsewhere as unofficial — Trada does not currently publish endpoints, authentication schemes, or SDKs.
{% endhint %}

## What is available today

If you want to move data in or out of Trada right now, the supported paths are the ones surfaced in the app:

| Need                      | Where it lives                              |
| ------------------------- | ------------------------------------------- |
| Connect a trading account | Platform integrations in **Accounts**       |
| Review trade history      | The **Journal**                             |
| Aggregated analytics      | **Reports**, including the Health Score     |
| Share a read-only view    | A live share link rendered from **Reports** |

Share links are read-only pages rendered live in the browser. They are not files and cannot be downloaded.

## Have an integration use case?

If you are building something that would benefit from programmatic access to Trada, the team wants to hear the specifics — what you are connecting, what data you need, and in which direction it flows.

{% stepper %}
{% step %}

### Describe the use case

Write down the accounts, platforms, and data involved, and whether you need to read from Trada, write to it, or both.
{% endstep %}

{% step %}

### Contact the Trada team

Reach out to support with your integration details. Concrete use cases help prioritize what a future interface should cover.
{% endstep %}
{% endstepper %}

## Related

* [Developers overview](/developers/developers.md)
* [Platform integration](/developers/platform-integration.md)
* [Supported platforms](/connecting-accounts/supported-platforms.md)
* [FAQ](/reference/faq.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.trada.io/developers/api-access.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
