List All Currencies
This endpoint provides a catalog of available currencies for users to configure their bank accounts and investments.
Currency Schema
Currency unique identifier
Currency name (e.g., “Soles”, “Dólares”)
Currency code (ISO 4217 format: PEN, USD, EUR)
Usage in Bank Accounts
Currencies are referenced when users create bank accounts (CuentaBancaria). The currency ID from this list is used to specify the currency type for a user’s bank account.Typical Flow
-
List Available Currencies
User sees all supported currencies
- User Selects Currency User chooses a currency from the list (e.g., idMonedas: 1 for PEN)
-
Create Bank Account
- Perform Transactions User can now deposit/withdraw using their bank account in the specified currency
Supported Currencies
The InvestGo platform currently supports the following currencies:| Currency ID | Currency Name | Currency Code |
|---|---|---|
| 1 | Soles | PEN |
| 2 | Dólares | USD |
| 3 | Euros | EUR |
The currency list is managed by administrators. Contact support to request adding support for additional currencies.
Integration Notes
Bank Account Relationship
The currency information is used in the CuentaBancaria (Bank Account) entity:Bank Account Example
Used In
- Bank Accounts: Specify account currency type
- Transaction History: Display transaction amounts with correct currency
- Investment Opportunities: Define investment amount currency
- User Profile: Display balances in appropriate currency format