Rest API
- Introduction
- GlobalWallets
- GlobalWalletAccessControl
- NameServices
- TestAccount
- CustomHostnames
- Exports
- Gates
- Settings
- Analytics
- Organizations
- Projects
- Custom Networks
- Chainalysis
- Environments
- Sessions
- Wallets
- Users
- Visits
- Members
- MfaSettings
- Invites
- ExternalJwt
- Origins
- UserApiTokens
- Tokens
- Allowlists
- Chains
- SDK Views
- Events
- Webhooks
- SDK
- Authentication & Authorization
- Wallet Management
- Transaction & Network
- User Management
- Security & Compliance
- Integration & Configuration
- Analytics & Monitoring
- Provider Integration
- Custom Fields
- DeeplinkUrls
- Mfa
- Waas
Integration & Configuration
Get exchangerates
Exchange rates for the given currency
GET
/
exchangeRates
Copy
Ask AI
curl --request GET \
--url https://app.dynamicauth.com/api/v0/exchangeRates
Copy
Ask AI
[
{
"name": "<string>",
"symbol": "<string>",
"type": "fiat",
"code": "<string>",
"value": 123
}
]
Response
200
application/json
Exchange rates response
The response is of type object[]
.
Was this page helpful?
Copy
Ask AI
curl --request GET \
--url https://app.dynamicauth.com/api/v0/exchangeRates
Copy
Ask AI
[
{
"name": "<string>",
"symbol": "<string>",
"type": "fiat",
"code": "<string>",
"value": 123
}
]
Assistant
Responses are generated using AI and may contain mistakes.