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 |
---|---|---|
result | array of objects | tickers and addresses of enabled coins |
result.address | string | the user's address for this coin |
result.ticker | string | the ticker name of this coin |
POST
get_enabled_coins{
"userpass": "RPC_UserP@SSW0RD",
"method": "get_enabled_coins"
}