> For the complete documentation index, see [llms.txt](https://docs.bancor.network/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bancor.network/developer-guides/read-functions/vortex/pendingnetworkfeeamount.md).

# pendingNetworkFeeAmount()

{% code title="BancorNetwork.sol" %}

```javascript
function pendingNetworkFeeAmount() external view returns (uint256)
```

{% endcode %}

This function is used to get the pending network fees that are waiting to be sent to the Bancor Vortex.&#x20;

For more information about triggering the Vortex, see [Bancor Vortex Burner](/guides/triggering-the-bancor-vortex-burner.md).

### Return Variables

This function returns the number of BNT waiting to be sent to the Vortex.&#x20;

| Variable Type | Returns                                                                                                                            |
| ------------- | ---------------------------------------------------------------------------------------------------------------------------------- |
| uint256       | <p>The number of BNT waiting to be sent to the Bancor Vortex.<br><br>For example:<br><code>46722477161075314125 uint256</code></p> |
