Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cryptopunksnotdead/punks.market
Punks Market Data incl. Prices, and More
https://github.com/cryptopunksnotdead/punks.market
cryptopunks punks
Last synced: 28 days ago
JSON representation
Punks Market Data incl. Prices, and More
- Host: GitHub
- URL: https://github.com/cryptopunksnotdead/punks.market
- Owner: cryptopunksnotdead
- License: cc0-1.0
- Created: 2017-05-13T15:54:56.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-15T18:06:28.000Z (about 2 years ago)
- Last Synced: 2024-04-21T04:12:25.815Z (8 months ago)
- Topics: cryptopunks, punks
- Language: Ruby
- Homepage: https://cryptopunksnotdead.github.io
- Size: 1.57 MB
- Stars: 2
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
Crypto Collectibles Series -
[Cats](https://github.com/cryptocopycats/market.mooncatrescue) ·
[Punks](https://github.com/cryptopunksnotdead/market.punks)# Punks Market Data & (Research) Articles
## (Research) Articles
[**(Pixel) Apes & Monkeys (Chimps, Gorillas & Kongs) Art & Token (Sales) Timeline / Evolution**](apes)
## (Auto-Generated) Punk (Pixel Art) Collection Reports from (Cached) Opensea Datasets
- [Timeline Punk Collections (in Reverse Chronological Order)](TIMELINE.md)
- [Top Punk Collections by All-Time Sales Volume (in Ξ)](TOP.md)
- [Trending Punk Collections (in 30d/7d/1d Sales Volume)](TRENDING.md)
- [Punk Collections in Detail](COLLECTIONS.md)See the scripts in the /sandbox directory to update the (cached)
datasets via the opensea api and (re)generate the reports.## Datasets
### Prices Dataset
All Matt & John's® punk sales tracked via the
blockchain recorded data from the `CryptoPunksMarket` contract
in comma-separated values (CSV) format.
One datafile for every day with transaction count
(in parenthesis)
and filed per month and year
(e.g. `2017/06/2017-06-23_(20)` or `2021/04/2021-04-12_(19)`).
Example:```
timestamp, id, price (in eth), price (in wei)
2017-06-23 21:05:06, 544, 0.010000, 10000000000000000
2017-06-23 21:10:32, 3134, 0.010000, 10000000000000000
2017-06-23 21:46:53, 5056, 0.100000, 100000000000000000
...
```Note: For more transactions details (incl. from, to, block, etc.) see the Sales Dataset (below).
### Sales Dateaset
All Matt & John's® punk sales tracked via the
blockchain recorded data from the `CryptoPunksMarket` contract
in comma-separated values (CSV) format.
One datafile for every day with transaction count
(in parenthesis)
and filed per month and year
(e.g. `2017/06/2017-06-23_(20)` or `2021/04/2021-04-12_(19)`).
Example:```
timestamp, id, price (in eth), price (in wei), from, to, block, tx
2017-06-23 21:05:06, 544, 0.010000, 10000000000000000, 0xc352b534..., 0x00000000..., 3919706, 0xb28b5f2...
2017-06-23 21:10:32, 3134, 0.010000, 10000000000000000, 0x5b098b00..., 0xc352b534..., 3919721, 0x65579455...
2017-06-23 21:46:53, 5056, 0.100000, 100000000000000000, 0xc352b534e..., 0x00bd9fd5..., 3919847, 0xd79cca92...
...
```### Your Tool Here
Do you have a tool for the punks dataset? Let us know! Add your tool here.
## License
![](https://publicdomainworks.github.io/buttons/zero88x31.png)
The punks dataset
is dedicated to the public domain.
Use it as you please with no restrictions whatsoever.## Questions? Comments?
Post them on the [D.I.Y. Punk (Pixel) Art reddit](https://old.reddit.com/r/DIYPunkArt). Thanks.