spinamp-sdk
  • About
  • Installation
  • Usage
  • Reference
    • API Reference
      • Types
        • IConfig
        • IArtist
        • IArtistProfile
        • ITrack
        • ICollectionTrack
        • INft
        • ITrackNft
        • IMusicPlatformData
        • IPlaylist
        • IApiListQueryParams
        • IApiListQueryResponse
      • Tracks
      • Artists
      • Collection
      • NFTs
      • Platforms
      • Playlists
      • Utilities
Powered by GitBook
On this page
  1. Reference
  2. API Reference

NFTs

PreviousCollectionNextPlatforms

Last updated 2 years ago

fetchTrackNfts(trackId: string): Promise<[]>

Returns list of all NFTs objects minted for provided track id.

fetchTrackNftsOwners(trackId: string): Promise<string[]>

Returns list of addresses of all owners of provided track.

fetchArtistNfts(artistId: string): Promise<[]>

Returns list of NFTs of all tracks created by provided artist.

fetchArtistNftsOwners(artistId: string): Promise<string[]>

Returns list of addresses of all owners of tracks created by provided artist.

INft
ITrackNft