From 62d334293810ca01062f5080ade813a2c6549232 Mon Sep 17 00:00:00 2001 From: Bri <92327786+briwylde08@users.noreply.github.com> Date: Tue, 30 Aug 2022 12:16:40 -0600 Subject: [PATCH] Added code block --- docs/encyclopedia/lumen-supply-metrics.mdx | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/docs/encyclopedia/lumen-supply-metrics.mdx b/docs/encyclopedia/lumen-supply-metrics.mdx index e28756eb5..42d8e2692 100644 --- a/docs/encyclopedia/lumen-supply-metrics.mdx +++ b/docs/encyclopedia/lumen-supply-metrics.mdx @@ -2,6 +2,8 @@ title: Lumen Supply Metrics --- +import { CodeExample } from "@site/src/components/CodeExample" + This section explains how lumen supply metrics are calculated and made available via API. This information can be useful for products and services that track the distribution of XLM, including market cap aggregators and some exchanges, or to anyone who wants to investigate the distribution of XLM defined by the SDF mandate. Unlike many other blockchains, the native network currency is not created through mining- all XLM that has ever existed and will ever exist was created when the Stellar network went live. @@ -11,7 +13,24 @@ Unlike many other blockchains, the native network currency is not created throug ## Dashboard API As of December 12, 2019, the Dashboard API shows: -[insert code] + + +```json +{ + "updatedAt": "2019-12-12T21:07:23.480Z", + "originalSupply": "100000000000", + "inflationLumens": "5443902087.3472865", + "burnedLumens": "55442098181.3755700", + "totalSupply": "50001803905.9717165", + "upgradeReserve": "414310437.8111675", + "feePool": "1807341.5766261", + "sdfMandate": "29635032570.5297368", + "circulatingSupply": "19950653556.0541861", + "_details": "https://www.stellar.org/developers/guides/lumen-supply-metrics.html" +} +``` + + ## Definitions **originalSupply**