---
title: "Place NFT Bid"
method: GET
path: "/tx/bid"
tags: ["Marketplace"]
---

# Place NFT Bid

`GET /tx/bid`

Creates the transaction to place a bid on a single NFT

## Query parameters

- `owner` string, required
- `price` number, float, required
- `mint` string, required
- `blockhash` string, required
- `makerBroker` string
- `useSharedEscrow` boolean
- `rentPayer` string
- `expireIn` integer
- `compute` integer
- `priorityMicroLamports` integer

## Response `200`

Ok

- union
  - object
    - `message` string, required
  - BidResponse
    - `txs` OnchainTx[], required
      - `tx` string, byte, nullable
      - `txV0` string, byte, required
      - `lastValidBlockHeight` number, double, nullable
      - `metadata` object, nullable
    - `bidState` string, required

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