---
name: api-dev-v2.ixs.finance
description: api-dev-v2.ixs.finance exposes a read-only catalog API for IXS tokenized vaults, returning structured records about vault contracts, supported chains, underlying assets, whitelist requirements, and vault status. It is a discovery and inspection endpoint, not a transaction or analytics endpoint.
host: api-dev-v2.ixs.finance
---

# api-dev-v2.ixs.finance

IXS Finance is a tokenized vault platform. This host serves agents that need to enumerate available vaults, resolve contract addresses by chain, check whitelist eligibility requirements, or inspect vault metadata before taking action elsewhere. It provides a single paginated catalog endpoint with no write operations and no real-time metrics.

## When to use this host

Use this host when an agent needs to discover which IXS vaults exist, resolve a vault's contract address on a specific chain, check whitelist requirements before attempting a deposit elsewhere, or inspect vault status and underlying asset metadata. Do not use this host for real-time vault performance metrics (the metrics field is null), historical yield data, or executing deposits and withdrawals — those operations require a separate transaction-capable integration. If an agent needs on-chain interaction with a vault after discovery, it must route to a signing or execution host using the contract address retrieved here.

## Capabilities

### Vault Discovery

Retrieves the full paginated catalog of IXS tokenized vaults, including contract addresses, chain identifiers, underlying asset details, whitelist requirements, and current status.

- **`fetch-ixs-vaults`** — Returns a paginated list of IXS tokenized vault records including contract addresses, chain info, underlying asset details, whitelist requirements, and status.

## Skill reference

### `fetch-ixs-vaults`

**IXS Vaults Catalog** — Returns a paginated list of IXS tokenized vault records including contract addresses, chain info, underlying asset details, whitelist requirements, and status.

*Use when:* Use when an agent needs to discover available IXS tokenized vaults across chains, retrieve vault contract addresses, check whitelist requirements, or inspect vault status and underlying asset details.

*Not for:* Do not use for real-time vault metrics or performance data; the metrics field is currently null. Not suitable for executing deposits or withdrawals — this is a read-only catalog endpoint.

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

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

---
