Home > @vsf-enterprise/bigcommerce-api > Endpoints > getCurrencies
# Endpoints.getCurrencies() method
Returns a list of available currencies.
Signature:
getCurrencies(context: BigcommerceIntegrationContext): Promise<GetCurrenciesResponse>;
# Parameters
Parameter | Type | Description |
---|---|---|
context | BigcommerceIntegrationContext | context An auto-generated value prepended to the method as a first parameter. |
Returns:
Promise<GetCurrenciesResponse>