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
}
]Documentation Index
Fetch the complete documentation index at: https://docs.dynamic.xyz/docs/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Exchange rates response
Was this page helpful?
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
}
]