Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
22388o authored Oct 7, 2023
1 parent 8854d10 commit d1333ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
// Function to get the current liquidity pool value (k)
async function getLiquidityPoolValue() {
try {
const response = await fetch('https://api.bitfinex.com/v2/auth/r/orders/tBTCUSD/hist', {
const response = await fetch('https://api.binance.com/api/v3/ticker/price/btcusdt', {
method: 'POST',
body: JSON.stringify({}),
headers: {
Expand Down

0 comments on commit d1333ec

Please sign in to comment.