---
title: "POST /coins/{mint}"
method: POST
path: "/coins/{mint}"
tags: ["coins"]
---

# POST /coins/{mint}

`POST /coins/{mint}`

Updates information about a specific coin by its mint address

## Path parameters

- `mint` string, required

## Query parameters

- `user_id` string, required

## Request body

- UpdateCoinRequest — Request body for updating coin information
  - `description` string — The description of the coin (max 2500 characters)
  - `banner_image_url` string, uri — URL for the coin's banner image
  - `link_1` string, uri — Generic link URL for the coin
  - `link_2` string, uri — Generic link URL for the coin
  - `link_3` string, uri — Generic link URL for the coin
  - `link_4` string, uri — Generic link URL for the coin

## Response `200`

Success - Coin updated

- UpdateCoinResponse
  - `success` boolean — Indicates if the update was successful

## Other responses

- `400` — Bad request - Invalid parameters or no fields provided
- `403` — Forbidden - User does not own the coin
- `404` — Not found - Coin does not exist
- `500` — Server error

---

[API](https://skmtc.dev/audius/apis/audius-api.md) · [All operations](https://skmtc.dev/audius/apis/audius-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/audius/audius-api/revisions/940230b2ed3d/schema)
