Skip to main content

Submit a transaction

POST /tx/submit

Submit an already serialized transaction to the network.

Hosted Endpoint only available for hosted variant.

Request

Body

required

The transaction to submit, serialized in CBOR.

  • string

    The transaction to submit, serialized in CBOR.

Responses

Return the ID of the submitted transaction.


Schema
  • string hex

    Possible values: >= 64 characters and <= 64 characters

Loading...