Skip to main content

Get all NFT ids belonging to an account

GET 

//v1/chains/:chainID/core/accounts/account/:agentID/nfts

Get all NFT ids belonging to an account

Request

Path Parameters

    chainID stringrequired

    ChainID (Bech32)

    agentID stringrequired

    AgentID (Bech32 for WasmVM | Hex for EVM)

Query Parameters

    block string

    Block index or trie root

Responses

All NFT ids belonging to an account

Schema
    nftIds string[]required
curl -L -X GET '/v1/chains/:chainID/core/accounts/account/:agentID/nfts' \
-H 'Accept: application/json'
Request Collapse all
Base URL
Parameters
— pathrequired
— pathrequired
— query
ResponseClear

Click the Send API Request button above and see the response here!