---
title: "Cast a sentiment vote"
method: POST
path: "/api/v1/coins/{slug}/votes"
tags: ["Sentiment"]
---

# Cast a sentiment vote

`POST /api/v1/coins/{slug}/votes`

Casts the key owner's sentiment vote for a coin. One vote per key owner per coin
per rolling 24h window — re-voting inside the window updates the existing vote.

## Request body

- object
  - `vote` string, required — Your sentiment: `bullish` or `bearish`.

## Response `200`

- object
  - `data` object
    - `coin` string
    - `bullish` integer
    - `bearish` integer
    - `total` integer
    - `your_vote` string

---

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