{ "opencollection": "1.0.0", "info": { "name": "1inch Developer Portal APIs Balance GasPrice API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "GasPrice", "type": "folder" }, "items": [ { "info": { "name": "Get EIP-1559 gas price estimates", "type": "http" }, "http": { "method": "GET", "url": "https://api.1inch.dev/gas-price/v1.5/:chain", "params": [ { "name": "chain", "value": "", "type": "path", "description": "EVM chain ID (e.g. 1 for Ethereum, 137 for Polygon)" } ] }, "docs": "Get EIP-1559 gas price estimates" } ] } ], "bundled": true }