v1

latestOpenAPI 3.1.0MITraw.githubusercontent.com2025-07-16390274.5 KB
Auctions

Create new auction

Create a new auction with the specified parameters. Requires authentication with auction_manage permissions.

post/api/v1/auctions

Request body

slotinteger required

Ethereum slot number for the auction

scheduledStartnumber required

Scheduled start timestamp

durationinteger required

Auction duration in milliseconds

minBidstring required

Minimum bid amount in wei

metadataobject

Additional auction metadata

Response

Auction created successfully

successtrue required
timestampnumber required
messagestring required

Success message