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 newmarketAddresses field to the /token/trade endpoint response:
| Field | Type | Description |
|---|---|---|
| marketAddresses | string[] | Array of all market/pool addresses involved in the trade route |
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