On this page

latest contributor to this doc

Last Edit:

@gcharang

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 is deprecated. Please consider using get_enabled_coins v2.0 instead.

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"
}