fixed my price feeding script with chatgpt

in steem •  2 years ago 

Awesome! smooth and easy


image uploaded on https://nostr.build/

const axios = require('axios');

// Define Binance API URL
const baseUrl = 'https://api.binance.com';

// Get spot price ticker
function getSpotPrice(symbol) {
const endpoint = '/api/v3/ticker/price';
const url = baseUrl + endpoint + '?symbol=' + symbol;

// Send request
return axios.get(url);
}

// Example: get STEEM/USDT spot price ticker
getSpotPrice('STEEMUSDT')
.then((response) => {
console.log(response.data);
})
.catch((error) => {
console.error(error);
});

Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE STEEM!
Sort Order:  

You've got a free upvote from witness fuli.
Peace & Love

buen algoritmo y gracias por su voto dios le bendiga
good algorithm and thanks for your vote god bless you

God bless you too

You've got a free upvote from @hussa fuli.
Peace & Love!

감사합니다

tnx for the upvote

wow

exellent 👍👍

nis