Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.moralis.com/llms.txt

Use this file to discover all available pages before exploring further.

Overview

The Bitcoin Price API delivers BTC market data through the Moralis Universal Token Price endpoints. Pass bitcoin as the chain alias and native as the token alias to target BTC itself. Sparklines ship alongside historical data, so building a price chart UI doesn’t require a second integration or your own caching layer.

Endpoints

EndpointUniversal path
Current PriceGET /v1/chains/bitcoin/tokens/native/price
Historical PriceGET /v1/chains/bitcoin/tokens/native/price/timeseries
SparklineGET /v1/chains/bitcoin/tokens/native/price/sparkline

Common Use Cases

  • Portfolio dashboards — BTC price, change, and a sparkline next to balances
  • Trading apps — full historical charts with configurable granularity
  • Notifications — fire on price thresholds without polling a third-party feed
  • Reporting — pull historical price for accounting and tax flows