Retrieve Solana collections owned by an account

Returns a list of collections where the given account (wallet) address owns at least one NFT.

Useful for:

  • Showing the user a list of collections in which they own NFTs.
  • Checking if a user owns an NFT in a specific collections and then unlocking some experience for them, i.e. token-gating. (You are still responsible for validating that the user owns the wallet.)

Related:

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

Account address from which to fetch collections.

Query Params
string
enum
required
Defaults to owns_collections_nfts

Type of ownership. owns_collections_nfts gets collections where the given account (wallet) address owns at least one NFT.

Allowed:
integer
1 to 50
Defaults to 50

The number of results returned per page. Limit can range between 1 and 50, and the default is 50.

string

Continuation. Pass this value from the previous response to fetch the next page.

Response

collections property that contains an array of up to page_size collections. Each entry in the array is a separate collection. If no more NFTs are available, the resulting array will be empty.

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json