1.0.11 • Published 2 years ago

nft-info v1.0.11

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

��# nft-info

nft-info is a javascript library for getting information on nft collections like floor price, market cap, number of owners, total number of nfts, total sales, and total volume.

Installation

npm i nft-info

Usage

const nftInfo = require('nft-info')

const collection = 'urlCollectionNname' //Make sure to enter the collection url name properly. This is the part after the https://opensea.io/collection/

nftInfo.getFloorPrice(collection) //console.logs the floor price for the inputted collection
nftInfo.getMarketCap(collection) //console.logs the market cap for the inputted collection
nftInfo.getNumberOwners(collection) //console.logs the number of owners for the inputted collection
nftInfo.getTotalNumber(collection) //console.logs the total number of nfts for the inputted collection
nftInfo.getTotalSales(collection) //console.logs the total number of sales for the inputted collection
nftInfo.getTotalVolume(collection) //console.logs the total ether volume for the inputted collection

Examples

const collection = 'boredapeyachtclub' //https://opensea.io/collection/boredapeyachtclub

nftInfo.getFloorPrice(collection) //will console.log 69.42

nftInfo.getMarketCap(collection) //will console.log 950133.6394799055

nftInfo.getNumberOwners(collection) //will console.log 6437

nftInfo.getTotalNumber(collection) //will console.log 10000

nftInfo.getTotalSales(collection) //will console.log 26956

nftInfo.getTotalVolume(collection) //will console.log 651806.4158144317

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

Another way to help is my staring our github repo.

License

MIT

1.0.11

2 years ago

1.0.10

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago