Skip to main content

Get all foundries owned by an account

GET 

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

Get all foundries owned by 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 foundries owned by an account

Schema
    foundrySerialNumbers int32[]required
Loading...