mmex_assets_get
Retrieve details of a specific asset by its ID from a Money Manager EX database. Provides asset information using the asset ID.
Instructions
Get an asset by its ID.
Args:
id: The asset ID.
db_path: Path to the .mmb database file. Optional if MMEX_DB_PATH env var is set.
db_key: Encryption key for SQLCipher databases. Optional if MMEX_DB_KEY env var is set.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| db_path | No | ||
| db_key | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |