POST
/
balanceops
/
unstake
/
process
{
  "error": "<string>",
  "pagination": {
    "limit": 123,
    "order": "<string>",
    "page": 123,
    "total": 123
  },
  "result": [
    "<any>"
  ],
  "success": true
}

Body

application/json
Unstake processing details
vault_wallet
string
required
from_id
integer
Required range: x >= 0
to_id
integer
Required range: x >= 0

Response

200
application/json
OK
error
string
pagination
object
result
any[]
success
boolean