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)
|
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}} |