Skip to content

Instantly share code, notes, and snippets.

@tranvictor
Created November 25, 2017 19:34
Show Gist options
  • Save tranvictor/2fe1db1831cfddd9b1b8c3c51fb85400 to your computer and use it in GitHub Desktop.
Save tranvictor/2fe1db1831cfddd9b1b8c3c51fb85400 to your computer and use it in GitHub Desktop.
pending activity format
{
"success": true,
"data": [
{
"Action": "string" (possible value: "trade", "deposit", "withdraw", "set_rates"),
"ID": "string",
"Destination": "string" (possible value: "binance", "liqui",..., "blockchain"),
"Params": {
"param1": "value",
"param2": "value",
},
"Result": {
"result1": "value",
"result2": "value",
},
"Status": "string" (possible value: "submitted", "done", "failed"),
"Timestamp": 234768342 (uint, unix milli)
},
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment