Retrieve NFTs created by an account

Returns NFTs created (i.e. minted) by a given account (i.e. wallet) address. Can also return each NFT metadata with include parameter. Ethereum and Polygon mainnets are supported.

Useful for:

  • For displaying NFTs created by an account.
  • Doing analytics on creator's portfolio.

Related:

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

Account address of the creator.

Query Params
string
enum
Defaults to ethereum

Blockchain from which to query NFTs.

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.

string
enum
Defaults to metadata

Include optional data in the response. default is the minimal response and metadata includes NFT metadata, like in Retrieve NFT details.

Allowed:
Response

nfts property that contains an array of up to page_size NFTs. Each entry in the array is a separate NFT. 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