Get NFT Collection logo

Catalog action Blockchain Data

Retrieve all NFTs (ERC-721 and ERC-1155) owned by a wallet address. Returns collection name, token ID, image, traits, and floor price. Supports Ethereum, Polygon, Base, and more.

At a Glance

FieldValue
Action IDsim-dune-get-wallet-collectibles
CategoryBlockchain Data
ConnectorNot required
Requires gasNo
Funds movementNone declared
Tagssim-dune, blockchain, wallet, nft, collectibles, erc721, erc1155, gallery, ownership, metadata, traits, read

Payload Schema

FieldTypeRequiredDescription
addressstringYesWallet address to get collectibles for
chainIdsarrayNoChain IDs to query (optional, defaults to all supported chains)
limitnumberNoMaximum number of collectibles to return (default: 250, max: 2500)
offsetstringNoCursor for pagination (use nextOffset from previous response)
filterSpambooleanNoFilter out spam NFTs from results. Default: true
showSpamScoresbooleanNoInclude spam scores in the response to help identify potentially spam NFTs. Default: false

Result Schema

FieldTypeRequiredDescription
addressstringYesWallet address queried
collectiblesarrayYesNFT collectibles owned by the wallet
totalCountnumberNoNumber of collectibles in this response page
hasMorebooleanYesWhether there are more results available
nextOffsetstringNoCursor for next page of results

Examples

json
{ "type": "sim-dune-get-wallet-collectibles", "payload": { "address": "0x0000000000000000000000000000000000000000" }, "children": []}

Payload fields can use workflow expressions such as {{$trigger.body.amount}}, {{$nodes.fetch.result.price}}, and {{$props.asset}} when the value should come from a trigger, prior node, or reusable workflow prop.

Ask a question... ⌘I