List an app's attributed fills
GET/api/v1/apps/:appId/fills
Taker fills of orders attributed to the app inside the range, newest first, with a stable per-app trader pseudonym instead of the account. With Accept: text/csv the same rows are returned as CSV with a header line and the continuation cursor in the X-Next-Cursor response header. Authorized for the owner wallet's private read credential or the app-key channel of the same app. Responses are private and must not be cached.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- default
Fills page
Invalid range or cursor.
No owner read credential and no app-key channel.
The credential belongs to another wallet or another app (FORBIDDEN).
Unknown app (APP_NOT_FOUND).
Error response. Prefer the nested ApiErrorResponse via X-SC-Error-Format: envelope-v1; existing unnegotiated handler responses can retain a documented legacy flat shape through the compatibility period.
Response Headers
Stable request correlation id generated or echoed by the server.