API Reference
API ReferenceUser docs

Redelegate Transaction

Generates a redelegate transaction on Celestia to move a stake from a validator to another without going through the 21 days unbonding period.

Log in to see full request history
Body Params

Transaction to craft

uuid
required

Kiln Account ID to which the new stake will be linked

string
required

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

string
required

Validator source address of current stake

string
required

Validator destination address to which redelegate the stake

string

Amount to redelegate in uTIA

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

message
object
required

Message included in the transaction

Has additional fields
fee
object
required

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

Has additional fields
string
required

Chain ID

number
required

Account number

400

Invalid parameters

401

Unauthorized

500

Internal server error

Language
Credentials
URL