Liquity V2 Protocol Stats API

Provides JSON snapshots of Liquity V2 (BOLD) protocol state including total BOLD supply, collateral values, stability pool deposits, TVL, per-branch (WETH/wstETH/rETH) metrics, token prices, and yield opportunities. Data is refreshed on-chain and published as flat files to GitHub Pages on a scheduled basis.

API entry from apis.yml

apis.yml Raw ↑
name: Liquity V2 Protocol Stats API
description: 'Provides JSON snapshots of Liquity V2 (BOLD) protocol state including total BOLD supply,
  collateral values, stability pool deposits, TVL, per-branch (WETH/wstETH/rETH) metrics, token prices,
  and yield opportunities. Data is refreshed on-chain and published as flat files to GitHub Pages on a
  scheduled basis.

  '
humanURL: https://github.com/liquity/api.liquity.org
baseURL: https://api.liquity.org/v2
tags:
- BOLD
- Protocol Stats
- TVL
- Stability Pool
- Collateral
properties:
- type: Documentation
  url: https://github.com/liquity/api.liquity.org
contact:
- FN: Liquity Team
  url: https://www.liquity.org/
meta:
- type: x-api-key-required
  value: 'false'
- type: x-base-url
  value: https://api.liquity.org/v2
endpoints:
- name: Ethereum Protocol Stats
  method: GET
  path: /ethereum.json
  description: 'Returns comprehensive V2 protocol stats for Ethereum mainnet including total_bold_supply,
    total_debt_pending, total_coll_value, total_sp_deposits, total_value_locked, max_sp_apy, per-collateral
    branch data (WETH, wstETH, rETH), sBOLD and yBOLD vault metrics, boldYield opportunities, and current
    token prices.

    '
- name: Mainnet Legacy Protocol Stats
  method: GET
  path: /mainnet.json
  description: 'Returns V2 legacy deployment stats for Ethereum mainnet with the same schema as ethereum.json
    but scoped to the original V2 contract deployment.

    '
- name: Sepolia Testnet Stats
  method: GET
  path: /testnet/sepolia.json
  description: Returns V2 protocol stats for the Sepolia testnet deployment.