> For the complete documentation index, see [llms.txt](https://spinamp.gitbook.io/spinamp-sdk/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://spinamp.gitbook.io/spinamp-sdk/reference/api-reference/nfts.md).

# NFTs

#### fetchTrackNfts(trackId: string): Promise<[INft](/spinamp-sdk/reference/api-reference/types.md#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](/spinamp-sdk/reference/api-reference/types.md#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.
