---
title: "Get Market"
method: GET
path: "/systems/{systemSymbol}/waypoints/{waypointSymbol}/market"
tags: ["Systems"]
---

# Get Market

`GET /systems/{systemSymbol}/waypoints/{waypointSymbol}/market`

Retrieve imports, exports and exchange data from a marketplace. Requires a waypoint that has the `Marketplace` trait to use.

Send a ship to the waypoint to access trade good prices and recent transactions. Refer to the [Market Overview page](https://docs.spacetraders.io/game-concepts/markets) to gain better a understanding of the market in the game.

## Path parameters

- `systemSymbol` string, required
- `waypointSymbol` string, required

## Response `200`

Successfully fetched the market.

- object
  - `data` MarketJson, required — unresolved $ref

---

[API](https://skmtc.net/spacetradersapi/apis/spacetraders-api.md) · [All operations](https://skmtc.net/spacetradersapi/apis/spacetraders-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/spacetradersapi/spacetraders-api/revisions/197cf9b9a2b6/schema)
