# version
version()
The version
method returns the AtomicDEX API version.
# Arguments
Structure | Type | Description |
---|---|---|
(none) |
# Response
Structure | Type | Description |
---|---|---|
result | string | the AtomicDEX API version |
# 📌 Examples
# Command
curl --url "http://127.0.0.1:7783" --data "{
\"method\":\"version\",
\"userpass\":\"$userpass\"
}"