curl --request GET \
  --url https://app.dynamicauth.com/api/v0/exchangeRates[
  {
    "name": "<string>",
    "symbol": "<string>",
    "type": "fiat",
    "code": "<string>",
    "value": 123
  }
]Exchange rates for the given currency
curl --request GET \
  --url https://app.dynamicauth.com/api/v0/exchangeRates[
  {
    "name": "<string>",
    "symbol": "<string>",
    "type": "fiat",
    "code": "<string>",
    "value": 123
  }
]Was this page helpful?