Orion - Api Key
import requests import time import hmac import hashlib api_key = "YOUR_API_KEY" api_secret = "YOUR_API_SECRET"
resp = requests.get("https://api.orion.run" + path, headers=headers) print(resp.json()) Orion Api Key
headers = "X-ORION-APIKEY": api_key, "X-ORION-TIMESTAMP": timestamp, "X-ORION-SIGNATURE": signature import requests import time import hmac import hashlib
