Act On A Transaction like sending a transaction

post/api/staking/v1/{coin}/wallets/{walletId}/requests/{stakingRequestId}/transactions/{stakingTransactionId}

Use to act on a transaction like sending a transaction

Path Parameters

  • coinstringRequired
    The staking asset.
  • walletIdstringRequired
    The wallet id
    Example: "59cd72485007a239fb00282ed480da1f"
  • stakingRequestIdstringRequired
    The id for the staking request
  • stakingTransactionIdstringRequired
    The id for the staking request transaction

Request Body

halfSigned object
Half signed transaction object
contractSequenceId string
Contract SequenceId
eip1559 object
Eip1559 Params
operationHash string
expireTime string
signature string
comment string

200 Response

Array of
Staking Transaction
id string
Staking Transaction Id
stakingRequestId string required
Staking Request Id.
txHash string
The transaction hash
createdDate string <date-time>required
The date the transaction was created
statusModifiedDate string <date-time>required
The last modified date the status changed
amount string required
Transaction Amount in “base units” (i.e. Wei for ETH)
Example: 2000000
Match pattern: ^-?\d+$
delegationId string required
The staking delegation the transaction is acting on
pendingApprovalId string
Pending Approval Id
transferId string
Transfer Id
txRequestId string
Transaction Request Id for the new Transaction Request API
transactionType string required
Transaction type (delegate)
Allowed values: delegate reward undelegate withdraw_undelegated authorize
status string required
The status of the transaction (NEW, READY, INITIATED, CONFIRMED, REJECTED).
Allowed values: WAITING READY SENDING PENDING_APPROVAL PENDING_BITGO_TRUST_APPROVAL REJECTED PENDING FAILED CONFIRMED VALIDATOR_ACTIVATING DELAYED_READY
buildParams object
recipients object
Recipient build params data
stakingParams object
Staking params
gasPrice string
Gas price in "base units"
gasLimit string
Gas limit in "base units"

400 Response

One of
code string
message string
status integer

401 Response

code string
message string
status integer

403 Response

code string
message string
status integer

404 Response

code string
message string
status integer

409 Response

code string
message string
status integer

500 Response

code string
message string
status integer