Prepare a delegation transaction

Prepare an unsigned transaction to stake tokens to earn rewards from a validator.

Important Notes:
• Sufficient balance required for delegation amount + gas fees
• Tokens become bonded and rewards start accruing next block
• Can undelegate anytime (21-day unbonding period applies)
• Minimum delegation amounts may apply

Body Params
string
required

Cosmos address of the delegator (bech32 format with appropriate prefix)

string
required

Amount of tokens to delegate in micro units

• Required - amount to stake (e.g., "1000000" = 1 ATOM)
• Must be a positive integer string (no decimals, no leading zeros)
• Must be greater than minimum delegation amount
• Must have sufficient balance after accounting for gas fees
• Tokens will become bonded and start earning rewards immediately

Response

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