Interface

CreateOrderV2Params

CreateOrderV2Params

Properties:
Name Type Description
ownerWalletAddress string

Eth wallet address of owner

ownerStarkKey string

Stark key of owner

assetRefId string

ID of unique asset in Marketplace

tokenSell.tokenType TokenType

Token type of sell asset Nfts (MINTABLE_ERC721)

tokenSell.data.tokenId string

Token ID of asset for sale

tokenSell.data.tokenAddress string

Token Address of assets for sale (Smart contract address of Collection)

tokenReceived.tokenType TokenType

Token type of currency asset you'd to receive per order (ERC20 / ETH)

  • If you specify tokenReceived as ETH so you'll get ETH once your NFTs is purchased
  • For Myria tokens, you can specify tokenReceived as ERC20 and use tokenAddress of Myria so you'll get MYRIA tokens once your NFTs is purchased
price string

Price to set for your order

fees Array.<FeeDto>

The array of fees data for the asset that pursuing for listing - Normally, fees data will be fetchable from assets details {assets/{assetId}}

View Source types/OrderTypes.ts, line 65