Skip to main content
GET
/
api
/
v1
/
network
/
fees
Get the network fees
curl --request GET \
  --url https://mainnet.mirrornode.hedera.com/api/v1/network/fees
{
  "fees": [
    {
      "gas": 123,
      "transaction_type": "<string>"
    }
  ],
  "timestamp": "1586567700.453054000"
}

Query Parameters

order
enum<string>
default:asc

The order in which items are listed

Available options:
asc,
desc
timestamp
string[]

The consensus timestamp as a Unix timestamp in seconds.nanoseconds format with an optional comparison operator. See unixtimestamp.com for a simple way to convert a date to the 'seconds' part of the Unix time.

Response

OK

fees
object[]
timestamp
string

A Unix timestamp in seconds.nanoseconds format

Example:

"1586567700.453054000"