Currency Items

View as Markdown
### Retrieve several currencies 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 multiple `currencyId`s to their currency records in a single call. Prefer this over repeated [`currencyItem`](/api/rest-api-endpoints/contract-library/currency-item) calls when you need to resolve several IDs at once. Currencies are read-only reference data. **Related Endpoints** - Use [`currencyItem`](/api/rest-api-endpoints/contract-library/currency-item) to resolve a single `currencyId`. - 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

idslist of longsRequired

Response

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