Currency Find

View as Markdown
### Find a currency by name. **Available to:** All authenticated users **Environments:** Demo, Live **[Rate Limit](/api/authentication#request-rate-limits-and-time-penalties):** No endpoint-specific limit Look up a currency by its `name` to get its `id`. Use this endpoint when you know a currency by name and need the `id` that other records reference it by. Currencies are read-only reference data. **Common Failure Scenarios** - No currency matches the given `name`. The call fails with a not-found error. **Related Endpoints** - Use [`currencyItem`](/api/rest-api-endpoints/contract-library/currency-item) to resolve a currency by `id` instead. - Use [`currencyList`](/api/rest-api-endpoints/contract-library/currency-list) to retrieve every currency.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Query parameters

namestringRequired

Response

Currency
namestring<=64 characters
idlongOptional
symbolstringOptional<=64 characters