Delegate

Body Params
string
enum
required

Cosmos network to build transaction for

Allowed:
string
required

The address of the delegator

string
required

The address of the validator

string
required

Amount to delegate

string

Pubkey value will be retrieved from the chain but if you're using a fresh account (that does not have any outgoing activity) then this information is not available and it requires the user to pass it.

string
enum

Type of public key of the delegator.

Allowed:
string

Gas limit for the transaction. This is required if pubkey_type is multisig.

string

Gas price for the transaction. This is required if pubkey_type is multisig.

Responses
201

Delegate transaction created

400

Bad request

422

Unprocessable entity

Language