Skip to contents

Retrieves the artist's OpenSea NFT marketplace account information. Use this to display NFT links, verify wallet addresses, or check if an artist has connected their OpenSea account.

Returns NULL fields if the artist hasn't linked an OpenSea account. Check wallet_address to determine if NFT features should be enabled.

Usage

getArtistOpensea(artist, cn = NULL)

Arguments

artist

Artist UUID

cn

Optional database connection. Pass an existing connection to avoid connection overhead when making multiple queries.

Value

List with OpenSea account fields including wallet_address, url_os (OpenSea profile URL), and account metadata.