GAS_PRICE
Check current gas prices on blockchain networks to optimize transaction costs when using decentralized exchanges.
Instructions
Get gas price
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chain | No | The blockchain network to execute the transaction on. uses fraxtal as default | fraxtal |
Input Schema (JSON Schema)
{
"properties": {
"chain": {
"default": "fraxtal",
"description": "The blockchain network to execute the transaction on. uses fraxtal as default",
"type": "string"
}
},
"type": "object"
}