update_manual_crypto
Update balance and details for a manually-managed crypto asset in LunchMoney. Use the asset's unique ID and specify new balance.
Instructions
Update a manually-managed crypto asset via the v1 crypto endpoint. The id must be from a get_all_crypto result with source=manual.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| crypto_id | Yes | ID of the manual crypto asset to update. Synced crypto assets cannot be updated. | |
| balance | Yes | Updated balance of the crypto account. | |
| name | No | Optional official or full name of the account. | |
| display_name | No | Optional display name for the account. | |
| institution_name | No | Optional provider that holds the asset. | |
| currency | No | Optional supported cryptocurrency code. |