Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/stuyk/crypto-prices

Repository with Crypto Prices
https://github.com/stuyk/crypto-prices

crypto cryptocurrency

Last synced: 1 day ago
JSON representation

Repository with Crypto Prices

Awesome Lists containing this project

README

        

# Crypto Prices

Literally just pushes prices for historical reasons to this GitHub repository.

Every hour it fetches pricing from a source.

Pushes it to the repo.

Tags the repo.

Tags are as follows: `year.month.day.hour`

## How to fetch the prices?

Here's some options:

```
https://cdn.jsdelivr.net/gh/stuyk/crypto-prices/dist/prices.json
```
OR

```
https://cdn.jsdelivr.net/gh/stuyk/[email protected]/dist/prices.json
```

OR

```
https://raw.githubusercontent.com/Stuyk/crypto-prices/refs/heads/main/dist/prices.json
```