cURL
curl --request GET \ --url https://www.aionmarket.com/bvapi/agents/settings \ --header 'Authorization: Bearer <token>'
{ "dailyTradeLimit": 123, "maxPositionSizeUsd": 123, "slippageBps": 123, "paperTrading": true, "autoRedeem": true }
Fetch the current execution and risk settings for the authenticated agent.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Current settings