Skip to main content
POST
/
v1
/
transactions
Submit a new transaction to the cluster.
curl --request POST \
  --url https://rest.alphanet.thruput.org/v1/transactions \
  --header 'Content-Type: application/json' \
  --data '{
  "rawTransaction": "aSDinaTvuI8gbWludGxpZnk="
}'
{
  "signature": {
    "value": "aSDinaTvuI8gbWludGxpZnk="
  }
}

Body

application/json

SendTransactionRequest submits a transaction to the cluster.

rawTransaction
string<byte>
required

Raw transaction bytes encoded according to chain specification.

Response

A successful response.

SendTransactionResponse echoes submission metadata.

signature
object
required

Signature represents a 64-byte signature value.