v1

latestOpenAPI 3.0.02026-07-266032101.8 KB
Marketplace

NFT Sell

Creates the transaction to accept a bid on an NFT

get/tx/sell

Query parameters

sellerstring required

The seller of the NFT

mintstring required

The mint of the NFT

bidAddressstring required

The address of the bid (eg: bid state account or pool address)

minPricenumber float required

The maximum price that would be paid for the NFT

blockhashstring required

The blockhash to use for the transaction

takerBrokerstring

The taker broker for getting fee rebates

feePayerstring

The transaction fee payer (if different from seller)

optionalRoyaltyPctinteger

The optional royalty percent to pay to the creator

currencystring

The mint address of the currency the bid is in Default value is SOL

delegateSignerboolean

Is a delegate signer being used?

includeProofboolean

Should a mint proof transaction be returned as well if necessary? Default value is true

computeinteger

Compute units for the transaction

priorityMicroLamportsinteger

Priority fee to assign to the transaction

lookupTableAccountsstring[]

Address lookup table accounts for v0 transaction construction (reduces txn space)

Response

Ok

totalCostnumber double nullable