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.
Structure | Type | Description |
---|---|---|
(none) |
Structure | Type | Description |
---|---|---|
coins | array of objects | A list of key value pairs for activated tickers |
coins.ticker | string | the ticker of an activated coin |
The [get_enabled_coins v2.0] 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.
POST
get_enabled_coins{
"userpass": "RPC_UserP@SSW0RD",
"mmrpc": "2.0",
"method": "get_enabled_coins",
"params": {},
"id": 0
}