tradingReady
Mark yourself ready in the trade window.
Ready is not the same as confirmed: both sides ready up first, and only then does `tradingConfirm` complete the trade. Changing the offer resets this.
In Trading.
Request
POST /api/v1/sessions/{accountKey}/actions/tradingReady
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
isReady | boolean | yes | Ready or not. |
Example request
{ "isReady": true }
Response
{ "ok": true }
Example response
{ "ok": true }
Errors
| Code | When |
|---|---|
action_failed | No trade window is open. |
plan_limit | Not on the free plan. |
See also
DarkerAPI is an independent project. It is not affiliated with, endorsed by or associated with IRONMACE Co., Ltd. or Valve Corporation. “Dark and Darker” and related marks belong to their respective owners.