---
title: "NFT List"
method: GET
path: "/tx/list"
tags: ["Marketplace"]
---

# NFT List

`GET /tx/list`

Creates the transaction to list an NFT

## Query parameters

- `mint` string, required
- `owner` string, required
- `price` number, float, required
- `blockhash` string, required
- `makerBroker` string
- `payer` string
- `feePayer` string
- `rentPayer` string
- `currency` string
- `expireIn` integer
- `privateTaker` string
- `delegateSigner` boolean
- `compute` integer
- `priorityMicroLamports` integer

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