> For the complete documentation index, see [llms.txt](https://docs.cakewallet.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cakewallet.com/faq/glossary/trade-id.md).

# Trade ID

A Trade ID is the unique identification code that registers transactions on the exchange provider's side. This unique code allows verifying its status and tracking within the exchange system.

In Cake Wallet you'll find it on the `Trade Details` screen, where it is labelled simply `ID`. When you confirm a new swap, the same value is shown as `Swap ID`.

{% stepper %}
{% step %}

### Open your transaction history

Your recent activity appears in the `History` section at the bottom of the home screen. A swap stands out from ordinary transactions because it shows **both sides of the trade** — here, `+ 23.376036 USDC` received against `- 0.000415 BTC` sent. Tap `History` to open your full history.

![Home screen with a completed swap in the History section, showing both sides of the trade](https://raw.githubusercontent.com/cake-tech/docs-assets/main/v6.3.1/faq_trade-id_01_home-with-trade_hl.png)
{% endstep %}

{% step %}

### Open the swap

In your history, the swap is the entry with two currency icons and two amounts — highlighted below, between ordinary sent and received transactions. Tap it to open the `Trade Details` screen.

![The History screen with the swap entry highlighted among ordinary sent and received transactions](https://raw.githubusercontent.com/cake-tech/docs-assets/main/v6.3.1/faq_trade-id_02_history-swap_hl.png)
{% endstep %}

{% step %}

### Find the ID

The `ID` is on the card near the top of the screen, above the currency pair — `fb435f6af3bfa1` in this example. `Provider` names the exchange that ran the trade, and the `Track` link below opens that provider's own status page for the same trade.

![Trade Details screen for a completed swap, showing Status Success, the ID above the BTC to USDC pair, the provider, and a Track link](https://raw.githubusercontent.com/cake-tech/docs-assets/main/v6.3.1/faq_trade-id_03_trade-details.png)
{% endstep %}
{% endstepper %}


---

# 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.cakewallet.com/faq/glossary/trade-id.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.
