Set the currency for a user's Safe account based on their country
POST/api/v1/safe/set-currency
This endpoint sets the appropriate token symbol (currency) for a user's Safe account based on their country. It should be called after deploying a Safe account using the /api/v1/account endpoint.
The system assigns currencies based on user's country:
- UK users (GB): GBPe
- Brazil users (BR): USDCe
- Users from other countries: EURe (default)
Prerequisite: User must have completed and passed KYC verification.
Responses
- 200
- 400
- 401
- 422
- 500
Successfully set the currency for the Safe account
Bad request (e.g., no Safe account found for user)
Unauthorized Error
User needs to complete KYC successfully
Internal Server Error