Skip to main content
GET
/
portfolio
/
trades
Get Trades
curl --request GET \
  --url https://api.limitless.exchange/portfolio/trades \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

JWT token for API access (alternative to cookie auth)

Response

List of user trades with details

The response is of type object.