Utility
BTC USD Price Feed
Get the latest price for Bitcoin in US Dollars.
GET
/v0/btcusd
curl --request GET \
--url https://api.zebedee.io/v0/btcusd
Description
The exchange rate feed is refreshed every 5 seconds and is based upon a combination of industry-leading partner exchange providers’s price feeds.
Usage
Use this API to show your users the correct USD value when paying any Satoshis/BTC Charges or Payment Requests. This API allows you to stay synced with ZBD on the price of Bitcoin
.
{
"success": true,
"data": {
"btcUsdPrice": "16825",
"btcUsdTimestamp": "1672847113"
},
"message": "Successfully retrieved BTC USD price ticker information."
}
Was this page helpful?
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."
}