Currency Exchange Rates
You can also get the rates for major currencies via API. All currencies have USD as the base asset to make easy conversions from the crypto rates.
/v1/forex/USD{symbol}
Get the rate of a fiat currency against a USD base.
Example https://cryptorates.ai/v1/forex/USDEUR
Response
Plain-text.
1.2681/v1/forex/currencies
Return the list of currencies.
Response
Type: String[]
["AUD","EUR",...]