Getting started
Do I need to know how to code?
Do I need to know how to code?
What exchanges are supported?
What exchanges are supported?
Do I need my own LLM key?
Do I need my own LLM key?
How much money do I need to start?
How much money do I need to start?
Can I run multiple traders at the same time?
Can I run multiple traders at the same time?
Strategies
Prompt strategy or program strategy -- which should I pick?
Prompt strategy or program strategy -- which should I pick?
How often does my strategy run?
How often does my strategy run?
Can I backtest my strategy before going live?
Can I backtest my strategy before going live?
What happens if my LLM is slow or fails?
What happens if my LLM is slow or fails?
Can I edit a strategy while the trader is running?
Can I edit a strategy while the trader is running?
Money and risk
Does Hyperoru hold my funds?
Does Hyperoru hold my funds?
What if the platform goes down while I have open positions?
What if the platform goes down while I have open positions?
Can I set a maximum daily loss?
Can I set a maximum daily loss?
How do I stop a trader immediately?
How do I stop a trader immediately?
POST /api/account/{account_id}/disable-trading. Either halts new orders in seconds.Does Hyperoru charge fees on trades?
Does Hyperoru charge fees on trades?
Data and privacy
Is my strategy visible to other users?
Is my strategy visible to other users?
Does my LLM provider see my trade data?
Does my LLM provider see my trade data?
Can I export all my data?
Can I export all my data?
How do I delete my account?
How do I delete my account?
API
How do I authenticate to the API?
How do I authenticate to the API?
POST /api/users/login to get a session token, then send it in the Authorization: Bearer header on every request. See Authentication.What are the rate limits?
What are the rate limits?
Is there an SDK?
Is there an SDK?
Can I subscribe to live updates without polling?
Can I subscribe to live updates without polling?
wss://api.production.hyperoru.com/ws?session_token=... and subscribe to the channels you care about. See WebSocket.Support
Something is broken. How do I get help?
Something is broken. How do I get help?
Where do I report a platform outage?
Where do I report a platform outage?
How do I suggest a feature?
How do I suggest a feature?