Submit Batch Transaction
This endpoint is used to submit multiple signed transactions in a single batch. The batch order defines an execution order as well. In case of failure of a single transaction a whole batch is skipped.
Request
Method:
Parameters:
Parameter
type
Description
Parameter
type
Description
Request example:
curl -X 'POST' \
'https://ny.ton.dex.blxrbdn.com/api/v2/submit-batch' \
-header "Authorization: $AUTH_HEADER" \
-d '{
"transactions": [{"content": "Aj+Br...ABC"}, {"content": "Aj+Br...ABC"}, ...], "tipping_wallet":"V5R1Final"
}'Response:
Fields:
Parameter
Type
Description
Example:
Last updated