Cryptocurrency Trading Platform
Coinbase Pro offers a cryptocurrency trading platform for advanced users to buy, sell, and trade digital assets.
import requests
url = "https://api.coinbase.com/api/v3/brokerage/products"
headers = {
"Accept": "application/json",
"Authorization": "Bearer YOUR_API_KEY"
}
response = requests.get(url, headers=headers)
print(response.json())Last 50 checks (10 min intervals)