Liquity · Schema

Leaderboard

Paginated leaderboard of Ethereum addresses ranked by accumulated Liquity protocol points.

DeFiDecentralized FinanceLendingStablecoinsEthereumLUSDBOLDLiquidity Protocol

Properties

Name Type Description
total_row_count integer Total number of entries in the full leaderboard.
rows array List of leaderboard entries sorted by rank ascending.
View JSON Schema on GitHub

JSON Schema

leaderboard.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api.liquity.org/schemas/leaderboard.json",
  "title": "Leaderboard",
  "description": "Paginated leaderboard of Ethereum addresses ranked by accumulated Liquity protocol points.",
  "type": "object",
  "properties": {
    "total_row_count": {
      "type": "integer",
      "description": "Total number of entries in the full leaderboard.",
      "example": 1907
    },
    "rows": {
      "type": "array",
      "description": "List of leaderboard entries sorted by rank ascending.",
      "items": {
        "$ref": "#/$defs/LeaderboardEntry"
      }
    }
  },
  "required": ["total_row_count", "rows"],
  "$defs": {
    "LeaderboardEntry": {
      "type": "object",
      "title": "LeaderboardEntry",
      "description": "A single entry in the Liquity points leaderboard.",
      "properties": {
        "rank": {
          "type": "integer",
          "description": "Leaderboard ranking position (1-indexed).",
          "minimum": 1,
          "example": 1
        },
        "address": {
          "type": "string",
          "description": "Ethereum wallet address.",
          "pattern": "^0x[0-9a-fA-F]{40}$",
          "example": "0xc83aa8e0da4ffc388fdbfc1cb111d8d625b5b8e7"
        },
        "points": {
          "type": "number",
          "description": "Total Liquity points accumulated by this address.",
          "example": 632014.0793235414
        },
        "percent": {
          "type": "number",
          "description": "Percentage share of total points distributed, expressed as a decimal between 0 and 1.",
          "minimum": 0,
          "maximum": 1,
          "example": 0.05085206108535175
        }
      },
      "required": ["rank", "address", "points", "percent"]
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/leaderboard"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.