List your fills
GET
/
trade/v1/portfolio/tradesAuthorization
AuthorizationRequiredBearer <token>
Personal access token issued from the web app's Settings → API tokens page. Send as Authorization: Bearer agt_….
In: header
Scope: portfolio:read
Query Parameters
limitinteger
Page size. Default 500, max 500.
Minimum:
0Format: "int32"cursorstring
Opaque cursor from a prior response's next_cursor; omit for the first page.
Fill history sorted newest-first, keyset-paginated.