Create Listing
List an NFT for sale on the marketplace
Parameters
Parameter
Type
Description
tokenAddress
string
NFT contract address
tokenId
number
Token ID of the NFT
salePrice
string
Price of the NFT in Wei
count
number
Quantity (for ERC-1155)
chainId
number
Blockchain chain ID
signer
object
Wallet signer
contractAddress
string
(optional)
Marketplace contract address
Example Usage
Optional: How to get singer using streamnft-evm
SDK
Last updated