Bitcoin API logo

Bitcoin API

ENDPOINTS
GET/bitcoin-price

Get Bitcoin Price

Get the current Bitcoin price in USD along with 24-hour market data including daily high, daily low, trading volume, and price change. No parameters required.

{
  "price_usd": "65795.08000000",
  "updated_at": "2026-07-22T07:48:08+00:00",
  "daily_volume": "55.21551000",
  "daily_low_usd": "65706.62000000",
  "daily_high_usd": "66959.24000000",
  "daily_price_change_usd": "-399.96000000",
  "daily_price_change_percent": "-0.604"
}