rpc_semaphore_utilization
rate(rpc_semaphore_total_rejections[5m])
| # PUT Dashboard APY Fields | |
| ## Endpoint | |
| ``` | |
| GET https://api.flyingtulip.com/status/put/dashboard | |
| ``` | |
| ## Where to find APY |
| # PUT Dashboard API - USD Field Naming | |
| ## Field Naming Convention | |
| For each USD value, there are now two fields: | |
| - `*Usd` - Raw decimal value with 2 decimal places (e.g., `"28870000.00"`) | |
| - `*UsdFormatted` - Formatted with K/M/B suffixes (e.g., `"28.87M"`) | |
| This follows the existing pattern used throughout the API: `deployed` / `deployedFormatted`. |
| # API Fixes for Decimals and Yield Endpoints | |
| ## Summary | |
| Two fixes have been deployed to address issues with yield data and USD conversion in the API. | |
| --- | |
| ## Fix 1: Weekly Yield USD Conversion and Decimals Handling |
| # PUT Dashboard API Change: Global Circuit Breaker Time to Reset | |
| ## Endpoint | |
| `GET /status/put/dashboard` | |
| ## Change | |
| Added two new fields to the chain-level `circuitBreaker` object: | |
| | Field | Type | Description | | |
| |-------|------|-------------| |
The /status/ftusd/dashboard endpoint has been updated to consolidate all ftUSD dashboard data into a single request. This provides:
The /status/put/dashboard endpoint has been updated to consolidate all PUT dashboard data into a single request. This replaces the previous pattern where frontend had to:
/tge/metrics to discover strategies/tge/metrics/series per strategy in parallel/tge/yield for yield data| Metric | What It Is | Endpoint | Field |
|---|---|---|---|
| Total FT Value | FT currently held in PUTs, in USD | GET /tge/metrics |
data.ft_allocation.chains[].value_usd |
| Total Investment | Sum of all collateral tokens currently invested | GET /tge/metrics |
data.collateral_supply.chains[].assets[].value_usd |
| All Time Yield | Cumulative yield claimed from strategies (ever) | GET /tge/metrics |
data.strategy_allocation.entries[].yield_claimed |