---
title: "Jump Ship"
method: POST
path: "/my/ships/{shipSymbol}/jump"
tags: ["Fleet"]
---

# Jump Ship

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

Jump your ship instantly to a target connected waypoint. The ship must be in orbit to execute a jump.

A unit of antimatter is purchased and consumed from the market when jumping. The price of antimatter is determined by the market and is subject to change. A ship can only jump to connected waypoints

## Path parameters

- `shipSymbol` string, required

## Request body

- object
  - `waypointSymbol` string, required — The symbol of the waypoint to jump to. The destination must be a connected waypoint.

## Response `200`

Jump successful.

- object
  - `data` object, required
    - `nav` ShipNavJson, required — unresolved $ref
    - `cooldown` CooldownJson, required — unresolved $ref
    - `transaction` MarketTransactionJson, 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)
