Get all NFT ids belonging to an account
GET/v1/chain/core/accounts/account/:agentID/nfts
Get all NFT ids belonging to an account
Request
Path Parameters
agentID stringrequired
AgentID (Hex Address for L1 accounts | Hex for EVM)
Query Parameters
block string
Block index or trie root
Responses
- 200
- 401
All NFT ids belonging to an account
- application/json
- Schema
- Example (from schema)
Schema
nftIds string[]required
{
"nftIds": [
"nftIds",
"nftIds"
]
}
Unauthorized (Wrong permissions, missing token)
- application/json
- Schema
- Example (from schema)
Schema
error stringrequired
missingPermission stringrequired
{
"error": "error",
"missingPermission": "missingPermission"
}
Loading...