> ## Documentation Index
> Fetch the complete documentation index at: https://docs.mobula.io/llms.txt
> Use this file to discover all available pages before exploring further.

# ✨ January 18, 2026 - Market Addresses in Token Trade API

> Added marketAddresses field to token/trade endpoint providing the complete list of all hops in a trade route

**TL;DR**: New `marketAddresses` field added to the token/trade endpoint that returns the list of all market addresses (hops) involved in a trade route.

***

## Token Trade API Enhancement

### New marketAddresses Field

Added a new `marketAddresses` field to the `/token/trade` endpoint response:

| Field               | Type       | Description                                                    |
| ------------------- | ---------- | -------------------------------------------------------------- |
| **marketAddresses** | `string[]` | Array of all market/pool addresses involved in the trade route |

This field provides visibility into the complete routing path of a trade, showing all the intermediate hops when a trade goes through multiple pools or markets to achieve the best execution price.

### Use Cases

* **Route transparency**: See exactly which pools your trade will go through
* **Slippage analysis**: Understand multi-hop routes that may have higher slippage
* **Analytics**: Track which markets are being used most frequently for routing

***

*🅱️ Shipped by Big S*
