---
title: "List all currencies for the contractor"
method: GET
path: "/v1/contractors/employments/{employment_id}/contractor-currencies"
tags: ["Currencies"]
---

# List all currencies for the contractor

`GET /v1/contractors/employments/{employment_id}/contractor-currencies`

The currencies are listed in the following order:
1. billing currency of the company
2. currencies of contractor’s existing withdrawal methods
3. currency of the contractor’s country
4. the rest, alphabetical.


## Scopes

| Category | Read only Scope | Write only Scope (read access implicit) |
|---|---|---|
| Manage employments (`employments`) | View employments (`employment:read`) | Manage employments (`employment:write`) |

## Path parameters

- `employment_id` string, required

## Query parameters

- `restrict_to_guaranteed_pay_out_currencies` boolean

## Response `200`

Success

- ContractorCurrencyResponse — Schema for listing contractor currencies
  - `data` ContractorCurrencyItem[], required
    - `code` string, required
    - `source` string, required

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.net/remote-com/apis/remote.md) · [All operations](https://skmtc.net/remote-com/apis/remote/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/remote-com/remote/revisions/7e6a0c61ac82/schema)
