bsc_private_tx
Send BSC transaction with front-running protection automatically on server side, base on the accessibility of the next validators
BSC Mainnet
The bsc_private_tx
endpoint allows users to send a single transaction to cloud-api, and cloud-api will propagate the transaction privately to the BDN accessible validators.
Note: endpoint is only supported by cloud-api.
REQUEST
Method: bsc_private_tx
Parameter
Description
Instructions & Notes
transaction
Raw transactions bytes without 0x
prefix.
Mandatory. Learn more about constructing the transaction here.
Examples (Cloud API)
RESPONSE
Result Fields
Result Field
Description
tx_hash
Transaction hash
Examples
Last updated