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

Headers

x-lifi-api-key
string

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

Response

200 - application/json

Gas Prices for the supplied chainID

The response is of type object.