---
name: api-v2.ixs.finance
description: api-v2.ixs.finance exposes a single endpoint that returns a paginated catalog of tokenized vaults on IXS Finance, covering Base and Base Sepolia networks. Each vault entry includes contract addresses, chain metadata, whitelist requirements, and underlying asset details. Yield metrics and APY data are not currently available through this host.
host: api-v2.ixs.finance
---

# api-v2.ixs.finance

IXS Finance is a tokenized vault platform operating on Base and Base Sepolia. This host serves agents that need to discover and enumerate available vaults — retrieving contract addresses, checking whitelist eligibility requirements, and identifying underlying assets — before routing users or funds to the appropriate vault. It does not support vault interaction (deposits, withdrawals) or performance analytics.

## When to use this host

Use this host when an agent needs to enumerate IXS Finance vaults on Base or Base Sepolia, look up a vault's contract address, check whether a vault requires whitelist approval, or identify the underlying asset of a vault. Do not use this host for yield or APY data — that information is not available here. Do not use it to execute deposits or withdrawals; a separate vault interaction API is required for on-chain operations. If an agent needs DeFi vault performance metrics or cross-protocol yield comparisons, this host is not suitable.

## Capabilities

### Vault Discovery

Retrieves a paginated list of all available IXS Finance vaults, including contract addresses, chain metadata, whitelist requirements, and underlying asset information.

- **`fetch-ixs-vaults`** — Returns a paginated catalog of IXS Finance tokenized vaults including contract addresses, chain metadata, whitelist requirements, and underlying asset details.

## Skill reference

### `fetch-ixs-vaults`

**IXS Vaults List** — Returns a paginated catalog of IXS Finance tokenized vaults including contract addresses, chain metadata, whitelist requirements, and underlying asset details.

*Use when:* Use when an agent needs to discover available IXS Finance vaults on Base or Base Sepolia, retrieve their contract addresses, check whitelist requirements, or identify the underlying asset for each vault.

*Not for:* Do not use for fetching yield metrics or APY data — the metrics field is currently null. Not suitable for executing deposits or withdrawals; use a vault interaction API instead.

**Returns:** Returns ok=true and a data object containing an items array of vault records (id, name, chainId, contractAddress, underlyingAsset, requiresWhitelist, status) plus pagination fields (page, pageSize, totalItems, totalPages, hasNextPage, hasPreviousPage).

**Example:** `GET https://api-v2.ixs.finance/x402/vaults`

---
