---
title: "Create Chart"
method: POST
path: "/my/ships/{shipSymbol}/chart"
tags: ["Fleet"]
---

# Create Chart

`POST /my/ships/{shipSymbol}/chart`

Command a ship to chart the waypoint at its current location.

Most waypoints in the universe are uncharted by default. These waypoints have their traits hidden until they have been charted by a ship.

Charting a waypoint will record your agent as the one who created the chart, and all other agents would also be able to see the waypoint's traits. Charting a waypoint gives you a one time reward of credits based on the rarity of the waypoint's traits.

## Path parameters

- `shipSymbol` string, required

## Response `201`

Created

- object
  - `data` object, required
    - `chart` ChartJson, required — unresolved $ref
    - `waypoint` WaypointJson, required — unresolved $ref
    - `agent` AgentJson, 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)
