Currency Item

View as Markdown
### Retrieve a currency by ID. **Available to:** All authenticated users **Environments:** Demo, Live **[Rate Limit](/api/authentication#request-rate-limits-and-time-penalties):** No endpoint-specific limit Resolve a single `currencyId` to its currency record. Other entities reference currencies by ID, so use this endpoint when you have a `currencyId` from another record and need the currency it points to. Currencies are read-only reference data. **Common Failure Scenarios** - The `id` doesn't match an existing currency. The call fails with a not-found error. **Related Endpoints** - Use [`currencyItems`](/api/rest-api-endpoints/contract-library/currency-items) to resolve several IDs in one call. - 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

idlongRequired

Response

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