Use cases

  1. Use cases
  2. Calculate gaz

Calculate gaz

How to get actual gaz price information

šŸ‘‰ This api support: etherium, polygon networks.

Get gaz price information for Ethereum network

Example curl request for getting information:

curl https://api.cryptomation.com/gasstation/?apikey=API_KEY&network=eth
copy

Result:

{
  "result": {
    "safeLow": 27,
    "standard": 30,
    "fast": 36,
    "fastest": 39,
    "network": "ethereum"
  },
  "status": "OK"
}
copy

Get gaz price information for Polygon network

Example curl request for getting information:

curl https://api.cryptomation.com/gasstation/?apikey=API_KEY&network=polygon
copy

Result:

{
  "result": {
    "safeLow": 27,
    "standard": 30,
    "fast": 36,
    "fastest": 39,
    "network": "ethereum"
  },
  "status": "OK"
}
copy

More info?

Much more info about our API method you could found on our docs!


Ready to get started?

Our api help your project gain easy access to a sea of crypto data.

If you want to try our Universal API, please enter your email or login from Google Gmail:

Continue with