Skip to main content
POST
Build unstake transaction

Authorizations

X-API-Key
string
header
required

Agent API key obtained via self-registration or admin registration

Body

application/json
stakedIkaId
string
required

Object ID of the StakedIka NFT

Pattern: ^0x[a-f0-9]{64}$
sender
string

Response

Move call parameters

Parameters to construct a Sui Move call transaction. The caller signs and submits.

target
string

Move function target (e.g. package::module::function)

arguments
any[]
typeArguments
string[]