v2
latestOpenAPI 3.1.02026-08-01170225.5 KBBoost
Budget
Retrieve a single Budget by its system ID
Retrieve detailed information about a Budget Account, including contract address, chain ID, owner address, label, and members if applicable.
get/budget-accounts/:id
Path parameters
idstring required
Query for a Budget Account by system ID in the format of "chainId:address"
Example:8453:0xa904ef32d569e2ada8f4de6244bf68f36fa219f6
ID in format chainId:identifier
Response
Returns whether or not the token is blocked on given chain id
Example response
{
"id": "8453:0xa904ef32d569e2ada8f4de6244bf68f36fa219f6",
"baseImplementation": "0x378632819f39c74c4f56b1429e760739c5fb51b7",
"deployedInstance": "0x378632819f39c74c4f56b1429e760739c5fb51b7",
"address": "0x378632819f39c74c4f56b1429e760739c5fb51b7",
"owner": "0x378632819f39c74c4f56b1429e760739c5fb51b7",
"members": [
{
"memberAddress": "0x378632819f39c74c4f56b1429e760739c5fb51b7"
}
]
}