get_enabled_coins
get_enabled_coins
The get_enabled_coins
method returns data of coins that are currently enabled on the user's Komodo DeFi Framework API node.
This function has been deprecated by get_enabled_coins v2.0. The v2 method does not return addresses, as it was designed for HD wallets, which generate addresses on the fly.
If you need to get the addresses for coins and have not set enable_hd
in your MM2.json file, use the v1 method.
Structure | Type | Description |
---|---|---|
(none) |
Structure | Type | Description |
---|---|---|
result | array of objects | tickers and addresses of enabled coins |
result.address | string | the user's address for this coin |
result.ticker | string | the ticker name of this coin |
POST
get_enabled_coins{
"userpass": "RPC_UserP@SSW0RD",
"method": "get_enabled_coins"
}