On this page

latest contributor to this doc

Last Edit:

@gcharang

version

version()

The version method returns the Komodo DeFi Framework API version.

StructureTypeDescription
(none)

StructureTypeDescription
resultstringthe Komodo DeFi Framework API version

POST
version
#!/bin/bash
curl --url "http://127.0.0.1:7783" --data '{
  "method": "version",
  "userpass": "RPC_UserP@SSW0RD"
}'