GasPrice
get
Authorizations
Query parameters
chainIdstringRequired
addressstringRequired
Header parameters
AuthorizationstringRequired
Responses
200
Ok
application/json
get
GET //thorswap/gasPrice HTTP/1.1
Host: beta.usemoon.ai
Authorization: text
Accept: */*
200
Ok
{
"success": true,
"message": "text",
"data": {
"lastTimestamp": 1,
"chainId": "text",
"unitName": "text",
"history": [
{
"timestamp": 1,
"value": 1
}
],
"average24h": 1,
"average7d": 1
}
}