---
title: "Create a chart note post"
method: POST
path: "/v1/posts/chart-notes"
tags: ["posts"]
---

# Create a chart note post

`POST /v1/posts/chart-notes`

## Request body

- object
  - `content` string, nullable
  - `chart_symbol` string, required
  - `chart_timestamp` string, required
  - `trade_action` 'close' | 'flip' | 'add' | 'reduce'
  - `attachmentIds` string[]

## Response `200`

Successful response

- object
  - `postId` string, uuid, required
  - `chatRoomId` string, uuid, nullable, required

## Other responses

- `404` — Resource not found

---

[API](https://skmtc.net/legend/apis/legend-api.md) · [All operations](https://skmtc.net/legend/apis/legend-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/legend/legend-api/versions/34b8f4885f8a/schema)
