# Submit Transaction

## 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.

{% code overflow="wrap" %}

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

{% endcode %}

### Submit the Transaction

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

{% content-ref url="create-basic-transaction" %}
[create-basic-transaction](https://dev.ada-anvil.io/guides/transaction/create-basic-transaction)
{% endcontent-ref %}

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

#### With Bash and cURL

{% content-ref url="broken-reference" %}
[Broken link](https://dev.ada-anvil.io/guides/transaction/broken-reference)
{% endcontent-ref %}

#### With Fetch

{% content-ref url="broken-reference" %}
[Broken link](https://dev.ada-anvil.io/guides/transaction/broken-reference)
{% endcontent-ref %}

**Cardano Explorer**

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