Skip to content

Instantly share code, notes, and snippets.

@bsormagec
Last active July 8, 2022 11:24
Show Gist options
  • Save bsormagec/c0783ad9dd18696dbf345590efa67599 to your computer and use it in GitHub Desktop.
Save bsormagec/c0783ad9dd18696dbf345590efa67599 to your computer and use it in GitHub Desktop.
stake example response
[
{
"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