> For the complete documentation index, see [llms.txt](https://docs.48.club/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.48.club/koge-token/supply-api.md).

# Supply API

\- Simple REST API endpoint with decimals included.

\- Endpoint  publicly accessible without any form of authentication (password/API keys)

\- not require api key (publicly accessible)

\- Adequate rate limits to support polling once every 30 minutes

```
https://www.48.club/api/v1/supply/koge
```

```
{
  "result": "3388228.433995"
}
```
