> ## Documentation Index
> Fetch the complete documentation index at: https://docs.vaults.fyi/llms.txt
> Use this file to discover all available pages before exploring further.

# General

> Core endpoints for vault discovery, assets, networks, protocols, and curators.

Core reference data endpoints — use these to browse available vaults, resolve asset and network metadata, and populate filter dropdowns.

| Capability                       | How to call                                                  | Required inputs                                                                                                              |
| -------------------------------- | ------------------------------------------------------------ | ---------------------------------------------------------------------------------------------------------------------------- |
| List supported vault identifiers | [`GET /v2/vaults`](/api-reference/general/list-vaults)       | None. Optional query filters include `network`, `assetSymbol`, `onlyTransactional`, `onlyAppFeatured`, `page`, and `perPage` |
| List supported assets and tokens | [`GET /v2/assets`](/api-reference/general/list-assets)       | None. Optional query filters include `network`, `page`, and `perPage`                                                        |
| List supported networks          | [`GET /v2/networks`](/api-reference/general/list-networks)   | None                                                                                                                         |
| List vault tags                  | [`GET /v2/tags`](/api-reference/general/list-tags)           | None. See [Vault Tags](/concepts/vault-discovery#vault-tags) for taxonomy definitions                                        |
| List vault curators              | [`GET /v2/curators`](/api-reference/general/list-curators)   | None                                                                                                                         |
| List supported protocols         | [`GET /v2/protocols`](/api-reference/general/list-protocols) | None                                                                                                                         |
| Check API availability           | [`GET /v2/health`](/api-reference/health/health-check)       | None                                                                                                                         |
