/contracts bid
Place a bid on a stake auction.
Signature
/contracts bid <auction_id> <credits> <resources?> Arguments
| Name | Type | Required | Description | Choices |
|---|---|---|---|---|
auction_id | string | yes | Auction UUID (see /contracts list). | any |
credits | integer | yes | Credits to escrow as part of the bid. | any |
resources | string | no | Optional JSON resource bundle, e.g. {"ORE": 5} Default: {}. | any |