Get gas price
Endpoint Details
Gas Price
Get current gas price of given network
GET
Get gas price
Authorizations
Demo API-Key (Sandbox): 7037d2b3-9c76-4f62-b730-c544f7570fa4
Path Parameters
Network/asset identifier to fetch gas prices for (e.g., ETH.ETH).
Response
Gas price
- Option 1
- Option 2
Gas price response. The shape of gas_prices depends on type.
Indicates a dynamic time series response.
Available options:
dynamic Gas price unit. This depends on the network (e.g., gwei).
Array of [gas_price, timestamp_ms] points.
A historical gas price point as [price, timestamp_ms].
Required array length:
2 elementsGas price value.