Skip to main content

NftSellParams

pricenumberrequired

The price of the NFT

offerAddressstring

The address of the offer contract

offerPrivateKeystring

The private key of the offer contract

NftSellParams
{
"price": 0,
"offerAddress": "string",
"offerPrivateKey": "string"
}