Get Coin Detail
Retrieves detailed information about a cryptocurrency, including supported networks, withdrawal settings, and deposit configurations.
Common Properties
- Name - The custom name of the node.
- Color - The custom color of the node.
- Delay Before (sec) - Waits in seconds before executing the node.
- Delay After (sec) - Waits in seconds after executing node.
- Continue On Error - Automation will continue regardless of any error. The default value is false.
info
If the ContinueOnError property is true, no error is caught when the project is executed, even if a Catch node is used.
Inputs
- Client Id - The unique identifier from the Connect node (optional if using direct credentials).
- Currency - The cryptocurrency symbol (e.g.,
BTC,ETH,BNB,USDT).
Options
- Api Key - (Optional) Binance API key credential. Use if not providing Client Id.
- Secret Key - (Optional) Binance API secret key credential. Use if not providing Client Id.
Output
- Result - An object containing detailed coin information including network configurations, fees, and withdrawal/deposit settings.
How It Works
The Get Coin Detail node queries Binance for comprehensive cryptocurrency information.
When executed, the node:
- Retrieves the Binance client (from Client Id or creates one from credentials)
- Validates the Currency input
- Queries Binance's asset detail service
- Returns detailed coin information including network configurations
Requirements
- Either a Client Id from Connect node OR API credentials in options
- Valid cryptocurrency symbol
- Appropriate API permissions (account reading enabled)
Error Handling
The node will return specific errors in the following cases:
- ErrInternal - Failed to retrieve input values
- ErrInvalidArg - Empty or invalid Currency
- ErrGetAssetDetail - Failed to retrieve asset details from Binance
- ErrSetResult - Failed to set the output result