Last active
July 8, 2022 11:24
-
-
Save bsormagec/c0783ad9dd18696dbf345590efa67599 to your computer and use it in GitHub Desktop.
stake example response
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
[ | |
{ | |
"id":5090, | |
"token_id":1, | |
"chamber":{ | |
"id":1, | |
"badge":"image", | |
"name":"Radioactive", | |
"type":"months", | |
"count":1, | |
"next":{ | |
"id":2, | |
"badge":"image", | |
"name":"Nuclear", | |
"type":"months", | |
"count":3 | |
} | |
}, | |
"locked_at":"2022-07-01T00:00:00.000000Z", | |
"ended_at":"2022-08-01T00:00:00.000000Z", | |
"email":null, | |
"wallet":"wallet-address", | |
"balance":0, | |
"ended_days":31, | |
"current_days":23, | |
"cancelled_at":null, | |
"days_left":8, | |
"finished":false, | |
"percentage":74.19354838709677, | |
"history":[ | |
] | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment