This object contains all the information about the marketplace auction bid.
Field
Name | Type | Description |
---|---|---|
id | UUID | The ID for marketplace Auction Bid. |
marketplaceAuctionLotId | UUID | The ID for marketplace Auction Lot. |
marketplaceAuctionLot | Object | Contains all the information from MarketplaceAuctionLot such as lot number, marketplace collection item, starting bid, reserve price, reserve met, preview date, start date, end date, status, current bid, etc. |
currentBid | Float | Information of the current bid in the marketplace auction. |
maximumBid | Float | Information of the maximum bid in the marketplace auction. |
userId | UUID | The user ID. |
amount | Float | Information of the amount of the bid in an auction. |
userOrganization | Object | Contains all the information from UserOrganization . |
isCurrent | Boolean | Confirmation whether the bid is current. |
nextBidIncrement | Float | Information of the next bid increment. |
createdAt | Time | Information of the time when the bid created. |
marketplaceUser | Object | Contains all the information from MarketplaceUser such as ID, avatar, and username. |
isMine | Boolean | Confirmation whether the auction bid is belong to the user. |
buyersPremium | Float | Information of the buyers premium. |
overheadPremium | Float | Information of the overhead premium. |
finalPrice | Float | Information of the final price. |
txHash | String | Bid transaction hash. |
tax | Float | The Tax of the bid amount. |
walletAddress | String | Bidder wallet address. |
commissionFee | Float | Commission fee of the NFT owner. |
platformFee | Float | Platform fee of the marketplace. |
billingDetails | Object | Contains the information from billingDetails |
transactionHash | String | Bid transaction hash. |
currency | String | Bidding currency name i.e ETH , WETH |
deliveryOfFunds | Enum | If the auction NFT other user buy means bid amount is delivered or not.i.e YES or NO . |
deliveryOfNft | Enum | If the bidder owns the auction NFT will be delivered to the bidder i.e YES or NO |
nftDeliveredAddress | String | NFT delivery address. |
BidOwn | Enum | Bid owne or not . |
blockChain | String | Blockchain name like Ethereum or Polygon . |
invoiceNumber | String | Bidder own the NFT means invoice will present. |
claimRebateAmount | Float | For dutch auction eligibility of rebate amount. |
claimStatus | Enum | User have eligibile for claim the rebate amount. |
auctionEndDate | Time | Auction end date with time. |