Submit Transaction

Submit a signed transaction to the Cardano network

Introduction

Once you have a signed transaction. You are ready to submit it to the Cardano network

Usage

Payload

In order to submit the transaction, you need at least one valid signature with the provided transaction.

This approach supports multi signature (multi sig) as well.

{
  "transaction": "84a4... *The complete transaction*",
  "signatures": ["a100...", "a100..."]
}

Submit the Transaction

You can refer to this page to see how to create a transaction:

Create Basic Transaction

Once signed, you can submit it using the following endpoint:

With Bash and cURL

Bash & cURL

With Fetch

Deno & Fetch

Cardano Explorer

You can get your transaction on explorer: https://preprod.cexplorer.io/tx/b7969bf21b1125938bf112df7d932b66a519b32f0e94e36eb7d3e98cc4ef0c98

Last updated

Was this helpful?