Currencies

List currencies with reported usage.

get/v2/currencies

Response

Currencies observed in usage events for this company and namespace.

datastring[] required
has_moreboolean required

Always false because all observed currencies are returned.

Example response

{
  "data": [
    "usd"
  ]
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.