For the complete documentation index, see llms.txt. This page is also available as Markdown.

API reference

Public REST API

Protocol data is available programmatically through a public REST API at api.re.xyz.

  • No authentication is required.

  • All endpoints return JSON.

  • All timestamps are UTC.

  • All monetary values are USD unless otherwise noted.

General

/health

Health check. Confirms the API is operational. Returns the same payload as /apy.

GET https://api.re.xyz/health

/apy

Current APY and NAV for both tokens.

GET https://api.re.xyz/apy
Parameter
Permitted Values
Description

period

1d-30d or 1M-12M (default: 7d)

The lookback window for APY calculations.

tokens

reUSD/reUSDe/reUSD,reUSDe (default: reUSD,reUSDe)

The tokens to fetch APY data for.

Response

Use this endpoint for integration pricing, third-party dashboards, or programmatic NAV checks. NAV values are strings to preserve full 18-decimal precision.

/price

Full historical daily price and APY series for both tokens since inception.

Parameter
Permitted Values
Description

period

1d-30d or 1M-12M (default: full range)

Limits how far back the price series goes.

tokens

reUSD/reUSDe/reUSD,reUSDe (default: reUSD,reUSDe)

The tokens to fetch price data for.

Response

Each array entry is one day. price is that day's NAV; apy is the trailing 7-day annualized yield as of that date. reUSD data starts 2025-05-26; reUSDe data starts 2025-04-01. The earliest entries report "apy": 0 until a full lookback window of history exists.

This endpoint powers the charts on the Metrics page.

Supply

Total and circulating on-chain supply. Values are returned as strings to preserve full decimal precision. Circulating supply currently equals total supply for both tokens.

The {token} path segment is reusd or reusde (case-insensitive).

/supply

Full supply data for both tokens in one call.

Response

/supply/{token}

Full supply data for one token.

Response

/supply/{token}/total_supply

Total supply of a token across all chains.

Response

Returned as a string to preserve full decimal precision.

/supply/{token}/circulating

Circulating supply of a token.

Response

TVL

Protocol TVL metrics. The {metric} path segment is one of:

Metric
Description

reusd

reUSD product TVL.

reusde

reUSDe product TVL.

total

Total protocol TVL.

onchain_capital

On-chain capital.

offchain_capital

Off-chain capital.

premium-receivables

Outstanding insurance premiums owed to Re under active reinsurance contracts.

/tvl/{metric}

Latest value of one metric.

Response

lastUpdated is the date of the most recent datapoint for that metric. Quarterly-updated metrics lag daily ones.

/tvl

Latest value of every metric in one call.

Response

/tvl/{metric}/history

Daily history of one metric.

Parameter
Permitted Values
Description

period

1d-30d or 1M-12M (default: full history)

Limits how far the series goes.

Response

/tvl/history

Hisorical values of every metric in one call.

Response

Points

Information about the points program.

/points/public/leaderboard

Public Re Points leaderboard. Wallet addresses are truncated for privacy.

Parameter
Permitted Values
Description

limit

1-100 (default: 100)

The amount of pages to return.

offset

Any integer (default: 0)

Pagination offset.

season

Any valid season integer (default: the current season)

The season of points too fetch the leaderboard for.

Response

Responses may be cached for up to one hour.

/points/public/opportunities

Live Re Points earning opportunities: every strategy that earned points on the latest calculated day, with its boost multiplier, daily points, TVL and holder count. Strategies whose points program has ended are listed under ended.

Response

Wallet

Per-wallet position and points lookups, built for integrations.

/wallet/balance

A wallet's direct reUSD and reUSDe holdings across all supported chains, valued in USD at the current NAV.

Parameter
Permitted Values
Description

address

All Ethereum 32-byte addresses (required)

The wallet to fetch balances for.

token

reUSD/reUSDe (default: both)

The token to fetch data for. Omit for both.

Response

/wallet/points

A wallet's accumulated Re Points and leaderboard position.s

Parameter
Permitted Values
Description

address

All Ethereum 32-byte addresses (required)

The wallet to fetch points balance for.

Response


For educational and informational purposes only. Nothing on this Site is investment, financial, legal, or tax advice, or an offer, solicitation, or recommendation to buy, sell, or hold any digital asset, including reUSD and reUSDe. Yields are not guaranteed and all figures are illustrative, not a promise of return; past performance is not a reliable indicator of future results. Digital assets involve significant risk, including total loss of principal — the Tokens are not bank deposits and are not insured by any government agency. The Tokens are available only to eligible non-U.S. persons in permitted jurisdictions and are subject to KYC/AML requirements. The binding terms of the applicable agreements govern and prevail over this summary. See our full Disclosures for important additional information.

Last updated