15629/how-to-convert-bitcoin-rate-to-usd
I want to exchange currency from bitcoin to USD. How can I do this?
You can use blockchain.info API:
URL:
https://blockchain.info/ticker
Response:
{ "USD" : {"15m" : 478.68, "last" : 478.68, "buy" : 478.55, "sell" : 478.68, "symbol" : "$"} }
To know more, visit: https://blockchain.info/api/exchange_rates_api
Hey @Raj. I use the following script. ...READ MORE
Look at the following code : function uintToString(uint ...READ MORE
You can not directly convert the timestamp ...READ MORE
you can use const Socket = require('blockchain.info/Socket'); const mySocket ...READ MORE
What is the argument utxos int the ...READ MORE
yes all are over TCP/IP connections secured by TLS encryption in hashgraph architecture-hashgraph, ...READ MORE
This was a bug. They've fixed it. ...READ MORE
Summary: Both should provide similar reliability of ...READ MORE
You cannot use BTC as the currency ...READ MORE
You are missing the padding in the ...READ MORE
OR
Already have an account? Sign in.