POST
/
balanceops
/
stake_from_balance
{
  "error": "<string>",
  "pagination": {
    "limit": 123,
    "order": "<string>",
    "page": 123,
    "total": 123
  },
  "result": [
    {
      "amount": 123,
      "due_block": 123,
      "id": "<string>",
      "ops_id2": "<string>",
      "ops_type": "<string>",
      "profile_id": 123,
      "reason": "<string>",
      "shard_id": "<string>",
      "status": "<string>",
      "timestamp": 123,
      "txhash": "<string>",
      "wallet": "<string>"
    }
  ],
  "success": true
}

Body

application/json
Stake details
amount
number
required
txhash
string
required
vault_wallet
string
required

Response

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