cURL
curl --request GET \ --url https://api.ask.surf/gateway/v1/onchain/gas-price
{ "data": { "chain": "<string>", "gas_price": "<string>", "gas_price_gwei": 123 }, "meta": { "cached": true, "credits_used": 123 }, "$schema": "<string>" }
Chain. Can be ethereum, polygon, bsc, arbitrum, optimism, base, avalanche, fantom, linea, or cyber.
ethereum
polygon
bsc
arbitrum
optimism
base
avalanche
fantom
linea
cyber
"ethereum"
OK
Show child attributes
A URL to the JSON Schema for this object.
"https://example.com/schemas/DataObjectResponseOnchainGasPriceItem.json"