---
title: "Submit a signed PSBT for executing a market order to sell the runes"
method: POST
path: "/v2/ord/btc/runes/market-sell"
tags: ["Runes Market Sell"]
---

# Submit a signed PSBT for executing a market order to sell the runes

`POST /v2/ord/btc/runes/market-sell`

Submit a signed PSBT for executing a market order to sell the runes

## Request body

- PostMarketSellPsbtRequestSchema
  - `requestId` string, required — The unique request ID for the market sell.
  - `signedPsbtBase64` string, required — The signed PSBT (Partially Signed Bitcoin Transaction) in base64 format.

## Response `200`

Successful response

- PostMarketSellPsbtResponseSchema
  - `txid` string, required — The transaction ID for the market sell.

---

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