---
title: "Get coin by ID"
method: GET
path: "/v1/coins/{id}"
tags: ["coins"]
---

# Get coin by ID

`GET /v1/coins/{id}`

Retrieve information about a tokenized post using its unique ID

## Path parameters

- `id` string, required

## Response `200`

Coin details retrieved successfully

- object
  - `id` string, required — Unique identifier for the coin
  - `contractAddress` string, required — Base contract address for the coin
  - `metadata` object, required
    - `name` string, required — Name of the coin
    - `symbol` string, required — Symbol of the coin
    - `decimals` number, required — Number of decimals of the coin
    - `description` string, required — Description of the coin
    - `image` string — Image url of the logo associated with the coin
    - `logoURI` string — Image url of the logo associated with the coin
    - `chainId` number, required — Chain id number of the coin
    - `external_url` string, required — External url associated with the coin
    - `links` object[], required
      - `name` string, required — Name of the link
      - `url` string, required — URL of the link
    - `tags` string[], required — Tags associated with the coin
    - `extensions` object, required
      - `coinType` string, required — Type of the coin
      - `paragraph` object, required
        - `blogId` string, required — ID of the blog associated with this coin
        - `blogUrl` string, required — URL of the blog associated with this coin
        - `authorName` string — Name of the author associated with this coin
        - `noteId` string — ID of the note associated with this coin
        - `postSlug` string — Slug of the post associated with this coin
    - `attributes` object[], required
      - `trait_type` string, required
      - `value` string, required

## Other responses

- `404` — Coin not found
- `500` — Internal server error

---

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