Hedera
Search…
Hedera
Hedera
Mainnet
Testnets
Mirrornet
Getting Started
Introduction
Environment Set-up
Create an account
Transfer hbar
Try Examples! 👩💻
Core Concepts
Accounts
Keys and Signatures
Scheduled Transaction
Smart Contracts
Hashgraph Consensus Algorithm
Transactions and Queries
State and History
Mirror Nodes
Documentation
Release Notes
SDKs
Hedera API
Basic Types
Cryptocurrency Accounts
Consensus Service
Schedule Service
Token Service
TokenService
CustomFees
TokenCreate
TokenUpdate
TokenFeeScheduleUpdate
TokenDelete
TokenMint
TokenBurn
TokenFreezeAccount
TokenUnfreezeAccount
TokenGrantKyc
TokenRevokeKyc
TokenAssociate
TokenDissociate
TokenWipeAccount
TokenPause
TokenUnpause
TokenGetInfo
TokenGetNftInfo
TokenGetNftInfos
TokenGetAccountNftInfo
File Service
Smart Contracts
Miscellaneous
Mirror Node API
Integrating a Hedera Token Service Token
Record and Event Stream File Formats
Changelog
GitHub
Resources
Starter Projects
Demo Applications
Tutorials
Support & Community
Developer Chat
Meetups
Hedera FAQ
Status Page
Brand Guidelines
Powered By
GitBook
TokenGetAccountNftInfo
This query is currently deprecated.
TokenGetAccountNftInfoQuery
Applicable only to tokens of type
NON_FUNGIBLE_UNIQUE
. Gets info on NFTs N through M owned by the specified accountId. Example: If Account A owns 5 NFTs (might be of different Token Entity), having start=0 and end=5 will return all of the NFTs
Field
Type
Description
header
QueryHeader
Standard info sent from client to node, including the signed payment, and what kind of response is requested (cost, state proof, both, or neither)
accountID
AccountID
The Account for which information is requested
start
int64
Specifies the start index (inclusive) of the range of NFTs to query for. Value must be in the range [0; ownedNFTs-1]
end
int64
Specifies the end index (exclusive) of the range of NFTs to query for. Value must be in the range (start; ownedNFTs]
TokenGetAccountNftInfoResponse
Response when the client sends the node TokenGetInfoQuery
Field
Type
Description
header
ResponseHeader
Standard response from node to client, including the requested fields: cost, or state proof, or both, or neither
nfts
repeated
TokenNftInfo
List of NFTs associated to the account
Previous
TokenGetNftInfos
Next
File Service
Last modified
3mo ago
Copy link
Contents
TokenGetAccountNftInfoQuery
TokenGetAccountNftInfoResponse