---
name: proxy.suverse.io
description: proxy.suverse.io is a lightweight proxy host exposing three independent data feeds via x402-gated endpoints: current NYC weather conditions, USD-based fiat exchange rates for 170+ currencies, and DeFiLlama TVL data across DeFi protocols and CEXes. Each skill returns a single snapshot of live data with no inputs required. The three feeds are unrelated to one another and serve distinct use cases.
host: proxy.suverse.io
---

# proxy.suverse.io

proxy.suverse.io bundles three unrelated read-only data feeds behind a single x402 payment layer. It serves agents that need quick access to NYC weather, fiat FX rates, or DeFi TVL snapshots without configuring separate API keys or providers. The host does not offer parameterized queries, historical data, or any write operations — it is strictly a pay-per-call proxy for three specific public data sources.

## When to use this host

Use this host when an agent needs a no-configuration, pay-per-call snapshot of NYC weather, USD fiat exchange rates, or DeFiLlama TVL data. Do not use it for weather data outside New York City — use a parameterized weather API such as Open-Meteo or OpenWeatherMap instead. Do not use it for cryptocurrency price feeds or cross-crypto pair rates — use a crypto market data API such as CoinGecko or CoinMarketCap instead. Do not use it for historical TVL time-series or token pricing — use DeFiLlama's dedicated historical and pricing endpoints directly. Do not use it for real-time tick-by-tick FX data, as rates update only once per day. The three skills on this host are independent and do not combine into meaningful multi-step workflows.

## Capabilities

### Weather Data

Provides a real-time snapshot of current weather conditions in New York City, including temperature, wind speed, and WMO weather code.

- **`fetch-nyc-weather-forecast`** — Returns current weather conditions for New York City including temperature, weather code, and wind speed via a paid x402 endpoint.

### Fiat Currency Rates

Returns a full table of USD-based exchange rates for 170+ fiat currencies, updated approximately once per day, suitable for currency conversion and multi-currency financial calculations.

- **`fetch-fiat-exchange-rates`** — Returns USD-based fiat exchange rates for 170+ currencies, including last and next update timestamps, sourced from exchangerate-api.com.

### DeFi Protocol TVL

Returns the current DeFiLlama protocols list with TVL figures, per-chain breakdowns, and short-term percentage changes for DeFi protocols and centralized exchanges.

- **`fetch-defillama-tvl`** — Returns the DeFiLlama protocols list with TVL, chain breakdowns, 1h/1d/7d changes, and metadata for each tracked protocol or CEX.

## Skill reference

### `fetch-nyc-weather-forecast`

**NYC Weather Forecast** — Returns current weather conditions for New York City including temperature, weather code, and wind speed via a paid x402 endpoint.

*Use when:* Use when an agent needs current weather data for New York City, including temperature in Celsius, WMO weather condition code, and wind speed in km/h.

*Not for:* Do not use for weather forecasts outside New York City, historical weather data, or multi-day forecast data; use a general-purpose weather API with location parameters instead.

**Returns:** Returns a JSON object with NYC coordinates, elevation, timezone, and a current weather block containing temperature (°C), WMO weather code, and wind speed (km/h).

**Example:** `GET https://proxy.suverse.io/v1/data/weather-forecast-nyc`

---

### `fetch-fiat-exchange-rates`

**Fiat Rate Feed** — Returns USD-based fiat exchange rates for 170+ currencies, including last and next update timestamps, sourced from exchangerate-api.com.

*Use when:* Use when an agent needs current fiat currency exchange rates relative to USD, such as for currency conversion, financial calculations, or displaying multi-currency prices.

*Not for:* Do not use for cryptocurrency exchange rates or cross-crypto pair pricing; use a crypto market data API instead. Not suitable for real-time tick-by-tick FX data — rates update approximately once per day.

**Returns:** Returns a JSON object with result='success', USD-based exchange rates for 170+ currencies in a 'rates' map, plus last and next update timestamps.

**Example:** `GET https://proxy.suverse.io/v1/data/fiat-exchange-rates`

---

### `fetch-defillama-tvl`

**DeFiLlama TVL Proxy** — Returns the DeFiLlama protocols list with TVL, chain breakdowns, 1h/1d/7d changes, and metadata for each tracked protocol or CEX.

*Use when:* Use when an agent needs current total value locked data across DeFi protocols or centralized exchanges, including per-chain TVL breakdowns and recent percentage changes.

*Not for:* Do not use for historical TVL time-series data or token price feeds; use a dedicated DeFiLlama historical or pricing endpoint instead.

**Returns:** Returns a JSON array of protocol objects, each with id, name, symbol, category, chains, tvl (USD), chainTvls map, change_1h/1d/7d percentages, slug, logo, description, and optional mcap.

**Example:** `GET https://proxy.suverse.io/v1/data/defillama-tvl`

---
