Market
Get current market data
Our Market API delivers updates on market prices and tickers across a diverse range of cryptocurrencies.
Developers can leverage our comprehensive market data API to obtain the real-time information.
We offer access to two essential market data types:
- Market Price: This accesses real-time market prices for cryptocurrencies against specific fiat currencies, such as
USD
andNGN
. - Market Ticker: This retrieves the latest market
ticker
information for a specified coin pair.
Accessing market data
To get access to current market data, follow the steps below:
- Access your Bitpowr dashboard and go to the Vault section.
- Choose Accounts to view your list of accounts.
- Select the desired account for which you need market data.
On the selected account, you'll find detailed market data for each asset.
Get Market Price via API
curl --request GET \
--url 'https://developers.bitpowr.com/api/v1/market/price?currency=USD' \
-H 'content-type: application/json'
-H 'authorization: Bearer <encodedToken>'
curl --request GET \
--url 'https://developers.bitpowr.com/api/v1/market/ticker' \
-H 'content-type: application/json'
-H 'authorization: Bearer <encodedToken>'
Note: Bitpowr does not provide any assurance in the correctness of the market data provided by this API as its majorly used internally and now available for public use. However, we've have been indexing market price data for over 3yrs
API Reference
You can view the API reference for working with Market Data
Updated 4 months ago