---
title: "NFT Sell"
method: GET
path: "/tx/sell"
tags: ["Marketplace"]
---

# NFT Sell

`GET /tx/sell`

Creates the transaction to accept a bid on an NFT

## Query parameters

- `seller` string, required
- `mint` string, required
- `bidAddress` string, required
- `minPrice` number, float, required
- `blockhash` string, required
- `takerBroker` string
- `feePayer` string
- `optionalRoyaltyPct` integer
- `currency` string
- `delegateSigner` boolean
- `includeProof` boolean
- `compute` integer
- `priorityMicroLamports` integer
- `lookupTableAccounts` string[]

## Response `200`

Ok

- TxResponseRest
  - `txs` OnchainTx[], required
    - `tx` string, byte, nullable
    - `txV0` string, byte, required
    - `lastValidBlockHeight` number, double, nullable
    - `metadata` object, nullable
  - `totalCost` number, double, nullable

## Other responses

- `400`
- `422` — Validation Error

---

[API](https://skmtc.net/tensor/apis/trading-api.md) · [All operations](https://skmtc.net/tensor/apis/trading-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tensor/trading-api/versions/9b2ca326bf47/schema)
