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. Passbitcoin 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
| Endpoint | Universal path |
|---|---|
| Current Price | GET /v1/chains/bitcoin/tokens/native/price |
| Historical Price | GET /v1/chains/bitcoin/tokens/native/price/timeseries |
| Sparkline | GET /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

