get_synced_crypto_balance
Fetch the current balance of a specific cryptocurrency from a synced crypto account. Provide the account ID and coin symbol to retrieve the balance.
Instructions
Get a single balance held inside a synced crypto account, looked up by its cryptocurrency symbol.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | Cryptocurrency symbol held within the synced account, e.g. 'eth'. | |
| crypto_id | Yes | Id of the synced crypto account. |