Skip to main content
POST

Request

String
required
transaction request ID (unique identifier of a transaction request, which must correspond to a client’s transaction; UUID should be used and the length should be equal to or less than 120 characters)
String
required
detailed information for constructing a staking transaction in JSON format
  • asset_coin: string, code of the staking token
  • stake_address: string, staking address
  • amount: int, staking amount
  • stake_block_time: int, number of staking blocks, which starts counting after the transaction is on the chain
  • finality_provider: string, pubkey hex of the provider to be used for staking. The default is None, which uses the provider pubkey hex managed by Cobo
Sample
Float
required
transaction fees per byte
Int
maximum fee for constructing the transaction. If the actual fee exceeds this limit, the creation will fail. The default is None.

Response

bool
request successful or failed
String
""