version
version()
The version
method returns the Komodo DeFi Framework API version.
Structure | Type | Description |
---|---|---|
(none) |
Structure | Type | Description |
---|---|---|
result | string | the Komodo DeFi Framework API version |
POST
version#!/bin/bash
curl --url "http://127.0.0.1:7783" --data '{
"method": "version",
"userpass": "RPC_UserP@SSW0RD"
}'