Denomination
Thedenomination query parameter allows you to denominate rates against one or multiple assets. If no value is set for this parameter, the rates for all available assets will be returned.
There is a specific set of assets allowed, including but not limited to: USD, EUR, GBP, AUD, CAD, NZD, MXN, and BTC. If you need a particular asset added to this list, please reach out to your Account Manager.
For a more detailed explanation of the denomination concept, check the Core Concepts page.
Retrieving multiple asset rates at once
You can use the denomination currency as a proxy for retrieving the specific asset rates you’re interested in. This way, you won’t have to:- Make one Get Asset Rates request per each asset rate desired
- Discard all the undesired assets rates retrieved by default
BTC and ETH in USD:
- Define
assetasUSD - Set
denominationas the list of desired assets:BTC,ETH - Calculate the inverse for each returned asset rate:
denomination parameter per request.Authorizations
OAuth 2.0 authentication.
Path Parameters
The asset code.
Minimum length:
1Query Parameters
Filter rates by specified assets.
Maximum length:
100Response
Asset rates retrieved.