Core APIReferenceVaultsSlug

/vaults/{slug}

Get VaultInfo by slug

GET
/vaults/{slug}

Get VaultInfo by slug

Path Parameters

slug*string

Unique slug identifier for the vault.

Length1 <= length

Response Body

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/vaults/nest-alpha-vault"
{  "data": {    "vaultType": "boring",    "category": "nestVault",    "vaultAddress": "string",    "nestShareOftAddress": "string",    "nestVaults": [      {        "nestVaultAddress": "string",        "asset": "string",        "chainAssets": [          {            "chainId": 1,            "assetAddress": "string"          }        ]      }    ],    "nestComposers": [      {        "asset": "string",        "composerAddress": "string",        "assetAddress": "string"      }    ],    "accountantAddress": "string",    "isHubAccountant": false,    "nestAccountant": {      "address": "string",      "isHub": false,      "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"        }      }    },    "authorityAddress": "string",    "tellerContractAddress": "string",    "decimals": 0,    "decimalsOverride": [      {        "56": 18      }    ],    "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"      }    },    "solana": {      "mintAddress": "string",      "oftStoreAddress": "string",      "composerAddress": "string",      "decimals": 0,      "startBlock": 0    },    "liquidAssets": [      {        "contractAddress": "string",        "symbol": "string",        "iconUrl": "string",        "decimals": 0,        "price": 0,        "chainId": 0,        "minimumSourceRules": [          {            "sourceChain": 1,            "sourceParams": {              "excludeWallets": [                "string"              ]            }          }        ]      }    ],    "slug": "string",    "name": "string",    "symbol": "string",    "icon": "string",    "iconMini": "string",    "targetComposition": [      {        "slug": "string",        "name": "string",        "description": "string",        "image": "string"      }    ],    "sec30d": 0,    "tvl": 0,    "numHolders": 0,    "volume24h": 0  }}