Skip to main content
POST
Build stake transaction

Authorizations

X-API-Key
string
header
required

Agent API key obtained via self-registration or admin registration

Body

application/json
validatorId
string
required
Pattern: ^0x[a-f0-9]{64}$
amount
string
required

Amount in MIST

sender
string

Sender Sui address (optional)

coins
object[]
Maximum array length: 256

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[]