> For the complete documentation index, see [llms.txt](https://docs.telcoin.network/telcoin-network/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.telcoin.network/telcoin-network/readme-1/eth_maxpriorityfeepergas.md).

# eth\_maxPriorityFeePerGas

#### Parameters

`None`

#### Returns

`QUANTITY` - Hexadecimal of the priority fee, in wei, needed to be included in a block.

#### Example

#### Request

```
curl https://rpc.adiri.tel \
 -X POST \
 -H "Content-Type: application/json" \
 --data '{"jsonrpc":"2.0","method":"eth_maxPriorityFeePerGas","params":[],"id":1}'
```

#### Result

```
{
  "jsonrpc": "2.0",
  "result": "0x3b9aca00",
  "id": 1
}
```

[source](https://docs.infura.io/api/networks/ethereum/json-rpc-methods/eth_maxpriorityfeepergas)
