# txpool\_status

1. **Parameters-** This method does not accept any parameters

```bash
curl https://Krypc-End Point URL/ \
-X POST \
-H "Content-Type: application/json" \
--data '{"method":"txpool_status","params":[],"id":1,"jsonrpc":"2.0"}'

```

2. #### Returns

   **object**-The transaction call object which contains the following fields:

* <mark style="color:blue;">pending</mark> The total number of pending transactions in the txpool, represented in hexadecimal format&#x20;
* <mark style="color:blue;">queued</mark> The total number of queued transactions in the txpool, represented in hexadecimal format
