On this page

latest contributor to this doc

Last Edit:

@smk762

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.

StructureTypeDescription
(none)

StructureTypeDescription
resultarray of objectstickers and addresses of enabled coins
result.addressstringthe user's address for this coin
result.tickerstringthe ticker name of this coin

POST
get_enabled_coins
{
  "userpass": "RPC_UserP@SSW0RD",
  "method": "get_enabled_coins"
}