# Response (created tx)

#### Response (created tx) `200 OK, application/json` <a href="#response-created-tx-200-ok-applicationjson" id="response-created-tx-200-ok-applicationjson"></a>

| Parameter  | Type   | Description                              |
| ---------- | ------ | ---------------------------------------- |
| **txhash** | string | Hash value representing the transaction. |

**Response Error Table**

| Status | Error         | Message                                                                                         |
| ------ | ------------- | ----------------------------------------------------------------------------------------------- |
| 400    | `BAD_REQUEST` | transaction(4sDzRvEf4HRw4WmtDGwdVfw8LwA3ptSxHV6bJdnokMgu) information or signature is incorrect |

Requests related to wallet should be requested by specifying the root path as a wallet.

**Response (Success)**

```
{
    "txhash": "EL8csTXoNDEiRnZ4LSDS1hEBWJmFaDtsAp2DnJcjX1UQ"
}
```
