Skip to content

How to set reserve price in listing NFT with "Sell to highest bidder" type  #1240

Description

@lehongvo

Component

API

Have you ensured that all of these are up to date?

  • opensea-js
  • Node (minimum v16)

What version of opensea-js are you on?

6.1.11

What function is the bug in?

createSellOrder

Operating System

macOS (Apple Silicon)

Describe the bug

image `orderData = { asset: { tokenAddress: tokenAddress, tokenId: tokenId, tokenStandard: constants.TOKEN_STANDARD }, accountAddress: accountAddress, startAmount: startAmount, reserveAmount: 'amount', // please confirm this field, I don't see this field exists in params of openseaSDK paymentTokenAddress: paymentTokenAddress, expirationTime: expirationTime, englishAuction: isListingAuction, } let order = await openSeaSdk.createSellOrder(orderData) `

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions