Prepare an undelegation transaction

Prepare an unsigned transaction to unstake SUI tokens and stop earning rewards.

Important Notes:
• Undelegation requires the stake object ID from previous delegation
• There is no unbonding period - undelegated SUI is immediately available
• Gas fees are paid in SUI from the sender's address
• Rewards are automatically included in the undelegated amount

Body Params
string
required

SUI address of the delegator (must be a valid 32-byte hex address starting with 0x)

string
required

Unique identifier of the stake object to undelegate

• This is the object ID returned when you originally delegated
• Can be found by querying your stakes via GET /chains/sui/stakes/{address}
• Format: 32-byte hex string starting with 0x
• Each delegation creates a separate stake object

Response

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json