NFT contracts by owner retriever
Last updated
Last updated
[apis/nftport/v0/NFT contracts by owner retriever]
Returns a list of contracts (i.e. collections) where the given account (wallet) address owns at least one NFT, using the NFTPort API. Supports Ethereum only. Retrieve contracts owned by an account: https://docs.nftport.xyz/docs/nftport/?search=retrieve-contracts-owned-by-an-account
Keywords: web3, blockchain, crypto, nft, contract, owner, ethereum, rinkeby
query:
Receives the query parameters. Rerefence: https://docs.nftport.xyz/docs/nftport/?search=retrieve-contracts-owned-by-an-account#Request
params:
Rerefence: https://docs.nftport.xyz/docs/nftport/?search=retrieve-contracts-owned-by-an-account#Request Default chain value: "ethereum"
data:
Sends the query response. Reference: https://docs.nftport.xyz/docs/nftport/?search=retrieve-contracts-owned-by-an-account#Responses
response:
Sends the original response.
error: {"error": string, "details": any}
Sends the error, if any