All chain NFTs retriever
[apis/nftport/v0/All chain NFTs retriever]

Returns all ERC721 and ERC1155 NFTs that have been minted on a given chain, using the NFTPort API. Supports Ethereum & Polygon. Retrieve all NFTs: https://docs.nftport.xyz/docs/nftport/?search=retrieve-all-nf-ts
Keywords: web3, blockchain, crypto, nft, list, ethereum, polygon, rinkeby
Input ports
query:
{ optional "continuation": string, optional "include": ( "default" or "metadata" or "file_information" or "contract_information" or "all" )[], optional "page_size": number }
params:
{"api_key": string, "chain": ("ethereum" or "polygon" or "rinkeby")}
Receives the query parameters. Default chain value: "ethereum" Rerefence: https://docs.nftport.xyz/docs/nftport/?search=retrieve-all-nf-ts#Query-Parameters
Output ports
data:
{ "response": "OK", "nfts": { "chain": ("ethereum" or "polygon" or "rinkeby"), "contract_address": string, "token_id": string, optional "contract": { "name": string, "symbol": string, "type": ("ERC721" or "ERC1155") }, optional "metadata": {string: any}, optional "metadata_url": string, optional "file_url": string, optional "animation_url": string, optional "cached_file_url": string, optional "cached_animation_url": string, optional "mint_date": string, optional "file_information": { "height": number, "width": number, "file_size": number }, optional "updated_date": string }[], "continuation": string }
Sends the query response. Reference: https://docs.nftport.xyz/docs/nftport/?search=retrieve-all-nf-ts#Responses
response:
{"status": number, "headers": {string: any}, "body": string}
Sends the original response.
error:
{"error": string, "details": any}
Sends the error, if one occurred.
Last updated