Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 1.05 KB

File metadata and controls

16 lines (10 loc) · 1.05 KB

UnstakeRequest

Properties

Name Type Description Notes
id string id of position to unstake [default to undefined]
fee string Represents the fee for a transaction, which can be specified as a percentage value. Only one of fee/feeLevel is required. [optional] [default to undefined]
feeLevel FeeLevel [optional] [default to undefined]
txNote string The note to associate with the transactions. [optional] [default to undefined]
amount string Amount of tokens to unstake. Only supported for liquid staking (Lido) to enable partial unstaking. For other chains, this field is ignored and the entire position will be unstaked. If not provided, the entire position will be unstaked. [optional] [default to undefined]

[Back to top] [Back to API list] [Back to Model list] [Back to README]