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
| Name | Type | Required | Description |
|---|---|---|---|
text | string | yes | The 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
| 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.