---
title: "GET /api/v1/extract/currency-usage/"
method: GET
path: "/api/v1/extract/currency-usage/"
tags: ["extract", "v1"]
---

# GET /api/v1/extract/currency-usage/

`GET /api/v1/extract/currency-usage/`

Currency Usage List

GET params:
  - document_id: int
  - amount_search: str
  - currency: str

## Query parameters

- `jq_filters` object

## Response `200`

- CurrencyUsage[]
  - `usage_type` string, required
  - `currency` string, required
  - `amount` number, nullable
  - `amount_str` string, nullable
  - `pk` integer
  - `text_unit__pk` string
  - `text_unit__unit_type` string
  - `text_unit__location_start` string
  - `text_unit__location_end` string
  - `text_unit__document__pk` string
  - `text_unit__document__name` string
  - `text_unit__document__description` string
  - `text_unit__document__document_type` string

---

[API](https://skmtc.net/lexpredict/apis/contraxsuite-api.md) · [All operations](https://skmtc.net/lexpredict/apis/contraxsuite-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lexpredict/contraxsuite-api/versions/3429f921b4cb/schema)
