---
title: "List Fair Values"
method: GET
path: "/v1/fair-values"
tags: ["fair-values"]
---

# List Fair Values

`GET /v1/fair-values`

List the caller's fair values, optionally scoped to one subaccount and/or one instrument.

## Query parameters

- `subaccount_id` string, uuid, nullable — Restrict to a single subaccount
- `river_id` integer, nullable — Restrict to a single instrument

## Response `200`

Successful Response

- FairValueListResponse
  - `fair_values` FairValueResponse[], required
    - `subaccount_id` string, uuid, required
    - `river_id` integer, required
    - `fair_value` number, required
    - `updated_at` string, 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)
