Create Auction

Create the auction and return the auction object.

Body Params

Request body to create an auction.

string
length ≤ 250

Title of the auction.

string
length ≤ 1000

Description of the auction.

uuid
required

The id of the erc20 token which will be used for auction bidding.

string
enum
required

The type of the auction asset token.

Allowed:
uuid
required

The id of the erc721 or erc1155 auction asset token.

number

Token id of the erc1155 auction asset token. Required only for erc1155 tokens. Not used for erc721 tokens.

number

Quantity of auctioned tokens.

number

Minimal bid price for the auction.

number

Threshold price below which placed bids won't acquire the "winner" status.

string
enum

Should tokens from winning bids be burned or transfered to organisation wallet.

Allowed:
string
enum

The current status of the auction.

Allowed:
date-time

The start date for the auction.

date-time

The end date for the auction.

Responses

Language
Credentials
Header
URL
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json