tradingChat

Send a message inside the trade window.

Separate from channel chat: only the other party sees it.

In Trading.

Request

POST /api/v1/sessions/{accountKey}/actions/tradingChat

Parameters

NameTypeRequiredDescription
textstringyesThe message.

Example request

{ "text": "add 500g and we have a deal" }

Response

`{ ok, text }`.

Example response

{ "ok": true, "text": "add 500g and we have a deal" }

Errors

CodeWhen
action_failedNo trade window is open.
plan_limitNot 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.