---
title: "Get Fills"
method: GET
path: "/v1/fills"
tags: ["fills"]
---

# Get Fills

`GET /v1/fills`

Fetch fills/trades for the user's subaccounts.

Returns fills grouped by subaccount, filterable by instrument and time range.

## Query parameters

- `subaccount_id` string, nullable
- `river_id` integer, nullable
- `start_time` string, date-time, nullable
- `end_time` string, date-time, nullable
- `limit` integer
- `offset` integer

## Response `200`

Successful Response

- UserFillListResponse — Schema for list of fills for a user.
  - `subaccount_to_fills` object[], required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/rivermarkets/apis/river-finance-api.md) · [All operations](https://skmtc.net/rivermarkets/apis/river-finance-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/rivermarkets/river-finance-api/revisions/3776a0431319/schema)
