---
title: "Prepare order cancel transaction"
method: POST
path: "/v0.1/orders/{id}/prepareCancelTx"
tags: ["NFT Sales"]
---

# Prepare order cancel transaction

`POST /v0.1/orders/{id}/prepareCancelTx`

Prepare all required data to cancel given order on the blockchain

## Path parameters

- `id` string, required

## Response `200`

OK

- PreparedOrderTx
  - `to` string, required — Blockchain contract address in Union format `ETHEREUM:${token}`
  - `data` string, required

## Other responses

- `400` — Bad Request
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.net/rarible/apis/openapi-definition.md) · [All operations](https://skmtc.net/rarible/apis/openapi-definition/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/rarible/openapi-definition/versions/5d2651b9411d/schema)
