NFTs by creator retriever
Last updated
Last updated
[apis/nftport/v0/NFTs by creator retriever]
Returns NFTs created (i.e. minted) by a given account (i.e. wallet) address, using the NFTPort API. Can also return each NFT metadata with include parameter. Supports Ethereum only. Retrieve NFTs created by an account: https://docs.nftport.xyz/docs/nftport/?search=retrieve-nf-ts-created-by-an-account
Keywords: web3, blockchain, crypto, nft, creator, ethereum
query:
Receives the query parameters. Rerefence: https://docs.nftport.xyz/docs/nftport/?search=retrieve-nf-ts-created-by-an-account#Request
params: {"api_key": string, optional "chain": "ethereum"}
Rerefence: https://docs.nftport.xyz/docs/nftport/?search=retrieve-nf-ts-created-by-an-account#Request Default chain value: "ethereum"
data:
Sends the query response. Reference: https://docs.nftport.xyz/docs/nftport/?search=retrieve-nf-ts-created-by-an-account#Responses
response:
Sends the original response.
error: {"error": string, "details": any}
Sends the error, if any