Fetch the activity of an investor during the last year.
Last updated 1 month ago
Returns a timeline of investor activity including open positions and trades.
Username of the investor
curl -L \ --url 'https://api.bullaware.com/v1/investors/{username}/activity'
{ "items": [ { "type": "open", "instrumentId": 1, "instrumentName": "text", "instrumentSymbol": "text", "direction": "Buy", "openPrice": 1, "stopLoss": 1, "investment": 1, "leverage": 1, "profit": 1, "openTime": "2025-04-03T19:32:12.866Z" } ] }