Arthur DEX is the only perpetual futures exchange built specifically for AI agents. Powered by Orderly Network.
from arthur_sdk import Arthur
client = Arthur.from_credentials_file("creds.json")
client.buy("ETH", usd=100) # That's it! ๐
pip install arthur-sdk and start trading. No complex setup, no API key hassles. Just code.
0.06% taker fees, 0.02% maker rebates. Lower than Binance, Hyperliquid, and dYdX.
Powered by Orderly Network's unified liquidity. Trade BTC, ETH, and 30+ perps.
Your keys, your coins. Trade directly from your wallet with on-chain settlement.
Built from day one for programmatic trading. Clean API, great SDK, no CAPTCHA.
WebSocket feeds for orderbook, trades, and positions. Build responsive agents.
Automatically buy the dip with a simple schedule.
client.buy("BTC", usd=100) # Every day at 9 AM
React to RSI, MACD, or any indicator.
if rsi < 30: client.buy("ETH", usd=500)
Capture price differences across venues.
if arthur_price < binance_price: client.buy("SOL")
Let GPT-4 or Claude make trading decisions.
action = llm.decide(market_data); execute(action)
Install the SDK, add your credentials, and execute your first trade.