On this page

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.

StructureTypeDescription
(none)

StructureTypeDescription
coinsarray of objectsA list of key value pairs for activated tickers
tickerstringthe ticker of an activated coin

POST
get_enabled_coins
{
  "userpass": "RPC_UserP@SSW0RD",
  "mmrpc": "2.0",
  "method": "get_enabled_coins",
  "params": {},
  "id": 0
}