---
title: "Cancel Orders (Get Signing Data)"
method: POST
path: "/ixs/cancel-order/get"
tags: ["Ixs"]
---

# Cancel Orders (Get Signing Data)

`POST /ixs/cancel-order/get`

Cancel Orders. This API is used to generate order cancellation data to sign. Once you get signing data from this API, you shall sign them and post to another order cancellation API to finish order cancellation

## Request body

- IxsCancelOrderGetRequest
  - `chain` 'ethereum' | 'abstract' | 'apechain' | 'arbitrum' | 'base' | 'berachain' | 'bsc' | 'polygon' | 'sei' | 'avalanche' | 'monad', required
  - `maker` string, required — order maker, only support batch cancellation under one maker
  - `orderIds` string[], required — Order ids to cancel

## Response `200`

Successful

---

[API](https://skmtc.net/magiceden/apis/magic-eden-api.md) · [All operations](https://skmtc.net/magiceden/apis/magic-eden-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/magiceden/magic-eden-api/revisions/66028b292693/schema)
