GET
/
v1
/
gas
/
prices
/
{chainId}
Get gas price for the specified chainId
curl --request GET \
  --url https://li.quest/v1/gas/prices/{chainId}
{
  "standard": 123,
  "fast": 123,
  "fastest": 123,
  "lastUpdated": 123
}

Headers

x-lifi-api-key
string

Authentication header, contact support if you want to get registered.

Path Parameters

chainId
string
required

ChaindId from which gas prices should be shown

Response

Gas Prices for the supplied chainID

standard
number
fast
number
fastest
number
lastUpdated
number