getUsedApiVersion
Less than 1 minute
getUsedApiVersion
It is recommended to obtain the version in use through the WebSocket address. See General Description v4.3.0+ Deprecated
Description: obtain the API version used for the current connection.
Request example:
{
"method" : "getUsedApiVersion",
"requestId" : "1"
}Response example:
{
"method" : "getUsedApiVersion",
"requestId" : "1",
"version" : "1",
"result" : true
}Parameter description:
version- the string identifier of the API version used for the current connectionrequestId- a unique request identifier. You can find more details about it here.
See also: