# GetPendingSize

**Request**

```
curl --request GET \
     --url https://tron.api.watchdata.io/wallet/getpendingsize \
     --header 'Accept: application/json'
```

**Response**

```
{
  "pendingSize": 0
}
```
