# Get Account Information Rate Limit: 1 request per 30 seconds Retrieves fundamental information about your trading account, such as your primary account number and its base currency. Endpoint: GET /api/v0/equity/account/info Version: v0 Security: authWithSecretKey ## Response 200 fields (application/json): - `currencyCode` (string) The ISO 4217 currency code of your account's base currency (e.g., 'USD', 'EUR', 'GBP'). Example: "USD" - `id` (integer) Your primary trading account number. This is the same account ID you would see in the Trading 212 web or mobile application. ## Response 401 fields ## Response 403 fields ## Response 408 fields ## Response 429 fields