# 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"
}
```
