turn on bitstamp

This commit is contained in:
2024-10-11 11:49:01 +02:00
parent 6ffc2e9780
commit e4ef99e19d

View File

@@ -34,12 +34,12 @@ const dataSources = [
pick: res => +res.result.XXBTZUSD.a[0],
asset: 'USD',
},
// {
// name: 'bitstamp',
// url: 'https://www.bitstamp.net/api/v2/ticker/btcusd',
// pick: res => +res.last,
// asset: 'USD',
// },
{
name: 'bitstamp',
url: 'https://www.bitstamp.net/api/v2/ticker/btcusd',
pick: res => +res.last,
asset: 'USD',
},
{
name: 'coingecko',
url: 'https://api.coingecko.com/api/v3/simple/price?ids=bitcoin&vs_currencies=usd',