Skip to main content
POST
Run Auction

Authorizations

X-API-Key
string
header
required

API key for authentication. Get your key at https://api.fincept.in/auth/register

Body

application/json
auction_type
enum<string>
required

Type of auction mechanism

Available options:
first_price,
second_price,
all_pay
Example:

"second_price"

n_bidders
integer
required

Number of bidders participating

Required range: x >= 2
Example:

3

valuations
number[]
required

Private valuations for each bidder (must have n_bidders elements)

Required range: x >= 0
Example:

Response

Successful Response

success
boolean
Example:

true

data
object