cURL
curl --request GET \ --url https://api.production.hyperoru.com/api/account/{account_id}/strategy \ --header 'Authorization: Bearer <token>'
{ "enabled": true, "exchange": "<string>", "scheduled_trigger_enabled": true, "trigger_interval": 123, "last_trigger_at": "<string>", "signal_pool_ids": [ 123 ] }
Session token issued by POST /api/users/login, transported as Authorization: Bearer <token>.
POST /api/users/login
Authorization: Bearer <token>
Account ID
Strategy config for account
Was this page helpful?