Skip to main content

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

Successfully set the currency for the Safe account