Created
November 25, 2017 19:34
-
-
Save tranvictor/2fe1db1831cfddd9b1b8c3c51fb85400 to your computer and use it in GitHub Desktop.
pending activity format
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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