v1
latestOpenAPI 3.0.22026-07-242673105.9 KBTransactions
Create a transaction synchronously
Two transaction modes (asynchronous and synchronous) are available. This endpoint lets you create a transaction in the synchronous mode. Note that the auto_confirm flag can be set to simultaneously create and confirm a transaction in one step (i.e. HTTP request).
post/sync/transactions
Request body
Example request
{
"metadata": {
"balance": {
"validity": {
"quantity": 365
},
"extended_data_policy": {
"interval": "24h",
"fixed_time": "00:00",
"throttle_speed": "128 KB/s"
}
}
}
}Response
Transaction created
Example response
{
"metadata": {
"balance": {
"validity": {
"quantity": 365
},
"extended_data_policy": {
"interval": "24h",
"fixed_time": "00:00",
"throttle_speed": "128 KB/s"
}
}
}
}