← Back to Dashboard

Poloniex

CryptocurrencyActivePaidAuth: API KeyDoc: Unknown
Swagger DocumentationVisit Website ↗

Description

US based digital asset exchange

✨ AI Summary

Poloniex is a US-based digital asset exchange for trading Bitcoin, Ethereum, TRON, Tether, and other cryptocurrencies.

Code Example

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())

Live Health Metrics

Last 50 checks (10 min intervals)