Ok
Represents the gas price information for a specific blockchain.
const response = await fetch('https://beta.usemoon.ai//thorswap/gasPrice?chainId=text&address=text', { method: 'GET', headers: { "Authorization": "text" }, }); const data = await response.json();
{ "success": false, "message": "text", "data": { "lastTimestamp": 0, "chainId": "text", "unitName": "text", "history": [ { "timestamp": 0, "value": 0 } ], "average24h": 0, "average7d": 0 } }