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 AtomicDEX API node.

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": "testpsw",
  "method": "get_enabled_coins"
}