# Submit External Transaction **POST /proxy/transactions**

status: stable

Submits a transaction that was created and signed outside of cardano-wallet. NOTE: Unlike the `submitTransaction` endpoint, there are no guarantees that a transaction accepted by this endpoint will actually be included in the chain. It's up to the caller to retry submission until the transaction is confirmed. ## Servers - https://localhost:8090/v2: https://localhost:8090/v2 () ## Parameters ## Body parameters Content-type: application/octet-stream string(binary) ## Responses ### 425: Mempool is Full #### Body Parameters: application/json (object) - **message** (string) May occur when submitting a serialized transaction to a node with full mempool. - **code** (string) ### 415: Unsupported Media Type #### Body Parameters: application/json (object) - **message** (string) May occur when providing an invalid 'Content-Type' header. - **code** (string) ### 406: Not Acceptable #### Body Parameters: application/json (object) - **message** (string) May occur when providing an invalid 'Accept' header. - **code** (string) ### 400: Bad Request #### Body Parameters: application/json (object) - **message** (string) May occur when a request is not well-formed; that is, it fails to parse successfully. This could be the case when some required parameters are missing or, when malformed values are provided. - **code** (string) ### 202: Accepted #### Body Parameters: application/json (object) - **id** (string(hex)) A unique identifier for this transaction [Powered by Bump.sh](https://bump.sh)