DirectkitJSON and DirectkitJSON2

This document is only for DirectkitJSON users. It is not required if you use DirectkitJSON2.

Differences

DirectkitJSON2 (recommended)DirectkitJSON (deprecated)
URL<https://.../directkitjson2/service.asmx><https://.../directkitjson/service.asmx>
Request formatSee example belowSee example below

Request formats

{
  "p": {
    "wlPass": "string",
    "wlLogin": "string",
    "language": "string",
    "version": "string",
    "walletIp": "string"
  }
}
{
  "wlPass": "string",
  "wlLogin": "string",
  "language": "string",
  "version": "string",
  "walletIp": "string",
  "walletUa": "string"
}