# NFTs

#### fetchTrackNfts(trackId: string): Promise<[INft](https://spinamp.gitbook.io/spinamp-sdk/reference/types#inft)\[]>

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<[ITrackNft](https://spinamp.gitbook.io/spinamp-sdk/reference/types#itracknft)\[]>

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.
