The endpoint allows users to retrieve their previously staked cryptocurrency from the network, specifying parameters such as the staking identifier, the asset and the amount to unstake, and returns details of the unstaking transaction.
The unstake action details.
Success Response (Subsequent Idempotent Request).
Success Response (Created)
The staking operation has been initiated and is pending.
Bad Request
Unauthorized
Forbidden
Validation Error
Too Many Requests
Internal Error
Maintenance or Service unavailable
{- "asset_id": 1,
- "amount": "1.99"
}
{- "data": {
- "id": "1ed77d61-c808-64f6-b076-f20f2d407427",
- "asset_id": 1,
- "amount": "1.99",
- "type": "unstake",
- "balance_after": "100.99",
- "created_at": "2022-11-11T13:07:31+00:00"
}
}