This object contains all the information about order.
Name | Type | Description |
---|---|---|
id | UUID | The order ID. |
nftTokenId | UUID | The NFT token id. |
nftToken | Object | Contains all the information from NFTToken that includes the information such as token name, token type, metadata json. |
tokenContract | String | The nft contract address. |
tokenId | Integer | The nft token id. |
tokenType | Enum | The nft token type like ERC1155 and ERC721 . |
quantity | Integer | Quantity of NFT , it will exist if the token type ERC1155. |
nftOwnerAddress | String | The nft token owner address. |
fixedPrice | Float | Price is like offer price or listed price. |
Price | Object | Contains all the information from NFTPrice |
buyerAddress | String | The nft buyer address. |
buyerTax | Float | Tax of the fixed price based user country with postal code. |
platformFee | Flaot | Nft platform fee. |
creatorFee | Float | Nft royalty fees |
cryptoTaxInUSD | Float | Buyer tax converted current usd price from crypto. |
buyerTaxPercent | Float | Tax percentage of fixed price |
totalPrice | Float | Total price of nft. |
paymentToken | Float | Payment token address. |
orderType | Enum | The order comes via LISTING or OFFER |
orderStatus | Enum | Contains all the information from orderStatus |
offerExpiryDate | Time | Offer expiry time. |
createdByUserId | UUID | Offer made user id. |
listedCurrencyId | UUID | Nft listed currency id. |
listedCurrency | Object | Contains all the information from SupportedCurrency such as the name , symbol, network id and etc. |
buyerCurrencyId | UUID | Nft buyer currency id. |
buyerCurrency | Object | Contains all the information from SupportedCurrency such as the name , symbol, network id and etc. |
createdBy | Object | Contains all the information from user |
createdByUserOrganization | Object | Contains the all information from UserOrganization info like user id, external userid, organization id and etc... |