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 |
---|---|---|
| Raw transactions bytes without | Mandatory. Learn more about constructing the transaction here. |
Examples (Cloud API)
RESPONSE
Result Fields
Result Field | Description |
| Transaction hash |
Examples
Last updated