# avax.getAtomicTxStatus {disallowed} - Avalanche

#### Parameters

`txID` - string

id of the transaction

#### Request

<pre class="language-java"><code class="lang-java"><strong>curl --location --request POST 'https://go.getblock.io/&#x3C;ACCESS-TOKEN>/ext/bc/C/rpc' \
</strong>--header 'Content-Type: application/json' \ 
--data-raw '{
  "jsonrpc": "2.0",
  "method": "avax.getAtomicTxStatus",
  "params": [null],
  "id": "getblock.io"
}'
</code></pre>

#### Response

```java
{
    "result": "null",
    "id": "getblock.io",
    "status_code": 405,
    "message": "Method not allowed"
}
```
