This object represents the order activity
Name | Type | Description |
---|---|---|
ID | UUID | The order unique id. |
ActivityName | Object | Represent the order activity status. The value can either be Listed_Item ,Listed_Item_Removed ,Sold_Item ,Offered ,Offer_Cancelled ,Offer_Rejected ,Offer_Expired ,Bought_Item . |
TokenName | String | The NFT token name. |
TokenID | Integer | The NFT token id in contract. |
NFTTokenID | UUID | NFT token id. |
ContractName | String | NFT contract name. |
ContractAddress | String | NFT contract address. |
NetworkID | UUID | The network ID. |
TransactionHash | UUID | The NFT bought transaction hash if exist. |
FromUserName | String | Activity from owner user name. |
ToUserName | String | Activity to owner user name. |
ToUserAvatar | String | Activity to owner user avatar. |
FromUserProfilePic | String | From user owner profile pic. |
FromWallet | Object | Contains all the information from wallet name ,address and etc.. |
ToWallet | Object | Contains all the information from wallet name ,address and etc.. |
InvoiceURL | String | Google cloud uploaded invoice url |
Status | Enum | Contains the all information from OrderStatus |
CreatedAt | Time | Invoice generated time. |
InvoiceStatus | Enum | Status of invoice Draft ,AwaitingUserPayment ,Pending , Canceled ,Expired ,Paid ,Failed ,Deliveredbased on payment . |
TransactionFee | Float | NFT transaction fee. |
TokenType | Enum | NFT token type like ERC1155 or ERC721 |
EditionNumber | Integer | NFT edition number, if the token type ERC1155 it will exist |
nftImageUrl | String | The NFT image URL. |
metadata | Object | The NFT metatdata object ERC721Metadata |
order | Object | Contains all the information from orders like token id, token type, token owner address, contract address and etc.. |
cryptoTax | Object | Contains all the information from TaxResponse like cryptoTaxPrice ,cryptoTotalPrice ,USDUnitprice ,taxPercentage . |
Price | Object | Contains the all information about price |