# Eth\_maxPriorityFeePerGas

## Get recommended maxPriorityFeePerGas value

> Sends a JSON-RPC request to retrieve the recommended \`maxPriorityFeePerGas\` for transactions.\
> This value represents the suggested tip to miners in wei (hex encoded) and is used to prioritize your transaction.<br>

```json
{"openapi":"3.0.0","info":{"title":"Ethereum JSON-RPC","version":"1.0.0"},"servers":[{"url":"https://zksync.nownodes.io"}],"security":[{"api-keyAuth":[]}],"components":{"securitySchemes":{"api-keyAuth":{"type":"apiKey","in":"header","name":"api-key"}}},"paths":{"/":{"post":{"tags":["eth_maxPriorityFeePerGas"],"summary":"Get recommended maxPriorityFeePerGas value","operationId":"ethMaxPriorityFeePerGas","description":"Sends a JSON-RPC request to retrieve the recommended `maxPriorityFeePerGas` for transactions.\nThis value represents the suggested tip to miners in wei (hex encoded) and is used to prioritize your transaction.\n","requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","required":["jsonrpc","method","params","id"],"properties":{"jsonrpc":{"type":"string"},"method":{"type":"string"},"params":{"type":"array","description":"No parameters are required.","items":{}},"id":{"type":"integer"}}}}}},"responses":{"200":{"description":"Returns the suggested maxPriorityFeePerGas value","content":{"application/json":{"schema":{"type":"object","properties":{"jsonrpc":{"type":"string"},"id":{"type":"integer"},"result":{"type":"string","format":"hex","description":"Suggested maxPriorityFeePerGas value in wei (hex encoded)"}}}}}}}}}}}
```
