Get all foundries owned by an account
GET/v1/chain/core/accounts/account/:agentID/foundries
Get all foundries owned by an account
Request
Path Parameters
chainID stringrequired
ChainID (Hex Address)
agentID stringrequired
AgentID (Hex Address for L1 accounts, Hex for EVM)
Query Parameters
block string
Block index or trie root
Responses
- 200
- 401
All foundries owned by an account
- application/json
- Schema
- Example (from schema)
Schema
foundrySerialNumbers int32[]required
{
"foundrySerialNumbers": [
0,
0
]
}
Unauthorized (Wrong permissions, missing token)
- application/json
- Schema
- Example (from schema)
Schema
error stringrequired
missingPermission stringrequired
{
"error": "error",
"missingPermission": "missingPermission"
}
Loading...