Liquity V2 Website Data API

Provides JSON data feeds used by the Liquity website including yield venue listings for BOLD, protocol fork venues, points leaderboard rankings, and collateral borrow rate comparisons versus DeFi averages.

Documentation

API entry from apis.yml

apis.yml Raw ↑
name: Liquity V2 Website Data API
description: 'Provides JSON data feeds used by the Liquity website including yield venue listings for
  BOLD, protocol fork venues, points leaderboard rankings, and collateral borrow rate comparisons versus
  DeFi averages.

  '
humanURL: https://github.com/liquity/api.liquity.org
baseURL: https://api.liquity.org/v2/website
tags:
- BOLD
- Yield
- Borrow Rates
- Leaderboard
- DeFi
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/website
endpoints:
- name: BOLD Yield Venues
  method: GET
  path: /bold-venues.json
  description: 'Returns an array of yield opportunities for BOLD across DeFi protocols (e.g., Euler, Yearn,
    Asymmetry). Each entry includes protocol name, asset/vault name, link, weekly APR, total APR range,
    and TVL.

    '
- name: Fork Venues
  method: GET
  path: /fork-venues.json
  description: Returns data on Liquity protocol fork deployments and venues.
- name: Points Leaderboard
  method: GET
  path: /leaderboard.json
  description: 'Returns a ranked leaderboard of Ethereum addresses by accumulated Liquity points, including
    rank, address, points earned, and percentage share. Contains up to 1,900+ entries.

    '
- name: Borrow Rates Comparison
  method: GET
  path: /borrow-rates.json
  description: 'Returns average borrow rate comparison per collateral type (WETH, wstETH, rETH) between
    Liquity V2 and DeFi-wide averages.

    '