- Added methods to get details and balance of erc20 tokens
- Pipelines added
- Added github URL's to package.json
- Documentation Added
- Updated error handling
- SDK v2.0.0 - This SDK can now detect and return the details of all the NFTs for a particular address across any supported chains.
- Supported Chains :
Ethereum,PolygonandBSC.
- This version will return the price data for every NFT. If the price data in not available, then it will return
No price data found.
- The
detectNFTs()function will detect the NFTs in the address and return its details. - A new function
getPriceData()is implemented to get the price data of the NFT.
- [Breaking Change] Updated the function
getPriceData()to accept the token details in an array of objects. The function will loop through the array elements to fetch the price details for all NFTs.
- The response structure for
detectNFTs()function has been changed. The NFT data will be returned inside thedataarray and pagination string will be included in theETHContinuationandPolygonContinuation. - [Breaking Change] - The input parameter is accepted as objects. 2 new parameters are added -
ETHContinuationandPolygonContinuation.
- The response structure for
detectNFTs()function has been updated for nftport API response.
- Updated
detectNFTs()method to implement infura SDK for NFT detection.
- Updated
detectNFTs()method to implement infura API's for NFT detection.