Skip to main content
GET
/
portfolio
/
traders
/
{address}
/
trades
cURL
curl --request GET \
  --url http://localhost:10112/portfolio/traders/{address}/trades

Path Parameters

address
string
required

Trader wallet address

Query Parameters

limit
integer<int32>

Results limit (default: 50, max: 100)

offset
integer<int32>

Pagination offset

Response

200

Trader's trade history

Last modified on February 19, 2026