API Reference
API ReferenceUser docs

Stake Transaction

Generates a delegate transaction on Cronos

Log in to see full request history
Body Params

Transaction to craft

uuid
required

Kiln Account ID to stake into

string
required

Wallet public key (compressed or uncompressed), this is different than the wallet address

string
required

Validator address

string
required

Amount to stake in basecro

boolean
Defaults to false

If enabled, the rewards will be automatically restaked

string
Responses

Response body
object
data
object
required
string
required

Unsigned serialized transaction

string
required

Hash of the unsigned transaction

string
required

Transaction body serialized in hex

string
required

Transaction auth info serialized in hex

string
required

Wallet compressed public key, this is different than the wallet address

fee
object
required

Fee included in the transaction. Object shape can be found here

Has additional fields
messages
array
required

List of messages included in the transaction. The list contains one message for the staking delegation and one more message for rewards restaking in case specified as a parameter (restake_rewards=true).

messages*
string
required

Chain ID

number
required

Account number

400

Invalid parameters

401

Unauthorized

500

Internal server error

Language
Credentials
URL