Currency List
### List all currencies.
**Available to:** All authenticated users
**Environments:** Demo, Live
**[Rate Limit](/api/authentication#request-rate-limits-and-time-penalties):** No endpoint-specific limit
Retrieve every currency defined on the platform. Other records reference a currency by its `currencyId`, so this endpoint returns the full set you need to resolve those IDs to the currency they name. Currencies are read-only reference data that rarely changes, so you can cache the list rather than fetching it repeatedly.
**Related Endpoints**
- Use [`currencyItem`](/api/rest-api-endpoints/contract-library/currency-item) to resolve a single `currencyId`.
- Use [`currencyFind`](/api/rest-api-endpoints/contract-library/currency-find) to look up a currency's `id` by name.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Response
Currency
name
id
symbol