v1

latestOpenAPI 3.1.02026-07-242735131.1 MB
Currencies

List all currencies for the contractor

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

CategoryRead only ScopeWrite 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"
    }
  ]
}