Get Wallet NFT Positions (Zerion) logo

Catalog action Blockchain Data

Retrieve NFT holdings for any wallet address via Zerion API. Returns NFT positions with metadata including name, collection, image URL, contract address, and valuations. Ideal for: NFT portfolio display, collection tracking, NFT value monitoring.

At a Glance

FieldValue
Action IDzerion-get-wallet-nft-positions
CategoryBlockchain Data
ConnectorNot required
Requires gasNo
Funds movementNone declared
Tagszerion, blockchain, wallet, nft, collectibles, read

Payload Schema

FieldTypeRequiredDescription
addressstringYesThe wallet address to query NFT positions for.
currencystringNoCurrency to denominate values in. Default: usd

Result Schema

FieldTypeRequiredDescription
addressstringYes-
positionsarrayYesArray of NFT positions
nextCursorstringNo-

Examples

json
{ "type": "zerion-get-wallet-nft-positions", "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