update_manual_crypto
Update a manually-managed crypto balance by changing its name, display name, institution, or balance. Specify the crypto ID to select the asset.
Instructions
Update a manually-managed crypto balance. At least one of name, display_name, institution_name, or balance must be supplied. The symbol of an existing balance cannot be changed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | New name for the crypto asset. | |
| balance | No | New balance as a numeric string with up to 18 decimal places. Pass a string to avoid losing precision. | |
| crypto_id | Yes | Id of the manual crypto balance to update. Synced crypto balances cannot be updated. | |
| display_name | No | New display name for the crypto asset. Pass null to clear it. | |
| institution_name | No | New institution or wallet provider display name. Pass null to clear it. |