> For the complete documentation index, see [llms.txt](https://teamhycon.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://teamhycon.gitbook.io/docs/network-api/untitled-3/response-market-cap-info.md).

# Response (market cap info)

| Parameter             | Type   | Description                          |
| --------------------- | ------ | ------------------------------------ |
| **totalSupply**       | string | The total supply of HYCON coin.      |
| **circulatingSupply** | string | The total circulation of HYCON coin. |

**Response Error Table**

| Status | Error                   | Message                                                                        |
| ------ | ----------------------- | ------------------------------------------------------------------------------ |
| 404    | `NOT_FOUND`             | Tip information is undefined in consensus.                                     |
| 500    | `INTERNAL_SERVER_ERROR` | Internal Server Error occurs Error: There is no txdb to query the burn amount. |

**Response (Success)**

```
{
    "totalSupply": "2981678617.031239208",
    "circulatingSupply": "1754778074.74372453"
}
```
