Returns the auction by id
OK
Bad Request
Not Found
Internal Server Error
{- "id": "ETHEREUM:${id}",
- "contract": "ETHEREUM:0xd07dc4262bcdbf85190c01c996b4c06a461d2430",
- "type": "RARIBLE_AUCTION_V1",
- "seller": "ETHEREUM:0x4765273c477c2dc484da4f1984639e943adccfeb",
- "sell": {
- "type": {
- "@type": "FLOW_NFT",
- "contract": "ETHEREUM:0xd07dc4262bcdbf85190c01c996b4c06a461d2430",
- "tokenId": 123456
}, - "value": 123456.789
}, - "buy": {
- "@type": "FLOW_NFT",
- "contract": "ETHEREUM:0xd07dc4262bcdbf85190c01c996b4c06a461d2430",
- "tokenId": 123456
}, - "endTime": "2019-08-24T14:15:22Z",
- "minimalStep": 123456.789,
- "minimalPrice": 123456.789,
- "createdAt": "2019-08-24T14:15:22Z",
- "lastUpdateAt": "2019-08-24T14:15:22Z",
- "buyPrice": 123456.789,
- "buyPriceUsd": 123456.789,
- "pending": [
- {
- "hash": "string"
}
], - "status": "ACTIVE",
- "ongoing": true,
- "hash": "string",
- "auctionId": 123456,
- "lastBid": {
- "buyer": "ETHEREUM:0x4765273c477c2dc484da4f1984639e943adccfeb",
- "amount": 123456.789,
- "date": "2019-08-24T14:15:22Z",
- "status": "ACTIVE",
- "type": "RARIBLE_AUCTION_V1_BID_V1",
- "data": {
- "dataType": "RARIBLE_AUCTION_V1_BID_DATA_V1",
- "originFees": [
- {
- "account": "ETHEREUM:0x4765273c477c2dc484da4f1984639e943adccfeb",
- "value": 0
}
], - "payouts": [
- {
- "account": "ETHEREUM:0x4765273c477c2dc484da4f1984639e943adccfeb",
- "value": 0
}
]
}
}, - "data": {
- "dataType": "RARIBLE_AUCTION_V1_DATA_V1",
- "originFees": [
- {
- "account": "ETHEREUM:0x4765273c477c2dc484da4f1984639e943adccfeb",
- "value": 0
}
], - "payouts": [
- {
- "account": "ETHEREUM:0x4765273c477c2dc484da4f1984639e943adccfeb",
- "value": 0
}
], - "startTime": "2019-08-24T14:15:22Z",
- "duration": 123456,
- "buyOutPrice": 123456.789
}
}
Returns all auctions by specified parameters
OK
Bad Request
Internal Server Error
{- "total": 0,
- "continuation": "string",
- "auctions": [ ]
}
Returns all auctions by seller
OK
Bad Request
Internal Server Error
{- "total": 0,
- "continuation": "string",
- "auctions": [ ]
}
Returns all auctions by item
OK
Bad Request
Internal Server Error
{- "total": 0,
- "continuation": "string",
- "auctions": [ ]
}
Returns all auctions by collection
OK
Bad Request
Internal Server Error
{- "total": 0,
- "continuation": "string",
- "auctions": [ ]
}