US based digital asset exchange
Poloniex is a US-based digital asset exchange for trading Bitcoin, Ethereum, TRON, Tether, and other cryptocurrencies.
import requests
url = "https://api.poloniex.com/public/markets/ticker"
headers = {
"X-API-KEY": "YOUR_API_KEY"
}
response = requests.get(url, headers=headers)
print(response.json())Last 50 checks (10 min intervals)