fetch_account_info
Retrieve account metadata including base currency and unique identifier to correctly interpret monetary values from other tools.
Instructions
Retrieve account metadata such as the account currency and unique identifier.
Use this as a starting point to determine the account's base currency before
interpreting monetary values from other tools. Safe to call frequently.
Returns:
Account with id (int) and currencyCode (e.g., 'EUR', 'GBP', 'USD')Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| currencyCode | Yes |