Cryptocurrencies Exchange
The Gemini Crypto Exchange REST API provides programmatic access to trade cryptocurrencies and manage your account on the Gemini platform.
import requests
url = "https://api.gemini.com/v1/pubticker/btcusd"
response = requests.get(url)
print(response.json())Last 50 checks (10 min intervals)