Clone the repo, install dependencies, and try the API out!
- Clone
git clone https://github.com/OMGWINNING/token_api_javascript_scripts.git
- Install
npm install
- Use
alchemy-web3
javascript sdk
node tx-history-from-alchemyweb3.js
- Use
fetch
javascript module
node tx-history-from-fetch.js
- Use
axios
javascript module
node tx-history-from-axios.js
- Read docs for more info