latest contributor to this doc

Last Edit: @smk762 ,

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_statusboolOptional, defaults to false. Whether to include swap statuses in response;

StructureTypeDescription
uuidsarray of stringsA list of currently active swap UUIDs.
statusesobject (map)Only visible if include_status request parameter is true. A map of standard SwapStatus objects, delineated by the related UUID.

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

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