# Submit API

## Endpoints

### POST `/submit/submit`

Returns the hash of the transaction if it was successfully submitted. This does not mean the transaction has yet been sequenced. The user can check for inclusion of the transaction using `/availability/transaction/hash/:hash` from the [availability API](/network/developer/espresso-api/availability-api.md).

{% hint style="warning" %}
This endpoint will fail with a 400 status code if the submitted transaction has a `namespace` ID larger than 4294967295 (2^32 - 1).
{% endhint %}

#### Request Body `Transaction`

#### Returns `tagged<TX>`


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.espressosys.com/network/developer/espresso-api/submit-api.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
