Releases: getsafle/nft-controller
Releases · getsafle/nft-controller
Version 2.2.4
UPDATED:
- Updated response to include token standard. Flag
isERC721
returned in the response.
ATTENTION: This is an unaudited version.
Version 2.2.3
UPDATED:
- The
detectNFTs()
function will detect the NFTs in the address and return its details. - The function
getPriceData()
now accepts 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 thedata
array and pagination string will be included in theETHContinuation
andPolygonContinuation
. - The input parameter is accepted as objects. 2 new parameters are added
ETHContinuation
andPolygonContinuation
ADDED:
- A new function
getPriceData()
is implemented to get the price data of the NFT.****
ATTENTION: This is an unaudited version.
Version 1.1.0
UPDATE:
detectNFTs()
method now returns price data also.
ATTENTION: This is an unaudited version.
Version 1.0.0
This SDK is used to detect and return the details of all the NFTs for a particular address across any/all supported chains.
Chains supported:
- Ethereum
- BSC
- Polygon
ATTENTION: This is an unaudited version.