Market
Get current market data
Bitpowr support two types of market data:
- Market Price: This endpoint allows you to get the current market price of crypto currencies against a particular crypto currency. Currently supports USD and NGN
- Market Ticker: This endpoint allows you to get the market ticker of a coin pair
Get Market Price
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>'
API Reference
You can view the API reference for working with Market Data
Updated 4 months ago