GET
/
sdk
/
{environmentId}
/
exchangeRates
curl --request GET \
  --url https://app.dynamicauth.com/api/v0/sdk/{environmentId}/exchangeRates
[
  {
    "name": "<string>",
    "symbol": "<string>",
    "type": "fiat",
    "code": "<string>",
    "value": 123
  }
]

Path Parameters

environmentId
string
required

ID of the environment

Required string length: 36
Example:

"95b11417-f18f-457f-8804-68e361f9164f"

Response

200
application/json
Exchange rates response
name
string
required
symbol
string
required
type
enum<string>
required
Available options:
fiat,
crypto
code
string
required
value
number
required