Investors Activity API

Fetch the activity of an investor during the last year.

Get investor activity.

get

Returns a timeline of investor activity including open positions and trades.

Authorizations
apikeystringRequired

Provide your API key as a query parameter (?apikey={YOUR_API_KEY})

Path parameters
usernamestringRequired

Username of the investor

Responses
200

Timeline of investor activity sorted by most recent actions first

application/json
get
/v1/investors/{username}/activity
200

Timeline of investor activity sorted by most recent actions first

Last updated