v1

latestOpenAPI 3.0.12026-07-177294143.2 KB
corecontracts

Get all NFT ids belonging to an account

get/v1/chains/{chainID}/core/accounts/account/{agentID}/nfts

Path parameters

chainIDstring string required

ChainID (Bech32)

agentIDstring string required

AgentID (Bech32 for WasmVM | Hex for EVM)

Query parameters

blockstring string

Block index or trie root

Response

All NFT ids belonging to an account

nftIdsstring[] required

Example response

{
  "nftIds": [
    "nftIds",
    "nftIds"
  ]
}