Get all current rates
Get the current exchange rate between requested asset and all other assets.
:::info If you are using an exchange rate for mission-critical operations, then for best reliability, you should measure the difference between current time and the time returned from the response to ensure that value of the difference between those meets your internal requirements. :::
:::info You can invert the rates by using Y = 1 / X equation, for example BTC/USD = 1 / (USD/BTC); :::
Path parameters
Requested exchange rates base asset identifier (from the Metadata -> Assets)
Query parameters
Comma or semicolon delimited asset identifiers used to filter response (optional)
True will invert all the rates (optional, if true then rates will be calculated as rate = 1 / actual_rate eg. USD/BTC as BTC/USD)
Time for historical rates (optional)
Response
successful operation