Auctions
List of NFT Exchange Auction Endpoints.
All Auctions
/auctions
Query Parameters
Name
Type
Description
{
"meta": {
"totalCountIsEstimate": false,
"count": 1,
"pageCount": 1,
"totalCount": 1,
"next": null,
"previous": null,
"self": "/nft/exchange/auctions?transform=true&expired=false&page=1&limit=100",
"first": "/nft/exchange/auctions?transform=true&expired=false&page=1&limit=100",
"last": "/nft/exchange/auctions?transform=true&expired=false&page=1&limit=100"
},
"data": [
{
"id": "08466d59b86622152c643558c03e4037454dcaf4d8188af876812c79d433ae20",
"senderPublicKey": "03287bfebba4c7881a0509717e71b34b63f31e40021c321f89ae04f84be6d6ac37",
"nftAuction": {
"nftIds": [
"4f1f337873d530838dba06c9ec256cfd8a2acf7a94e87fbb0cb4c7304d3e6788"
],
"startAmount": "100000000000",
"expiration": {
"blockHeight": 20000
},
"status": "IN_PROGRESS"
},
"timestamp": {
"epoch": 143238008,
"unix": 1633339208,
"human": "2021-10-04T09:20:08.000Z"
}
}
]
}Examples
Auction By Id
/auctions/:id
Path Parameters
Name
Type
Description
Query Parameters
Name
Type
Description
Examples
Auctions Wallet
/auctions/:id/wallets
Path Parameters
Name
Type
Description
Examples
Search Auctions
/auctions/search
Query Parameters
Name
Type
Description
Request Body
Name
Type
Description
Examples
Canceled Auctions
/auctions/canceled
Query Parameters
Name
Type
Description
Examples
Canceled Auctions By Id
/auctions/canceled/:id
Path Parameters
Name
Type
Description
Query Parameters
Name
Type
Description
Examples
Last updated
Was this helpful?