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