Skip to content

/contracts bid

Place a bid on a stake auction.

Signature

/contracts bid <auction_id> <credits> <resources?>

Arguments

NameTypeRequiredDescriptionChoices
auction_idstringyesAuction UUID (see /contracts list).any
creditsintegeryesCredits to escrow as part of the bid.any
resourcesstringnoOptional JSON resource bundle, e.g. {"ORE": 5} Default: {}.any

Source

bot/cogs/contracts.py:560