# Get Status of an Transaction

### Get Status of an Transaction

#### Path

* `GET` /:tx\_hash/status

#### Description

* Return the status of an inscription transaction

#### Parameters

* tx\_hash: Transaction hash(path parameter).

#### Request Example

```http
GET /0xd8e6e275831070677851bef893f9203254a63a3d6852fe9d951d5c2966642a98/status
```

#### Response Example

```json
{"status":"success"}
```
