Skip to content

Releases: getsafle/nft-controller

Version 2.2.4

03 May 05:52
4581180
Compare
Choose a tag to compare

UPDATED:

  • Updated response to include token standard. Flag isERC721 returned in the response.

ATTENTION: This is an unaudited version.

Version 2.2.3

10 Feb 12:41
92b5856
Compare
Choose a tag to compare

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 the data array and pagination string will be included in the ETHContinuation and PolygonContinuation.
  • The input parameter is accepted as objects. 2 new parameters are added  ETHContinuation
     and PolygonContinuation

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

25 Nov 05:05
046ca42
Compare
Choose a tag to compare

UPDATE:

  • detectNFTs() method now returns price data also.

ATTENTION: This is an unaudited version.

Version 1.0.0

28 Oct 07:00
f613163
Compare
Choose a tag to compare

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.