GET
/
v1
/
gas
/
prices
/
{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

200
application/json

Gas Prices for the supplied chainID

The response is of type object.