Request
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)
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
transaction fees per byte
maximum fee for constructing the transaction. If the actual fee exceeds this limit, the creation will fail. The default is None.
Response
request successful or failed
""
Feel free to share your feedback to improve our documentation!