---
title: "Sell Assets"
method: POST
path: "/ixs/sell/get"
tags: ["Ixs"]
---

# Sell Assets

`POST /ixs/sell/get`

Sell assets(tokens). This API is used to generate transaction data to sell assets

## Request body

- IxsSellGetRequest
  - `chain` 'ethereum' | 'abstract' | 'apechain' | 'arbitrum' | 'base' | 'berachain' | 'bsc' | 'polygon' | 'sei' | 'avalanche' | 'monad', required
  - `taker` string, required — Taker who wish to sell assets
  - `items` object[], required — Assets to sell
    - `assetId` string, required
    - `quantity` number, required

## 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)
