cURL
curl --request GET \ --url https://api.zebedee.io/v0/btcusd
{ "success": true, "data": { "btcUsdPrice": "16825", "btcUsdTimestamp": "1672847113" }, "message": "Successfully retrieved BTC USD price ticker information." }
Get the latest price for Bitcoin in US Dollars.
price of Bitcoin
Was this page helpful?