You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# The following values which are used for authentication on private endpoints, can be retrieved from the Aevo UI
aevo = AevoClient(
signing_key="",
wallet_address="",
api_key="",
api_secret="",
env="testnet",
)
if not aevo.signing_key:
raise Exception(
"Signing key is not set. Please set the signing key in the AevoClient constructor."
)
logger.info("Creating order...")
# ETH-PERP has an instrument id of 2054 on testnet, you can find the instrument id of other markets by looking at this endpoint: https://api-testnet.aevo.xyz/markets