update README (#5)

add more details about our pricing endpoint
This commit is contained in:
Ryan Loomba 2025-04-09 08:12:34 -07:00 committed by GitHub
parent 47d569fb4f
commit 2f2bb0a478
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.