v1
latestOpenAPI 3.1.02026-07-242735131.1 MBCurrencies
List all currencies for the contractor
The currencies are listed in the following order:
- billing currency of the company
- currencies of contractor’s existing withdrawal methods
- currency of the contractor’s country
- 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) |
get/v1/contractors/employments/{employment_id}/contractor-currencies
Path parameters
employment_idstring required
Employment ID
Query parameters
restrict_to_guaranteed_pay_out_currenciesboolean
Restrict to currencies which payout is guaranteed (default: true)
Response
Success
Example response
{
"data": [
{
"code": "CAD",
"source": "default_payment_currency"
},
{
"code": "USD",
"source": "all_currencies"
}
]
}