Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/reecepbcups/stargaze-nft-snapshots
Snapshots for popular stargaze.zone NFTs like BadKids and Celestine Sloths.
https://github.com/reecepbcups/stargaze-nft-snapshots
Last synced: 16 days ago
JSON representation
Snapshots for popular stargaze.zone NFTs like BadKids and Celestine Sloths.
- Host: GitHub
- URL: https://github.com/reecepbcups/stargaze-nft-snapshots
- Owner: Reecepbcups
- Created: 2024-04-08T06:12:32.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-04-14T00:11:29.000Z (9 months ago)
- Last Synced: 2024-04-14T04:05:43.481Z (9 months ago)
- Language: Python
- Homepage:
- Size: 6.84 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Stargaze NFT Snapshots
Automatic NFT holder snapshots for major projects on [Stargaze](https://www.stargaze.zone/) every 3 days.
## Collections
- [After The Filter](https://www.stargaze.zone/m/afterthefilter/tokens)
- [BadKids](https://www.stargaze.zone/m/stars19jq6mj84cnt9p7sagjxqf8hxtczwc8wlpuwe4sh62w45aheseues57n420/tokens)
- [BitKids](https://www.stargaze.zone/m/stars1pqcldy82fcmptkzvzakwlv3gtpgupewc3e3q598mg5nrr25rv40qpu0z5v/tokens)
- [Celestine Sloth Society](https://www.stargaze.zone/m/stars10n0m58ztlr9wvwkgjuek2m2k0dn5pgrhfw9eahg9p8e5qtvn964suc995j/tokens)
- [Cryptonium Maker](https://www.stargaze.zone/m/cryptoniummaker/tokens)
- [Geckies](https://www.stargaze.zone/m/stars166kqwcu8789xh7nk07fcrdzek54205u8gzas684lnas2kzalksqsg5xhqf/tokens)
- [Pixel Squids](https://www.stargaze.zone/m/pixelsquids/tokens)
- [Racoon](https://www.stargaze.zone/m/stars1hsl7mqpntmskc88mkw28ywz66m9qtn9z7skmpp8lal6uwjfngerqr45km9/tokens)
- [Rekt Bulls](https://www.stargaze.zone/m/stars1ts5ymnra9wv27eqty8x88lhty4svea2j6jkw20t3mnnne6jwk5fqplsrdg/tokens)
- [Sneaky](https://www.stargaze.zone/m/sneaky/tokens)## Request
[Open an issue](https://github.com/Reecepbcups/stargaze-nft-snapshots/issues/new) to request a project.## Contact
>## Schema
```json
{
"contract": {
"address": "stars1429tk3pj6nrta2y34gx0njrm8zum53v05dyjawlsk6w84wqugsnshf2n3x",
"name": "Collection Name",
"code_id": "41",
"unique_holders": 382
},
"time": "2024-04-09 00:06:37",
"range": {
"start": 1,
"end": 999
},
"holders": {
"stars1...": [
1, 3
],
"stars1...": [
2,
],
}
}
```