cURL
curl --request GET \ --url https://api.limitless.exchange/portfolio/trades \ --header 'Authorization: Bearer <token>'
{}
Retrieve all trades executed by the authenticated user
JWT token for API access (alternative to cookie auth)
List of user trades with details
The response is of type object.
object