latest contributor to this doc

Last Edit: @gcharang ,

active_swaps

active_swaps (include_status)

The active_swaps method returns all the swaps that are currently running on the AtomicDEX API node.

StructureTypeDescription
include_statusboolwhether to include swap statuses in response; defaults to false

StructureTypeDescription
resultresult object
result.uuidsarray of stringsuuids of currently running swaps
result.statusesobject (map)the uuid -> swap status map of currently running swaps; null if include_status is false in the request

POST
active_swaps
{
  "userpass": "testpsw",
  "method": "active_swaps"
}

POST
active_swaps
{
  "userpass": "testpsw",
  "method": "active_swaps",
  "include_status": true
}