On this page

latest contributor to this doc

Last Edit:

@komodoplatform

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.

StructureTypeDescription
(none)

StructureTypeDescription
coinsarray of objectsA list of key value pairs for activated tickers
coins.tickerstringthe 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
}