Bids
List of NFT Exchange Bid Endpoints.
All Bids
/bids
Query Parameters
Name
Type
Description
{
"meta": {
"totalCountIsEstimate": true,
"count": 2,
"pageCount": 1,
"totalCount": 2,
"next": null,
"previous": null,
"self": "/nft/exchange/bids?transform=true&page=1&limit=100",
"first": "/nft/exchange/bids?transform=true&page=1&limit=100",
"last": "/nft/exchange/bids?transform=true&page=1&limit=100"
},
"data": [
{
"id": "73f15a9d387035ac8f860e9f6bce63919735f8cf4eee05048ac31b935d3d69a1",
"senderPublicKey": "02def27da9336e7fbf63131b8d7e5c9f45b296235db035f1f4242c507398f0f21d",
"nftBid": {
"auctionId": "08466d59b86622152c643558c03e4037454dcaf4d8188af876812c79d433ae20",
"bidAmount": "150000000000"
},
"timestamp": {
"epoch": 143238112,
"unix": 1633339312,
"human": "2021-10-04T09:21:52.000Z"
}
},
{
"id": "ce81232de97526c7be16dc66f7efba4f8f92a686e8b8d1250f48a87dacd45945",
"senderPublicKey": "02def27da9336e7fbf63131b8d7e5c9f45b296235db035f1f4242c507398f0f21d",
"nftBid": {
"auctionId": "91221ffc0838fde5983e5ffe32c427b5720dc5703df6b89f1126fa7f62ebd964",
"bidAmount": "150000000000"
},
"timestamp": {
"epoch": 143238328,
"unix": 1633339528,
"human": "2021-10-04T09:25:28.000Z"
}
}
]
}Examples
Bids By Id
/bids/:id
Path Parameters
Name
Type
Description
Query Parameters
Name
Type
Description
Examples
Bids Wallet
/bids/:id/wallets
Path Parameters
Name
Type
Description
Examples
Search Bids
/bids/search
Query Parameters
Name
Type
Description
Request Body
Name
Type
Description
Examples
Canceled Bids
/bids/canceled
Query Parameters
Name
Type
Description
Examples
Canceled Bids By Id
/bids/canceled/:id
Path Parameters
Name
Type
Description
Query Parameters
Name
Type
Description
Examples
Last updated
Was this helpful?