---
title: "Changes to Detailed coin information"
method: GET
path: "/api/v1/crypto/{coin_id}/info"
---

# Changes to Detailed coin information

`GET /api/v1/crypto/{coin_id}/info`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 2 of 21 revisions.

- **2026-08-28** `560e8847c7b3` — 34 breaking, 2 info
- **2026-08-08** `4c4530760ba1` — 12 info

## Changes

- **2026-08-28** `560e8847c7b3` — 34 breaking, 2 info
  - the response property `data/categories` became optional for the status `200`
  - the response property `data/description` became optional for the status `200`
  - the response property `data/genesis_date` became optional for the status `200`
  - the response property `data/hashing_algorithm` became optional for the status `200`
  - the response property `data/id` became optional for the status `200`
  - the response property `data/last_updated` became optional for the status `200`
  - the response property `data/links` became optional for the status `200`
  - the response property `data/market_data` became optional for the status `200`
  - the response property `data/name` became optional for the status `200`
  - the response property `data/symbol` became optional for the status `200`
  - response property `data/categories` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `data/description` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `data/genesis_date` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `data/hashing_algorithm` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `data/id` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `data/last_updated` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `data/name` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `data/symbol` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - the `data/links` response's property type/format changed from `object`/`` to ``/`` for status `200`
  - the `data/market_data` response's property type/format changed from `object`/`` to ``/`` for status `200`
  - removed the required property `data/links/blockchain_site` from the response with the `200` status
  - removed the required property `data/links/homepage` from the response with the `200` status
  - removed the required property `data/links/subreddit_url` from the response with the `200` status
  - removed the required property `data/market_data/ath` from the response with the `200` status
  - removed the required property `data/market_data/atl` from the response with the `200` status
  - removed the required property `data/market_data/circulating_supply` from the response with the `200` status
  - removed the required property `data/market_data/current_price` from the response with the `200` status
  - removed the required property `data/market_data/market_cap` from the response with the `200` status
  - removed the required property `data/market_data/max_supply` from the response with the `200` status
  - removed the required property `data/market_data/price_change_percentage_24h` from the response with the `200` status
  - removed the required property `data/market_data/price_change_percentage_30d` from the response with the `200` status
  - removed the required property `data/market_data/price_change_percentage_7d` from the response with the `200` status
  - removed the required property `data/market_data/total_supply` from the response with the `200` status
  - removed the required property `data/market_data/total_volume` from the response with the `200` status
  - added `#/components/schemas/Links, subschema #2` to the `data/links` response property `anyOf` list for the response status `200`
  - added `#/components/schemas/MarketData, subschema #2` to the `data/market_data` response property `anyOf` list for the response status `200`
- **2026-08-08** `4c4530760ba1` — 12 info
  - added the optional property `code` to the response with the `401` status
  - added the optional property `code` to the response with the `429` status
  - added the optional property `code` to the response with the `503` status
  - added the optional property `hint` to the response with the `401` status
  - added the optional property `hint` to the response with the `429` status
  - added the optional property `hint` to the response with the `503` status
  - added the optional property `plan` to the response with the `401` status
  - added the optional property `plan` to the response with the `429` status
  - added the optional property `plan` to the response with the `503` status
  - added the optional property `reason` to the response with the `401` status
  - added the optional property `reason` to the response with the `429` status
  - added the optional property `reason` to the response with the `503` status

---

[Operation](https://skmtc.dev/sugra/apis/sugra-api/docs/api/v1/crypto/:coin_id/info/get.md) · [API](https://skmtc.dev/sugra/apis/sugra-api.md) · [Page](https://skmtc.dev/sugra/apis/sugra-api/changes/api/v1/crypto/:coin_id/info/get)
