v1
latestOpenAPI 3.0.12026-07-177294143.2 KBcorecontracts
Get the foundry output
get/v1/chains/{chainID}/core/accounts/foundry_output/{serialNumber}
Path parameters
chainIDstring string required
ChainID (Bech32)
serialNumberinteger required
Serial Number (uint32)
Query parameters
blockstring string
Block index or trie root
Response
The foundry output
Example response
{
"assets": {
"baseTokens": "baseTokens",
"nativeTokens": [
{
"amount": "amount",
"id": "id"
},
{
"amount": "amount",
"id": "id"
}
]
},
"foundryId": "foundryId"
}