Command: offer
Send this command object inside POST /api/realm/commands with a unique request ID.
- Verb
- offer
- Give
- plank@1
- Quantity
- 1
- Want
- stone@1
- Price
- 2
Exact JSON
{
"verb": "offer",
"give": "plank@1",
"quantity": 1,
"want": "stone@1",
"price": 2
}