{"endpoint":"https://statepulse-api.hahavoid0.workers.dev/blockchain/gas-history","method":"POST","price":"$0.010","description":"Scans recent block gas details to estimate the minimum, average, and maximum base fee.","example_input":{"blocks":20},"example_output":{"supported":true,"result":{"min_base_fee_gwei":0.1,"avg_base_fee_gwei":0.15,"max_base_fee_gwei":0.3},"confidence":"high"},"request_schema":{"type":"object","properties":{"blocks":{"type":"number","description":"Number of preceding blocks to scan","default":20}}},"response_schema":{"type":"object"}}