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 format | See example below | See 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"
}