From e0b9dda19c021070622758392136686d3d1eb2eb Mon Sep 17 00:00:00 2001 From: Ryan Loomba Date: Thu, 3 Apr 2025 16:53:23 -0700 Subject: [PATCH] update README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 260570f..f966157 100644 --- a/README.md +++ b/README.md @@ -84,3 +84,7 @@ yarn start ### Stopping the Server To stop either the development or production server, press `Ctrl+C` in the terminal where the server is running. + +## Pricing Endpoint + +Our dashboard fetches BTC/USD price data via Block's public pricing endpoint: `https://pricing.bitcoin.block.xyz/current-price`. This price data is refreshed every 60 seconds and is comprised of a volume weighted average of price data from many cryptocurrency exchanges.