curl --request GET \
--url https://app.dynamicauth.com/api/v0/exchangeRates \
--header 'Authorization: Bearer <token>'[
{
"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 \
--header 'Authorization: Bearer <token>'[
{
"name": "<string>",
"symbol": "<string>",
"type": "fiat",
"code": "<string>",
"value": 123
}
]Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Was this page helpful?