Core APIReferenceVaultsSlug

/vaults/{slug}/authority

Get Vault Authority by slug

GET
/vaults/{slug}/authority

Get Vault Authority by slug

Path Parameters

slug*string

Unique slug identifier for the vault.

Length1 <= length

Response Body

application/json

application/json

application/json

curl -X GET "https://example.com/vaults/nest-alpha-vault/authority"
{  "data": {    "vaultAddress": "string",    "accountantAddress": "0x1234567890123456789012345678901234567890",    "isHubAccountant": false,    "nestAccountant": {      "address": "string",      "chain": {        "mainnet": {          "startBlock": 0,          "accountantType": "spoke"        },        "base": {          "startBlock": 0,          "accountantType": "spoke"        },        "plume": {          "startBlock": 0,          "accountantType": "spoke"        },        "plasma": {          "startBlock": 0,          "accountantType": "spoke"        },        "arbitrum": {          "startBlock": 0,          "accountantType": "spoke"        },        "bsc": {          "startBlock": 0,          "accountantType": "spoke"        },        "worldchain": {          "startBlock": 0,          "accountantType": "spoke"        },        "avalanche": {          "startBlock": 0,          "accountantType": "spoke"        }      }    },    "authority": "0x1234567890123456789012345678901234567890"  }}