Skip to content

Instantly share code, notes, and snippets.

@Yuripetusko
Yuripetusko / snapshot.js
Last active June 16, 2022 23:55 — forked from stevyhacker/snapshot.js
NFT holders snapshot tool
import fetch from 'node-fetch';
import fs from 'fs';
var requestOptions = {
method: 'GET',
redirect: 'follow'
};
const apiKey = "INSERT_YOUR_OWN_API_KEY_HERE"