{"info":{"_postman_id":"d55dac6d-8217-490f-b9f3-5af76adb8c65","name":"MEE Node","description":"<html><head></head><body><p><strong>MEE Node</strong> powers the MEE infrastrucutre - a novel approach to chain abstraction.</p>\n<p>To learn more about the MEE Protocol, check out the short version of the protocol overview available in a form of <a href=\"https://ethresear.ch/t/presenting-klaster-rethinking-chain-abstraction/19910\">ethresear.ch post</a> or take a deep dive and read our <a href=\"https://klaster.io/whitepaper\">whitepaper</a>.</p>\n<h2 id=\"chain-abstracted-address\">Chain Abstracted Address</h2>\n<p>MEE Node executes transaction on user's behalf while allowing the user to pay for fees in any token on any supported chain. Users can fetch their chain abstracted address by querying the MEE Node and providing their master EOA address as an input, as explained in the docs below. The received address is a smart account fully owned by the master EOA. The user can top up this account with assets on one chain, and use the assets to execute transactions on any other Klaster supported chain - gas abstraction. The user can also use this address to execute complex flows across multiple blockchain networks - requested by the dApp. To see the list of supported chains &amp; tokens, every Klaster node exposes the <code>/info</code> endpoint.</p>\n<h2 id=\"supertransactions-stx\">Supertransactions (sTx)</h2>\n<p>MEE Nodes generate and execute sTx bundles - a series of one or more blockchain transactions on multiple blockchain networks. The dApp developer can define arbitrary flows on different chains and let the MEE network execute them while the user only has to signe once to approve the flow and see it being executed. In other words, using MEE - single-chain interaction &amp; experience is converted to the multichain experience while retaining security and account ownership.</p>\n<h2 id=\"quote\">Quote</h2>\n<p><code>/quote</code> endpoint is used to get the quote from MEE Node. The dApp developer provides the wanted series of steps to be executed to the Klaster Node and the MEE Node responds back with the generated quote (a fully built sTx bundle). The Klaster Node also commits to execute the quote in a specifc timeframe, with commitment hash being included in the sTx bundle.</p>\n<h2 id=\"execute\">Execute</h2>\n<p><code>/execute</code> endpoint is used to execute the sTx bundle after the user has received the sTx bundle (including the commitment), and signed the quote with their master wallet.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"33713944","collectionId":"d55dac6d-8217-490f-b9f3-5af76adb8c65","publishedId":"2sA2xpTpGF","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2024-12-05T18:50:53.000Z"},"item":[{"name":"Get Node Info","id":"6ffd353e-3024-444e-9c4a-76636744f7b7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://klaster-node.polycode.sh/info","urlObject":{"protocol":"https","path":["info"],"host":["klaster-node","polycode","sh"],"query":[],"variable":[]}},"response":[{"id":"62ad7dfa-81ab-423a-9335-61aa47dc3d08","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":"https://klaster-node.polycode.sh/info"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"version\": \"1.0.32\",\n    \"node\": \"0x1C0Bd46c119a1655598989e96259e86EA8065223\",\n    \"supported_chains\": [\n        {\n            \"chainId\": \"1\",\n            \"name\": \"Ethereum\"\n        },\n        {\n            \"chainId\": \"10\",\n            \"name\": \"Optimism\"\n        },\n        {\n            \"chainId\": \"11155111\",\n            \"name\": \"Sepolia\"\n        },\n        {\n            \"chainId\": \"11155420\",\n            \"name\": \"OP Sepolia\"\n        },\n        {\n            \"chainId\": \"137\",\n            \"name\": \"Polygon\"\n        },\n        {\n            \"chainId\": \"42161\",\n            \"name\": \"Arbitrum One\"\n        },\n        {\n            \"chainId\": \"421614\",\n            \"name\": \"Arbitrum Sepolia\"\n        },\n        {\n            \"chainId\": \"43114\",\n            \"name\": \"Avalanche C-Chain\"\n        },\n        {\n            \"chainId\": \"534352\",\n            \"name\": \"Scroll\"\n        },\n        {\n            \"chainId\": \"56\",\n            \"name\": \"BNB Smart Chain\"\n        },\n        {\n            \"chainId\": \"8453\",\n            \"name\": \"Base\"\n        },\n        {\n            \"chainId\": \"84532\",\n            \"name\": \"Base Sepolia\"\n        }\n    ],\n    \"supported_gas_tokens\": [\n        {\n            \"chainId\": \"1\",\n            \"paymentTokens\": [\n                {\n                    \"name\": \"ETH\",\n                    \"address\": \"0x0000000000000000000000000000000000000000\",\n                    \"symbol\": \"ETH\",\n                    \"decimals\": 18\n                },\n                {\n                    \"name\": \"Wrapped Ether\",\n                    \"address\": \"0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2\",\n                    \"symbol\": \"WETH\",\n                    \"decimals\": 18\n                },\n                {\n                    \"name\": \"ChainLink Token\",\n                    \"address\": \"0x514910771af9ca656af840dff83e8264ecf986ca\",\n                    \"symbol\": \"LINK\",\n                    \"decimals\": 18\n                },\n                {\n                    \"name\": \"USD Coin\",\n                    \"address\": \"0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48\",\n                    \"symbol\": \"USDC\",\n                    \"decimals\": 6\n                },\n                {\n                    \"name\": \"Wrapped liquid staked Ether 2.0\",\n                    \"address\": \"0x7f39c581f595b53c5cb19bd0b3f8da6c935e2ca0\",\n                    \"symbol\": \"wstETH\",\n                    \"decimals\": 18\n                },\n                {\n                    \"name\": \"Tether USD\",\n                    \"address\": \"0xdac17f958d2ee523a2206206994597c13d831ec7\",\n                    \"symbol\": \"USDT\",\n                    \"decimals\": 6\n                }\n            ]\n        },\n        {\n            \"chainId\": \"10\",\n            \"paymentTokens\": [\n                {\n                    \"name\": \"ETH\",\n                    \"address\": \"0x0000000000000000000000000000000000000000\",\n                    \"symbol\": \"ETH\",\n                    \"decimals\": 18\n                },\n                {\n                    \"name\": \"Wrapped Ether\",\n                    \"address\": \"0x4200000000000000000000000000000000000006\",\n                    \"symbol\": \"WETH\",\n                    \"decimals\": 18\n                },\n                {\n                    \"name\": \"ChainLink Token\",\n                    \"address\": \"0x350a791Bfc2C21F9Ed5d10980Dad2e2638ffa7f6\",\n                    \"symbol\": \"LINK\",\n                    \"decimals\": 18\n                },\n                {\n                    \"name\": \"USD Coin\",\n                    \"address\": \"0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85\",\n                    \"symbol\": \"USDC\",\n                    \"decimals\": 6\n                },\n                {\n                    \"name\": \"USD Coin (Bridged)\",\n                    \"address\": \"0x7F5c764cBc14f9669B88837ca1490cCa17c31607\",\n                    \"symbol\": \"USDC\",\n                    \"decimals\": 6\n                },\n                {\n                    \"name\": \"Wrapped liquid staked Ether 2.0\",\n                    \"address\": \"0x1F32b1c2345538c0c6f582fCB022739c4A194Ebb\",\n                    \"symbol\": \"wstETH\",\n                    \"decimals\": 18\n                },\n                {\n                    \"name\": \"Tether USD\",\n                    \"address\": \"0x94b008aA00579c1307B0EF2c499aD98a8ce58e58\",\n                    \"symbol\": \"USDT\",\n                    \"decimals\": 6\n                }\n            ]\n        },\n        {\n            \"chainId\": \"11155111\",\n            \"paymentTokens\": [\n                {\n                    \"name\": \"ETH\",\n                    \"address\": \"0x0000000000000000000000000000000000000000\",\n                    \"symbol\": \"ETH\",\n                    \"decimals\": 18\n                }\n            ]\n        },\n        {\n            \"chainId\": \"11155420\",\n            \"paymentTokens\": [\n                {\n                    \"name\": \"ETH\",\n                    \"address\": \"0x0000000000000000000000000000000000000000\",\n                    \"symbol\": \"ETH\",\n                    \"decimals\": 18\n                },\n                {\n                    \"name\": \"Wrapped Ether\",\n                    \"address\": \"0x4200000000000000000000000000000000000006\",\n                    \"symbol\": \"WETH\",\n                    \"decimals\": 18\n                }\n            ]\n        },\n        {\n            \"chainId\": \"137\",\n            \"paymentTokens\": [\n                {\n                    \"name\": \"MATIC\",\n                    \"address\": \"0x0000000000000000000000000000000000000000\",\n                    \"symbol\": \"MATIC\",\n                    \"decimals\": 18\n                },\n                {\n                    \"name\": \"Wrapped Matic\",\n                    \"address\": \"0x0d500B1d8E8eF31E21C99d1Db9A6444d3ADf1270\",\n                    \"symbol\": \"WMATIC\",\n                    \"decimals\": 18\n                },\n                {\n                    \"name\": \"ChainLink Token\",\n                    \"address\": \"0xb0897686c545045aFc77CF20eC7A532E3120E0F1\",\n                    \"symbol\": \"LINK\",\n                    \"decimals\": 18\n                },\n                {\n                    \"name\": \"USDC\",\n                    \"address\": \"0x3c499c542cef5e3811e1192ce70d8cc03d5c3359\",\n                    \"symbol\": \"USDC\",\n                    \"decimals\": 6\n                },\n                {\n                    \"name\": \"USDC (Bridged)\",\n                    \"address\": \"0x2791bca1f2de4661ed88a30c99a7a9449aa84174\",\n                    \"symbol\": \"USDC\",\n                    \"decimals\": 6\n                },\n                {\n                    \"name\": \"Staked Matic\",\n                    \"address\": \"0x3a58a54c066fdc0f2d55fc9c89f0415c92ebf3c4\",\n                    \"symbol\": \"stMATIC\",\n                    \"decimals\": 18\n                },\n                {\n                    \"name\": \"Tether USD\",\n                    \"address\": \"0xc2132D05D31c914a87C6611C10748AEb04B58e8F\",\n                    \"symbol\": \"USDT\",\n                    \"decimals\": 6\n                }\n            ]\n        },\n        {\n            \"chainId\": \"42161\",\n            \"paymentTokens\": [\n                {\n                    \"name\": \"ETH\",\n                    \"address\": \"0x0000000000000000000000000000000000000000\",\n                    \"symbol\": \"ETH\",\n                    \"decimals\": 18\n                },\n                {\n                    \"name\": \"Wrapped Ether\",\n                    \"address\": \"0x82aF49447D8a07e3bd95BD0d56f35241523fBab1\",\n                    \"symbol\": \"WETH\",\n                    \"decimals\": 18\n                },\n                {\n                    \"name\": \"ChainLink Token\",\n                    \"address\": \"0xf97f4df75117a78c1A5a0DBb814Af92458539FB4\",\n                    \"symbol\": \"LINK\",\n                    \"decimals\": 18\n                },\n                {\n                    \"name\": \"USD Coin\",\n                    \"address\": \"0xaf88d065e77c8cC2239327C5EDb3A432268e5831\",\n                    \"symbol\": \"USDC\",\n                    \"decimals\": 6\n                },\n                {\n                    \"name\": \"Wrapped liquid staked Ether 2.0\",\n                    \"address\": \"0x5979D7b546E38E414F7E9822514be443A4800529\",\n                    \"symbol\": \"wstETH\",\n                    \"decimals\": 18\n                },\n                {\n                    \"name\": \"Tether USD\",\n                    \"address\": \"0xFd086bC7CD5C481DCC9C85ebE478A1C0b69FCbb9\",\n                    \"symbol\": \"USDT\",\n                    \"decimals\": 6\n                }\n            ]\n        },\n        {\n            \"chainId\": \"421614\",\n            \"paymentTokens\": [\n                {\n                    \"name\": \"ETH\",\n                    \"address\": \"0x0000000000000000000000000000000000000000\",\n                    \"symbol\": \"ETH\",\n                    \"decimals\": 18\n                }\n            ]\n        },\n        {\n            \"chainId\": \"43114\",\n            \"paymentTokens\": [\n                {\n                    \"name\": \"AVAX\",\n                    \"address\": \"0x0000000000000000000000000000000000000000\",\n                    \"symbol\": \"AVAX\",\n                    \"decimals\": 18\n                },\n                {\n                    \"name\": \"Wrapped AVAX\",\n                    \"address\": \"0xB31f66AA3C1e785363F0875A1B74E27b85FD66c7\",\n                    \"symbol\": \"WAVAX\",\n                    \"decimals\": 18\n                },\n                {\n                    \"name\": \"ChainLink Token\",\n                    \"address\": \"0x5947BB275c521040051D82396192181b413227A3\",\n                    \"symbol\": \"LINK\",\n                    \"decimals\": 18\n                },\n                {\n                    \"name\": \"USD Coin\",\n                    \"address\": \"0xB97EF9Ef8734C71904D8002F8b6Bc66Dd9c48a6E\",\n                    \"symbol\": \"USDC\",\n                    \"decimals\": 6\n                },\n                {\n                    \"name\": \"USDC (Bridged)\",\n                    \"address\": \"0xA7D7079b0FEaD91F3e65f86E8915Cb59c1a4C664\",\n                    \"symbol\": \"USDC\",\n                    \"decimals\": 6\n                },\n                {\n                    \"name\": \"Tether USD\",\n                    \"address\": \"0x9702230A8Ea53601f5cD2dc00fDBc13d4dF4A8c7\",\n                    \"symbol\": \"USDT\",\n                    \"decimals\": 6\n                },\n                {\n                    \"name\": \"USDT (Bridged)\",\n                    \"address\": \"0xc7198437980c041c805A1EDcbA50c1Ce5db95118\",\n                    \"symbol\": \"USDT\",\n                    \"decimals\": 6\n                }\n            ]\n        },\n        {\n            \"chainId\": \"534352\",\n            \"paymentTokens\": [\n                {\n                    \"name\": \"ETH\",\n                    \"address\": \"0x0000000000000000000000000000000000000000\",\n                    \"symbol\": \"ETH\",\n                    \"decimals\": 18\n                },\n                {\n                    \"name\": \"Wrapped Ether\",\n                    \"address\": \"0xB31f66AA3C1e785363F0875A1B74E27b85FD66c7\",\n                    \"symbol\": \"WETH\",\n                    \"decimals\": 18\n                },\n                {\n                    \"name\": \"ChainLink Token\",\n                    \"address\": \"0x548C6944cba02B9D1C0570102c89de64D258d3Ac\",\n                    \"symbol\": \"LINK\",\n                    \"decimals\": 18\n                },\n                {\n                    \"name\": \"USD Coin\",\n                    \"address\": \"0x06eFdBFf2a14a7c8E15944D1F4A48F9F95F663A4\",\n                    \"symbol\": \"USDC\",\n                    \"decimals\": 6\n                },\n                {\n                    \"name\": \"Tether USD\",\n                    \"address\": \"0xf55BEC9cafDbE8730f096Aa55dad6D22d44099Df\",\n                    \"symbol\": \"USDT\",\n                    \"decimals\": 6\n                },\n                {\n                    \"name\": \"Wrapped liquid staked Ether 2.0\",\n                    \"address\": \"0xf610A9dfB7C89644979b4A0f27063E9e7d7Cda32\",\n                    \"symbol\": \"wstETH\",\n                    \"decimals\": 18\n                }\n            ]\n        },\n        {\n            \"chainId\": \"56\",\n            \"paymentTokens\": [\n                {\n                    \"name\": \"BNB\",\n                    \"address\": \"0x0000000000000000000000000000000000000000\",\n                    \"symbol\": \"BNB\",\n                    \"decimals\": 18\n                },\n                {\n                    \"name\": \"Wrapped BNB\",\n                    \"address\": \"0xbb4CdB9CBd36B01bD1cBaEBF2De08d9173bc095c\",\n                    \"symbol\": \"WBNB\",\n                    \"decimals\": 18\n                },\n                {\n                    \"name\": \"USDC (Binance-Peg)\",\n                    \"address\": \"0x8AC76a51cc950d9822D68b83fE1Ad97B32Cd580d\",\n                    \"symbol\": \"USDC\",\n                    \"decimals\": 18\n                },\n                {\n                    \"name\": \"USDC (Axelar Wrapped)\",\n                    \"address\": \"0x4268B8F0B87b6Eae5d897996E6b845ddbD99Adf3\",\n                    \"symbol\": \"axlUSDC\",\n                    \"decimals\": 6\n                },\n                {\n                    \"name\": \"USDC (cream.finace)\",\n                    \"address\": \"0xD83C88DB3A6cA4a32FFf1603b0f7DDce01F5f727\",\n                    \"symbol\": \"crUSDC\",\n                    \"decimals\": 8\n                },\n                {\n                    \"name\": \"BSC-USD\",\n                    \"address\": \"0x55d398326f99059fF775485246999027B3197955\",\n                    \"symbol\": \"BSC-USD\",\n                    \"decimals\": 18\n                }\n            ]\n        },\n        {\n            \"chainId\": \"8453\",\n            \"paymentTokens\": [\n                {\n                    \"name\": \"ETH\",\n                    \"address\": \"0x0000000000000000000000000000000000000000\",\n                    \"symbol\": \"ETH\",\n                    \"decimals\": 18\n                },\n                {\n                    \"name\": \"Wrapped Ether\",\n                    \"address\": \"0x4200000000000000000000000000000000000006\",\n                    \"symbol\": \"WETH\",\n                    \"decimals\": 18\n                },\n                {\n                    \"name\": \"ChainLink Token\",\n                    \"address\": \"0x88Fb150BDc53A65fe94Dea0c9BA0a6dAf8C6e196\",\n                    \"symbol\": \"LINK\",\n                    \"decimals\": 18\n                },\n                {\n                    \"name\": \"USDC\",\n                    \"address\": \"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913\",\n                    \"symbol\": \"USDC\",\n                    \"decimals\": 6\n                },\n                {\n                    \"name\": \"USDC (Axelar Wrapped)\",\n                    \"address\": \"0xEB466342C4d449BC9f53A865D5Cb90586f405215\",\n                    \"symbol\": \"axlUSDC\",\n                    \"decimals\": 6\n                },\n                {\n                    \"name\": \"Wrapped liquid staked Ether 2.0\",\n                    \"address\": \"0xc1CBa3fCea344f92D9239c08C0568f6F2F0ee452\",\n                    \"symbol\": \"wstETH\",\n                    \"decimals\": 18\n                }\n            ]\n        },\n        {\n            \"chainId\": \"84532\",\n            \"paymentTokens\": [\n                {\n                    \"name\": \"ETH\",\n                    \"address\": \"0x0000000000000000000000000000000000000000\",\n                    \"symbol\": \"ETH\",\n                    \"decimals\": 18\n                },\n                {\n                    \"name\": \"Wrapped Ether\",\n                    \"address\": \"0x4200000000000000000000000000000000000006\",\n                    \"symbol\": \"WETH\",\n                    \"decimals\": 18\n                }\n            ]\n        }\n    ],\n    \"supported_wallet_providers\": [\n        {\n            \"walletProvider\": \"BICO_V2\",\n            \"supportedChains\": [\n                \"1\",\n                \"10\",\n                \"11155111\",\n                \"137\",\n                \"42161\",\n                \"421614\",\n                \"43114\",\n                \"534352\",\n                \"56\",\n                \"8453\",\n                \"84532\"\n            ]\n        },\n        {\n            \"walletProvider\": \"SAFE_V141\",\n            \"supportedChains\": [\n                \"11155111\",\n                \"84532\"\n            ]\n        }\n    ]\n}"}],"_postman_id":"6ffd353e-3024-444e-9c4a-76636744f7b7"},{"name":"Get Multichain Address","id":"f4aa0b60-56da-4c70-9934-28efd79e6ceb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://klaster-node.polycode.sh/v2/address/SAFE_V141/0x00000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000010000000000000000000000000382fe477878c8c3807ab427d0db282effa01cd6","urlObject":{"protocol":"https","path":["v2","address","SAFE_V141","0x00000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000010000000000000000000000000382fe477878c8c3807ab427d0db282effa01cd6"],"host":["klaster-node","polycode","sh"],"query":[],"variable":[]}},"response":[{"id":"e6ef6edb-dfc9-49b0-a5a4-f775fdf775c2","name":"Get SafeV141 Multichain Address","originalRequest":{"method":"GET","header":[],"url":"https://klaster-node.polycode.sh/v2/address/SAFE_V141/0x00000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000010000000000000000000000000382fe477878c8c3807ab427d0db282effa01cd6"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"walletProvider\": \"SAFE_V141\",\n    \"factoryData\": \"0x00000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000010000000000000000000000000382fe477878c8c3807ab427d0db282effa01cd6\",\n    \"multichainAccount\": [\n        {\n            \"chainId\": \"11155111\",\n            \"address\": \"0xC2a1463dE42ee19A71BE2232dfaacd6D8A441F31\"\n        },\n        {\n            \"chainId\": \"84532\",\n            \"address\": \"0xC2a1463dE42ee19A71BE2232dfaacd6D8A441F31\"\n        }\n    ]\n}"},{"id":"a6e9b9d1-a926-4b9f-bb21-470eaf8f1869","name":"Get BicoV2 Multichain Address","originalRequest":{"method":"GET","header":[],"url":"https://klaster-node.polycode.sh/v2/address/BICO_V2/0x0000000000000000000000000382fe477878c8c3807ab427d0db282effa01cd60000000000000000000000000000000000000000000000000000000000000000"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"walletProvider\": \"BICO_V2\",\n    \"factoryData\": \"0x0000000000000000000000000382fe477878c8c3807ab427d0db282effa01cd60000000000000000000000000000000000000000000000000000000000000000\",\n    \"multichainAccount\": [\n        {\n            \"chainId\": \"1\",\n            \"address\": \"0x539d0904F89789d61539e7dabbe4ae6465d693b3\"\n        },\n        {\n            \"chainId\": \"10\",\n            \"address\": \"0x539d0904F89789d61539e7dabbe4ae6465d693b3\"\n        },\n        {\n            \"chainId\": \"11155111\",\n            \"address\": \"0x539d0904F89789d61539e7dabbe4ae6465d693b3\"\n        },\n        {\n            \"chainId\": \"137\",\n            \"address\": \"0x539d0904F89789d61539e7dabbe4ae6465d693b3\"\n        },\n        {\n            \"chainId\": \"42161\",\n            \"address\": \"0x539d0904F89789d61539e7dabbe4ae6465d693b3\"\n        },\n        {\n            \"chainId\": \"421614\",\n            \"address\": \"0x539d0904F89789d61539e7dabbe4ae6465d693b3\"\n        },\n        {\n            \"chainId\": \"43114\",\n            \"address\": \"0x539d0904F89789d61539e7dabbe4ae6465d693b3\"\n        },\n        {\n            \"chainId\": \"534352\",\n            \"address\": \"0x539d0904F89789d61539e7dabbe4ae6465d693b3\"\n        },\n        {\n            \"chainId\": \"56\",\n            \"address\": \"0x539d0904F89789d61539e7dabbe4ae6465d693b3\"\n        },\n        {\n            \"chainId\": \"8453\",\n            \"address\": \"0x539d0904F89789d61539e7dabbe4ae6465d693b3\"\n        },\n        {\n            \"chainId\": \"84532\",\n            \"address\": \"0x539d0904F89789d61539e7dabbe4ae6465d693b3\"\n        }\n    ]\n}"}],"_postman_id":"f4aa0b60-56da-4c70-9934-28efd79e6ceb"},{"name":"Get iTx Hash Status","id":"6691b3bf-0cd3-4df4-a0d5-3ac2efad7c1c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://klaster-node.polycode.sh/v2/explorer/0x08324dc66ff983c67ccec37d11f36b1e3ae88df24f19d3a0a092c3c38d9f96aa","urlObject":{"protocol":"https","path":["v2","explorer","0x08324dc66ff983c67ccec37d11f36b1e3ae88df24f19d3a0a092c3c38d9f96aa"],"host":["klaster-node","polycode","sh"],"query":[],"variable":[]}},"response":[{"id":"6591b85a-6750-4164-afaa-24fdabdaf3dd","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":"https://klaster-node.polycode.sh/v2/explorer/0x08324dc66ff983c67ccec37d11f36b1e3ae88df24f19d3a0a092c3c38d9f96aa"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"itxHash\": \"0x08324dc66ff983c67ccec37d11f36b1e3ae88df24f19d3a0a092c3c38d9f96aa\",\n    \"node\": \"0x1C0Bd46c119a1655598989e96259e86EA8065223\",\n    \"commitment\": \"0x76a0afb49cffa81922400c5ed36030e78214b80fb411efe1fbd1a14db9c1e4431e75bd8dc7ac1f0c37048876e80767488e5d956cd02d4332aa426da1012a31dc1c\",\n    \"paymentInfo\": {\n        \"masterWallet\": \"0x0382Fe477878c8C3807aB427D0DB282EFfa01CD6\",\n        \"salt\": \"0\",\n        \"token\": \"0x0000000000000000000000000000000000000000\",\n        \"chainId\": \"42161\",\n        \"tokenAmount\": \"0.000007\",\n        \"tokenValue\": \"0.021293\"\n    },\n    \"userOps\": [\n        {\n            \"userOp\": {\n                \"sender\": \"0x539d0904F89789d61539e7dabbe4ae6465d693b3\",\n                \"nonce\": \"2953610653476202284469952295626007432826252671068014044079068282880\",\n                \"initCode\": \"0x\",\n                \"callData\": \"0xb61d27f60000000000000000000000001c0bd46c119a1655598989e96259e86ea8065223000000000000000000000000000000000000000000000000000005ef21c70e0000000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000000\",\n                \"callGasLimit\": \"45000\",\n                \"verificationGasLimit\": \"100000\",\n                \"preVerificationGas\": \"44836\",\n                \"maxFeePerGas\": \"10000000\",\n                \"maxPriorityFeePerGas\": \"10000000\",\n                \"paymasterAndData\": \"0xC31ad82a88609Ee88e87d382509060F3490a8eb20000000000000000000000000000000000000000000000000000000000025617000000000000000000000000000000000000000000000000000000000000001e\"\n            },\n            \"userOpHash\": \"0xc3aa5d551c5825019159dc0589bec633f437fb8f581facff7bd8910c1b7c195f\",\n            \"lowerBoundTimestamp\": \"1720040180\",\n            \"upperBoundTimestamp\": \"1720046180\",\n            \"maxGasLimit\": \"289390\",\n            \"chainId\": \"42161\",\n            \"executionStatus\": \"SUCCESS\",\n            \"executionData\": \"0x7bc84f4955033d9a72415bd1523f4de8d2ecbd523f4b55a14b5b4722b1e0d0c8\"\n        },\n        {\n            \"userOp\": {\n                \"sender\": \"0x539d0904F89789d61539e7dabbe4ae6465d693b3\",\n                \"nonce\": \"2953610653476202284469952295626007432801510159864128168537735823360\",\n                \"initCode\": \"0x\",\n                \"callData\": \"0xb61d27f600000000000000000000000082af49447d8a07e3bd95bd0d56f35241523fbab100000000000000000000000000000000000000000000000000039faf41abc00000000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000004d0e30db000000000000000000000000000000000000000000000000000000000\",\n                \"callGasLimit\": \"100000\",\n                \"verificationGasLimit\": \"100000\",\n                \"preVerificationGas\": \"45124\",\n                \"maxFeePerGas\": \"10723000\",\n                \"maxPriorityFeePerGas\": \"10723000\",\n                \"paymasterAndData\": \"0xC31ad82a88609Ee88e87d382509060F3490a8eb20000000000000000000000000000000000000000000000000000000000032e36000000000000000000000000000000000000000000000000000000000000001e\"\n            },\n            \"userOpHash\": \"0xf91a38ff77e6e33f4f80090ca691405ed8f8ca061cf233d09319a0a54539d8b2\",\n            \"lowerBoundTimestamp\": \"1720040184\",\n            \"upperBoundTimestamp\": \"1720046184\",\n            \"maxGasLimit\": \"338592\",\n            \"chainId\": \"42161\",\n            \"executionStatus\": \"SUCCESS\",\n            \"executionData\": \"0x66bb063dea6b87d3b74dd2fe254b6736d3a2105b3e8eec7eec8c7f19578e6f6f\"\n        }\n    ]\n}"}],"_postman_id":"6691b3bf-0cd3-4df4-a0d5-3ac2efad7c1c"},{"name":"Get Quote [sigType = 0x00, 0x01]","id":"029c4546-8a2c-40d6-b046-a8f5b33ff37e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"walletProvider\": \"BICO_V2\",\n    \"factoryData\": \"0x0000000000000000000000000382fe477878c8c3807ab427d0db282effa01cd60000000000000000000000000000000000000000000000000000000000000000\",\n    \"userOps\": [\n        {\n            \"callData\": \"0xb61d27f60000000000000000000000000b2c639c533813f4aa9d7837caf62653d097ff85000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000044a9059cbb00000000000000000000000088677ae391017a89cca0e661589c37c2bebf502f000000000000000000000000000000000000000000000000000000000098968000000000000000000000000000000000000000000000000000000000\",\n            \"callGasLimit\": \"100000\",\n            \"chainId\": \"10\"\n        }\n    ],\n    \"paymentInfo\": {\n        \"token\": \"0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85\",\n        \"chainId\": \"10\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://klaster-node.polycode.sh/v2/quote-generic","description":"<p>Fetches a quote that can be signed by providing one of the following as the signature:</p>\n<ol>\n<li><p>regular user's off-chain signature (eth_personalSign)</p>\n</li>\n<li><p>on-chain transaction signature - providing the transaction hash of the transaction containing the itxHash as the last 32bytes of the callData</p>\n</li>\n</ol>\n","urlObject":{"protocol":"https","path":["v2","quote-generic"],"host":["klaster-node","polycode","sh"],"query":[],"variable":[]}},"response":[{"id":"84a56b2f-bc91-4d91-b51e-671af911b1ab","name":"Successful Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"walletProvider\": \"BICO_V2\",\n    \"factoryData\": \"0x0000000000000000000000000382fe477878c8c3807ab427d0db282effa01cd60000000000000000000000000000000000000000000000000000000000000000\",\n    \"userOps\": [\n        {\n            \"callData\": \"0xb61d27f60000000000000000000000000b2c639c533813f4aa9d7837caf62653d097ff85000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000044a9059cbb00000000000000000000000088677ae391017a89cca0e661589c37c2bebf502f000000000000000000000000000000000000000000000000000000000098968000000000000000000000000000000000000000000000000000000000\",\n            \"callGasLimit\": \"100000\",\n            \"chainId\": \"10\"\n        }\n    ],\n    \"paymentInfo\": {\n        \"token\": \"0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85\",\n        \"chainId\": \"10\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://klaster-node-staging.polycode.sh/v2/quote-generic"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"itxHash\": \"0xfd6061deec38bf564017e5d9dbfc70ce5ddb9f1425170593151a41041dffa029\",\n    \"walletProvider\": \"BICO_V2\",\n    \"factoryData\": \"0x0000000000000000000000000382fe477878c8c3807ab427d0db282effa01cd60000000000000000000000000000000000000000000000000000000000000000\",\n    \"node\": \"0x4b19129EA58431A06D01054f69AcAe5de50633b6\",\n    \"commitment\": \"0xff7e8cfdc7d380049be569b15aee6c2fcc96ee2b6d3e1ba0cd3a50738d1dffe6527d15a0fe06cfc541507ca5eb8f1f6b680aa08b4dfd177058c9339827df03fd1c\",\n    \"paymentInfo\": {\n        \"token\": \"0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85\",\n        \"chainId\": \"10\",\n        \"tokenAmount\": \"0.006707\",\n        \"tokenWeiAmount\": \"6707\",\n        \"tokenValue\": \"0.006707\"\n    },\n    \"userOps\": [\n        {\n            \"userOp\": {\n                \"sender\": \"0x539d0904F89789d61539e7dabbe4ae6465d693b3\",\n                \"nonce\": \"33967763328901163898864907782741959891368773333241009642658054145360497999872\",\n                \"initCode\": \"0x\",\n                \"callData\": \"0xb61d27f60000000000000000000000000b2c639c533813f4aa9d7837caf62653d097ff85000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000044a9059cbb0000000000000000000000004b19129ea58431a06d01054f69acae5de50633b60000000000000000000000000000000000000000000000000000000000001a3300000000000000000000000000000000000000000000000000000000\",\n                \"callGasLimit\": \"85000\",\n                \"verificationGasLimit\": \"100000\",\n                \"maxFeePerGas\": \"6731870\",\n                \"maxPriorityFeePerGas\": \"3365935\",\n                \"paymasterAndData\": \"0xC31ad82a88609Ee88e87d382509060F3490a8eb2000000000000000000000000000000000000000000000000000000000002f5c3000000000000000000000000000000000000000000000000000000000000000a\",\n                \"preVerificationGas\": \"45628\"\n            },\n            \"userOpHash\": \"0x5d211a51b23f46a4527145d1a141e06e66268cd33f75fbb280f83bcdbb47d261\",\n            \"klasterUserOpHash\": \"0x7591c437da0d247b4b1b11e56dedfb2504c9aa3ea86fdaf4470c3c8179352f71\",\n            \"lowerBoundTimestamp\": \"0\",\n            \"upperBoundTimestamp\": \"1728149798\",\n            \"maxGasLimit\": \"199301\",\n            \"maxFeePerGas\": \"6731870\",\n            \"chainId\": \"10\",\n            \"activationData\": \"\",\n            \"senderState\": {\n                \"exists\": true,\n                \"installationType\": \"DEFAULT\",\n                \"klasterInstalled\": true\n            }\n        },\n        {\n            \"userOp\": {\n                \"sender\": \"0x539d0904F89789d61539e7dabbe4ae6465d693b3\",\n                \"nonce\": \"33967763328901163898864907782741959891368773333198457595695967084974297841664\",\n                \"initCode\": \"0x\",\n                \"callData\": \"0xb61d27f60000000000000000000000000b2c639c533813f4aa9d7837caf62653d097ff85000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000044a9059cbb00000000000000000000000088677ae391017a89cca0e661589c37c2bebf502f000000000000000000000000000000000000000000000000000000000098968000000000000000000000000000000000000000000000000000000000\",\n                \"callGasLimit\": \"100000\",\n                \"verificationGasLimit\": \"100000\",\n                \"maxFeePerGas\": \"6731870\",\n                \"maxPriorityFeePerGas\": \"3365935\",\n                \"paymasterAndData\": \"0xC31ad82a88609Ee88e87d382509060F3490a8eb20000000000000000000000000000000000000000000000000000000000033067000000000000000000000000000000000000000000000000000000000000000a\",\n                \"preVerificationGas\": \"45640\"\n            },\n            \"userOpHash\": \"0x286bc5aa8235dde7efe92034fe89ba40573fe18e184d693386422aaf6ab33d96\",\n            \"klasterUserOpHash\": \"0xae454a4019c347db3aa3d30c3d69b4b44893f56f377b8274b83a7352628999ad\",\n            \"lowerBoundTimestamp\": \"1728149498\",\n            \"upperBoundTimestamp\": \"1728149798\",\n            \"maxGasLimit\": \"214608\",\n            \"maxFeePerGas\": \"6731870\",\n            \"chainId\": \"10\",\n            \"activationData\": \"\",\n            \"senderState\": {\n                \"exists\": true,\n                \"installationType\": \"DEFAULT\",\n                \"klasterInstalled\": true\n            }\n        }\n    ]\n}"}],"_postman_id":"029c4546-8a2c-40d6-b046-a8f5b33ff37e"},{"name":"Get Quote [sigType = 0x02]","id":"bb4db477-4bb0-44d9-a19f-2bbc64442e18","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"walletProvider\": \"BICO_V2_EOA\",\n    \"factoryData\": \"0x0000000000000000000000000382fe477878c8c3807ab427d0db282effa01cd60000000000000000000000000000000000000000000000000000000000000000\",\n    \"userOps\": [\n        {\n            \"callData\": \"0xb61d27f60000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000000\",\n            \"callGasLimit\": \"100000\",\n            \"chainId\": \"10\"\n        }\n    ],\n    \"paymentInfo\": {\n        \"token\": \"0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85\",\n        \"chainId\": \"10\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://klaster-node-staging.polycode.sh/v2/quote-permit","description":"<p>Fetches a quote that can be signed by providing the signed ERC20Permit message as the transaction signature.</p>\n<p>NOTE: This only works for specific erc20 tokens - the ones that comply to the ERC20Permit standard, such as the official USDC deployment.</p>\n","urlObject":{"protocol":"https","path":["v2","quote-permit"],"host":["klaster-node-staging","polycode","sh"],"query":[],"variable":[]}},"response":[{"id":"13a1fbdc-8430-4c79-98bc-8b5b0f0c4a68","name":"Successful Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"walletProvider\": \"BICO_V2_EOA\",\n    \"factoryData\": \"0x0000000000000000000000000382fe477878c8c3807ab427d0db282effa01cd60000000000000000000000000000000000000000000000000000000000000000\",\n    \"userOps\": [\n        {\n            \"callData\": \"0xb61d27f60000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000000\",\n            \"callGasLimit\": \"100000\",\n            \"chainId\": \"10\"\n        }\n    ],\n    \"paymentInfo\": {\n        \"token\": \"0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85\",\n        \"chainId\": \"10\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://klaster-node-staging.polycode.sh/v2/quote-permit"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"walletProvider\": \"BICO_V2_EOA\",\n    \"itxHash\": \"0x624afa3bf212a9f2b68f772eb3325631d48d9294b30c1e89eca970aa21550458\",\n    \"node\": \"0x4b19129EA58431A06D01054f69AcAe5de50633b6\",\n    \"commitment\": \"0x9117a7f3844369431e2f3588b3babd3a73b2d749c1134a0fd7a0df52c6315bf962b3571943775a281bff1ff6fcec3ec10cf998bc0fecb780cf0851257123d0bd1b\",\n    \"paymentInfo\": {\n        \"token\": \"0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85\",\n        \"chainId\": \"10\",\n        \"tokenAmount\": \"0.011646\",\n        \"tokenWeiAmount\": \"11646\",\n        \"tokenValue\": \"0.011646\"\n    },\n    \"userOps\": [\n        {\n            \"userOp\": {\n                \"sender\": \"0x580E92F6fCfBBDC1EA0CE36b281660A30c270137\",\n                \"nonce\": \"33967763328901163898864907782741959891368773333253526359396307533146888339456\",\n                \"initCode\": \"0x000000a56Aaca3e9a4C479ea6b6CD0DbcB6634F5df20ffbc00000000000000000000000004b02315f5d176538b8a48906c8ac5a73e0e97dd0000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000242ede3bc00000000000000000000000000382fe477878c8c3807ab427d0db282effa01cd600000000000000000000000000000000000000000000000000000000\",\n                \"callData\": \"0xb61d27f60000000000000000000000000b2c639c533813f4aa9d7837caf62653d097ff8500000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000006423b872dd0000000000000000000000000382fe477878c8c3807ab427d0db282effa01cd60000000000000000000000004b19129ea58431a06d01054f69acae5de50633b60000000000000000000000000000000000000000000000000000000000002d7e00000000000000000000000000000000000000000000000000000000\",\n                \"callGasLimit\": \"120000\",\n                \"verificationGasLimit\": \"400000\",\n                \"maxFeePerGas\": \"7895312\",\n                \"maxPriorityFeePerGas\": \"3947656\",\n                \"paymasterAndData\": \"0xC31ad82a88609Ee88e87d382509060F3490a8eb200000000000000000000000000000000000000000000000000000000000646e5000000000000000000000000000000000000000000000000000000000000000a\",\n                \"preVerificationGas\": \"47740\"\n            },\n            \"userOpHash\": \"0xd66141a3cbd6268d0e46c0b0bee8c26c8a4fcde95dff5759884f4e331f3967c8\",\n            \"klasterUserOpHash\": \"0x5c385e38fb879018c0d258ffe59177ae71040d968737860ab533d62602ea709c\",\n            \"lowerBoundTimestamp\": \"0\",\n            \"upperBoundTimestamp\": \"1728148611\",\n            \"maxGasLimit\": \"417723\",\n            \"maxFeePerGas\": \"7895312\",\n            \"chainId\": \"10\",\n            \"activationData\": \"\",\n            \"senderState\": {\n                \"exists\": false,\n                \"installationType\": \"NOT_INSTALLED\",\n                \"klasterInstalled\": false\n            }\n        },\n        {\n            \"userOp\": {\n                \"sender\": \"0x580E92F6fCfBBDC1EA0CE36b281660A30c270137\",\n                \"nonce\": \"33967763328901163898864907782741959891368773333238348168356278034893998391296\",\n                \"initCode\": \"0x\",\n                \"callData\": \"0xb61d27f60000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000000\",\n                \"callGasLimit\": \"100000\",\n                \"verificationGasLimit\": \"200000\",\n                \"maxFeePerGas\": \"7898856\",\n                \"maxPriorityFeePerGas\": \"3949428\",\n                \"paymasterAndData\": \"0xC31ad82a88609Ee88e87d382509060F3490a8eb2000000000000000000000000000000000000000000000000000000000005f2f1000000000000000000000000000000000000000000000000000000000000000a\",\n                \"preVerificationGas\": \"46408\"\n            },\n            \"userOpHash\": \"0xcf1d82079c83b1489092a10a5c4c5c0e872475c89ddb58a6a9c793dd25d6ba48\",\n            \"klasterUserOpHash\": \"0x531cf587fa176876f38574207e4f1568c1d220679f24df79769e335143ade8e2\",\n            \"lowerBoundTimestamp\": \"1728148311\",\n            \"upperBoundTimestamp\": \"1728148611\",\n            \"maxGasLimit\": \"194719\",\n            \"maxFeePerGas\": \"7898856\",\n            \"chainId\": \"10\",\n            \"activationData\": \"\",\n            \"senderState\": {\n                \"exists\": true,\n                \"installationType\": \"DEFAULT\",\n                \"klasterInstalled\": true\n            }\n        }\n    ]\n}"}],"_postman_id":"bb4db477-4bb0-44d9-a19f-2bbc64442e18"},{"name":"Execute Quote [sigType = 0x00]","id":"60408054-7b88-4a79-8504-d24b75d64511","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"walletProvider\": \"BICO_V2\",\n    \"itxHash\": \"0xd7e51292f0da2b7a5a7c02dfd8403bc8e7fc22c2121eec492428624cfd267341\",\n    \"signature\": \"0x0008564ef53d0a7d447fc74e882795794d3fd8671b3c457ba07502fc3355f8f78a6f1a3135564a88312700164ae3d356d6e035e4b7e2fbc933c13dcf74ef5107e61c\",\n    \"node\": \"0x1C0Bd46c119a1655598989e96259e86EA8065223\",\n    \"commitment\": \"0xbcfb4012459c10227e9c768d6b8303c3e7d48a37c552f90ae71ea2df36f399fb38c6979e41d1b9a3d7c8362e84d35086dbfc21680b88dbc51b25a4a1f6f8f9e91b\",\n    \"paymentInfo\": {\n        \"token\": \"0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85\",\n        \"chainId\": \"10\",\n        \"tokenAmount\": \"0.004790\",\n        \"tokenWeiAmount\": \"4790\",\n        \"tokenValue\": \"0.004790\"\n    },\n    \"userOps\": [\n        {\n            \"userOp\": {\n                \"sender\": \"0x539d0904F89789d61539e7dabbe4ae6465d693b3\",\n                \"nonce\": \"12685661161797477526078933804393825770748178951437445049903956089665887404032\",\n                \"initCode\": \"0x\",\n                \"callData\": \"0xb61d27f60000000000000000000000000b2c639c533813f4aa9d7837caf62653d097ff85000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000044a9059cbb0000000000000000000000001c0bd46c119a1655598989e96259e86ea806522300000000000000000000000000000000000000000000000000000000000012b600000000000000000000000000000000000000000000000000000000\",\n                \"callGasLimit\": \"85000\",\n                \"verificationGasLimit\": \"100000\",\n                \"maxFeePerGas\": \"4369494\",\n                \"maxPriorityFeePerGas\": \"2184747\",\n                \"paymasterAndData\": \"0xC31ad82a88609Ee88e87d382509060F3490a8eb2000000000000000000000000000000000000000000000000000000000002f5b7000000000000000000000000000000000000000000000000000000000000000a\",\n                \"preVerificationGas\": \"45616\"\n            },\n            \"userOpHash\": \"0xc7683ad25ff09b5cd43f25fbf614898633a1505950ed77cb88f0f65d493e3b7a\",\n            \"klasterUserOpHash\": \"0x94a8e9e16fe6e0d9911f3d6f7fdcf1108d8b6295f28b1a4ec4254fbf8cf22dc3\",\n            \"lowerBoundTimestamp\": \"0\",\n            \"upperBoundTimestamp\": \"1727439470\",\n            \"maxGasLimit\": \"199329\",\n            \"maxFeePerGas\": \"4369494\",\n            \"chainId\": \"10\"\n        },\n        {\n            \"userOp\": {\n                \"sender\": \"0x539d0904F89789d61539e7dabbe4ae6465d693b3\",\n                \"nonce\": \"12685661161797477526078933804393825770748178951443977559762116046846517313536\",\n                \"initCode\": \"0x\",\n                \"callData\": \"0xb61d27f60000000000000000000000000b2c639c533813f4aa9d7837caf62653d097ff85000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000044a9059cbb00000000000000000000000088677ae391017a89cca0e661589c37c2bebf502f000000000000000000000000000000000000000000000000000000000098968000000000000000000000000000000000000000000000000000000000\",\n                \"callGasLimit\": \"100000\",\n                \"verificationGasLimit\": \"100000\",\n                \"maxFeePerGas\": \"4369494\",\n                \"maxPriorityFeePerGas\": \"2184747\",\n                \"paymasterAndData\": \"0xC31ad82a88609Ee88e87d382509060F3490a8eb20000000000000000000000000000000000000000000000000000000000033067000000000000000000000000000000000000000000000000000000000000000a\",\n                \"preVerificationGas\": \"45640\"\n            },\n            \"userOpHash\": \"0x8aaf24db9d03f5ddb2919f17a867502ae47fc65bd0781e16abd7545c7aec267c\",\n            \"klasterUserOpHash\": \"0x9c9d212e4888ab853c82d38ef7b141eb802b97d7601b356d62bab5bbc3dcae98\",\n            \"lowerBoundTimestamp\": \"1727439170\",\n            \"upperBoundTimestamp\": \"1727439470\",\n            \"maxGasLimit\": \"214715\",\n            \"maxFeePerGas\": \"4369494\",\n            \"chainId\": \"10\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://klaster-node-staging.polycode.sh/v2/execute-generic","description":"<p>To execute a quote using just the user's off-chain signature (eth_personalSign), provide the signature in the following format:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-javascript\">import { concat } from 'viem'\n// userSig is the signed itx hash\nconst signature = concat([\"0x00\", userSig])\n\n</code></pre>\n","urlObject":{"protocol":"https","path":["v2","execute-generic"],"host":["klaster-node-staging","polycode","sh"],"query":[],"variable":[]}},"response":[{"id":"aa0acd89-b094-478b-bf13-3e67dddc5ccb","name":"Successful Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"walletProvider\": \"SAFE_V141\",\n    \"itxHash\": \"0x04fa900f246af6d4d56a017a24ee842e0644cf676b2c70c9a870b5656fcc78f6\",\n    \"signature\": \"0x0036a1583324996fbabbaed350b8a0e4ee0aebbaa6fab6f7fecde62addd60bf1ff2eca14ed5fa4c79e48c6bac5ec8f86f6913e70133ece5ca5efe908820f7b940e1c\",\n    \"node\": \"0x1C0Bd46c119a1655598989e96259e86EA8065223\",\n    \"commitment\": \"0x429565966d79291a1d9017f4b6e4fb09cc2c6f65cdb6dd7abf058db1a50400863fda670131086e3f7e93c6873ea0aa67df39f4ec262d07564c37cef3665281b41c\",\n    \"paymentInfo\": {\n        \"token\": \"0x0000000000000000000000000000000000000000\",\n        \"chainId\": \"11155111\",\n        \"tokenAmount\": \"0.004305\",\n        \"tokenWeiAmount\": \"4304825654938912\",\n        \"tokenValue\": \"11.195317\"\n    },\n    \"userOps\": [\n        {\n            \"userOp\": {\n                \"sender\": \"0xC2a1463dE42ee19A71BE2232dfaacd6D8A441F31\",\n                \"nonce\": \"29703622991594709497394421067225213031537030733670382846478470861134703362048\",\n                \"initCode\": \"0x4e1dcf7ad4e460cfd30791ccc4f9c8a4f820ec671688f0b900000000000000000000000075796e975bd270d487be50b4e9797780360400ff0000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000844fff40e103a9f5d5fceb92f45902a0d241075e7f21e0901ccd80630397d4111425f905c100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\n                \"callData\": \"0xd9ed0e8f000000000000000000000000000000000000000000000000000000000000002000000000000000000000000041675c099f32341bf84bfc5382af534df5c7461a0000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000100000000000000000000000075796e975bd270d487be50b4e9797780360400ff00000000000000000000000000000000000000000000000000000000000001400000000000000000000000007579f9feedf32331c645828139aff78d517d000100000000000000000000000000000000000000000000000000000000000002e0000000000000000000000000000000000000000000000000000000000000038000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000382fe477878c8c3807ab427d0db282effa01cd6000000000000000000000000000000000000000000000000000000000000016415cca6380000000000000000000000007579f9feedf32331c645828139aff78d517d000100000000000000000000000000000000000000000000000000000000000000c000000000000000000000000000000000000000000000000000000000000000e000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000120000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000382fe477878c8c3807ab427d0db282effa01cd6000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000002000000000000000000000000041aba7a2fb3226d7319d36a0e4ea05e6a5c234b50000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a4e9ae5c530000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000341c0bd46c119a1655598989e96259e86ea8065223000000000000000000000000000000000000000000000000000f4b3753fb8d2000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\n                \"callGasLimit\": \"600000\",\n                \"verificationGasLimit\": \"600000\",\n                \"maxFeePerGas\": \"5078321752\",\n                \"maxPriorityFeePerGas\": \"1500000000\",\n                \"paymasterAndData\": \"0xab9b52a97fb334efdb8fd081763952653040806f000000000000000000000000000186a0000000000000000000000000000186a0000000000000000000000000000000000000000000000000000000000009fc04000000000000000000000000000000000000000000000000000000000000000a\",\n                \"preVerificationGas\": \"54340\"\n            },\n            \"userOpHash\": \"0x342c2b620d94d7eea7d4b7e09c7fcf05d334b00072afbe0eb4922abfb0c3689f\",\n            \"klasterUserOpHash\": \"0xae0d3bde8325dcd9532f4a07ab2d70a8f86418c4e80bda1037836c46f6627c69\",\n            \"lowerBoundTimestamp\": \"1723886349\",\n            \"upperBoundTimestamp\": \"1723886469\",\n            \"chainId\": \"11155111\",\n            \"maxGasLimit\": \"654340\",\n            \"maxFeePerGas\": \"5078321752\"\n        },\n        {\n            \"userOp\": {\n                \"sender\": \"0xC2a1463dE42ee19A71BE2232dfaacd6D8A441F31\",\n                \"nonce\": \"29703622991594709497394421067225213031537030733670382846478470861134703362048\",\n                \"initCode\": \"0x4e1dcf7ad4e460cfd30791ccc4f9c8a4f820ec671688f0b900000000000000000000000075796e975bd270d487be50b4e9797780360400ff0000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000844fff40e103a9f5d5fceb92f45902a0d241075e7f21e0901ccd80630397d4111425f905c100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\n                \"callData\": \"0xd9ed0e8f000000000000000000000000000000000000000000000000000000000000002000000000000000000000000041675c099f32341bf84bfc5382af534df5c7461a0000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000100000000000000000000000075796e975bd270d487be50b4e9797780360400ff00000000000000000000000000000000000000000000000000000000000001400000000000000000000000007579f9feedf32331c645828139aff78d517d000100000000000000000000000000000000000000000000000000000000000002e0000000000000000000000000000000000000000000000000000000000000038000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000382fe477878c8c3807ab427d0db282effa01cd6000000000000000000000000000000000000000000000000000000000000016415cca6380000000000000000000000007579f9feedf32331c645828139aff78d517d000100000000000000000000000000000000000000000000000000000000000000c000000000000000000000000000000000000000000000000000000000000000e000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000120000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000382fe477878c8c3807ab427d0db282effa01cd6000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000002000000000000000000000000041aba7a2fb3226d7319d36a0e4ea05e6a5c234b50000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000e4e9ae5c53000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000078e4ab69c077896252fafbd49efd26b5d171a324100000000000000000000000000000000000000000000000000000000000000000a9059cbb000000000000000000000000c06fcee3870a8115f5d3284121fff1e049a39ca40000000000000000000000000000000000000000000000000de0b6b3a7640000000000000000000000000000000000000000000000000000000000000000000000000000\",\n                \"callGasLimit\": \"600000\",\n                \"verificationGasLimit\": \"600000\",\n                \"maxFeePerGas\": \"1500001800\",\n                \"maxPriorityFeePerGas\": \"1500000000\",\n                \"paymasterAndData\": \"0xab9b52a97fb334efdb8fd081763952653040806f000000000000000000000000000186a0000000000000000000000000000186a0000000000000000000000000000000000000000000000000000000000009fe14000000000000000000000000000000000000000000000000000000000000000a\",\n                \"preVerificationGas\": \"54868\"\n            },\n            \"userOpHash\": \"0x58210daf0ad3161711ec063ef9a97691a10d1a04cfe31919e225084e6bbcb5dd\",\n            \"klasterUserOpHash\": \"0xe8ea963fc7c0d40ddfaf98d3bd2672e734204470f4500f486ef0e37cd20baff6\",\n            \"lowerBoundTimestamp\": \"1723886348\",\n            \"upperBoundTimestamp\": \"1723886468\",\n            \"chainId\": \"84532\",\n            \"maxGasLimit\": \"654868\",\n            \"maxFeePerGas\": \"1500001800\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://klaster-node.polycode.sh/v2/execute-generic"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"itxHash\": \"0x04fa900f246af6d4d56a017a24ee842e0644cf676b2c70c9a870b5656fcc78f6\"\n}"}],"_postman_id":"60408054-7b88-4a79-8504-d24b75d64511"},{"name":"Execute Quote [sigType = 0x01]","id":"676b2ce3-cbf9-4547-a9e2-72e05088f605","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"walletProvider\": \"BICO_V2\",\n    \"itxHash\": \"0xcb135c2306f593982dbeb3b9fb8c3df34f6bd65559bb1374bb6c1ccef71c7686\",\n    \"signature\": \"0x49dc0c8e2c0e8a1f47e583b556ee74d07b5ba5814420d38e9ea7937a4b2894a3099b88f1a2e877c4e91bdc2dc75db38e36e36d9df84a655ce7c755d51db9d8941b\",\n    \"node\": \"0x1C0Bd46c119a1655598989e96259e86EA8065223\",\n    \"commitment\": \"0x9ca618693cded7baf71bca5b8e14aeba6a1f86dcd11c72f5ced1cc61eddcda031b63262ee54f5902a35707e5607c0413c61362c8d20a9ddb30b5c1690dd282421c\",\n    \"paymentInfo\": {\n        \"token\": \"0x1c7D4B196Cb0C7B01d743Fbc6116a902379C7238\",\n        \"chainId\": \"11155111\",\n        \"tokenAmount\": \"5.845928\",\n        \"tokenWeiAmount\": \"5845928\",\n        \"tokenValue\": \"5.845102\"\n    },\n    \"userOps\": [\n        {\n            \"userOp\": {\n                \"sender\": \"0x539d0904F89789d61539e7dabbe4ae6465d693b3\",\n                \"nonce\": \"12685661161797477526078933804393825770748178951385777245336124019516809150464\",\n                \"initCode\": \"0x\",\n                \"callData\": \"0xb61d27f60000000000000000000000001c7d4b196cb0c7b01d743fbc6116a902379c7238000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000044a9059cbb0000000000000000000000001c0bd46c119a1655598989e96259e86ea806522300000000000000000000000000000000000000000000000000000000005933a800000000000000000000000000000000000000000000000000000000\",\n                \"callGasLimit\": \"85000\",\n                \"verificationGasLimit\": \"100000\",\n                \"maxFeePerGas\": \"5316776222\",\n                \"maxPriorityFeePerGas\": \"1500000000\",\n                \"paymasterAndData\": \"0xC31ad82a88609Ee88e87d382509060F3490a8eb2000000000000000000000000000000000000000000000000000000000002f5e7000000000000000000000000000000000000000000000000000000000000000a\",\n                \"preVerificationGas\": \"45664\"\n            },\n            \"userOpHash\": \"0xeee97aad9dec221e940669e7c223ddbe2e8f1795c8b8e3d7dfedf3566577bece\",\n            \"klasterUserOpHash\": \"0xbaec6a8ce4ebc1410cc439e48f3ec2e3aaa7cd08f27989e64026a7ccee31f18c\",\n            \"lowerBoundTimestamp\": \"0\",\n            \"upperBoundTimestamp\": \"1729492739\",\n            \"maxGasLimit\": \"194023\",\n            \"maxFeePerGas\": \"5316776222\",\n            \"chainId\": \"11155111\"\n        },\n        {\n            \"userOp\": {\n                \"sender\": \"0x539d0904F89789d61539e7dabbe4ae6465d693b3\",\n                \"nonce\": \"12685661161797477526078933804393825770748178951397775823396687651324228009984\",\n                \"initCode\": \"0x\",\n                \"callData\": \"0xb61d27f60000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000000\",\n                \"callGasLimit\": \"100000\",\n                \"verificationGasLimit\": \"100000\",\n                \"maxFeePerGas\": \"5316776222\",\n                \"maxPriorityFeePerGas\": \"1500000000\",\n                \"paymasterAndData\": \"0xC31ad82a88609Ee88e87d382509060F3490a8eb20000000000000000000000000000000000000000000000000000000000032c3c000000000000000000000000000000000000000000000000000000000000000a\",\n                \"preVerificationGas\": \"44692\"\n            },\n            \"userOpHash\": \"0xea7b1687baf1c824f719e9d692603aee65baa46b7eb09d13d2deb746a4b1d989\",\n            \"klasterUserOpHash\": \"0x9d16da301cbe9bfbe42c1a893a3742fbb35f76a15542526c16e08710dfafbe88\",\n            \"lowerBoundTimestamp\": \"1729492438\",\n            \"upperBoundTimestamp\": \"1729492738\",\n            \"maxGasLimit\": \"207932\",\n            \"maxFeePerGas\": \"5316776222\",\n            \"chainId\": \"11155111\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://klaster-node.polycode.sh/v2/execute-generic","description":"<p>To execute a quote using an on-chain transaction which contains the appended itx hash in the calldata, provide the signature in the following format:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-javascript\">import { encodeAbiParameters } from \"viem\";\nconst txHash = \"0x123...\" // hash of the user's onchain tx\nconst chainId = 10n; // chain id\nconst encodedParams = encodeAbiParameters(\n  [\n    { name: \"txHash\", type: \"bytes32\" },\n    { name: \"chainId\", type: \"uint256\" }\n  ],\n  [ txHash, chainId ]\n);\nconst signature = concat([\"0x01\", encodedParams])\n\n</code></pre>\n","urlObject":{"protocol":"https","path":["v2","execute-generic"],"host":["klaster-node","polycode","sh"],"query":[],"variable":[]}},"response":[{"id":"d093f9c2-d2e5-433c-b501-d6c32b02363c","name":"Successful Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"itxHash\": \"0x4aa95267e0f658b9a0629da43c8b35f3e09417db96d9cbfa39b2def984c94152\",\n    \"signature\": \"0x01ee2463149da84994fcf2541a2de54aadb077ad969fd21d105d152c160cda8d06000000000000000000000000000000000000000000000000000000000000000a\",\n    \"walletProvider\": \"BICO_V2_EOA\",\n    \"factoryData\": \"0x0000000000000000000000000382fe477878c8c3807ab427d0db282effa01cd60000000000000000000000000000000000000000000000000000000000000000\",\n    \"node\": \"0x4b19129EA58431A06D01054f69AcAe5de50633b6\",\n    \"commitment\": \"0xc8906a20b8b515aeec1c36b2d51cc20fea0531dc0cf79f6005d5ed3e4786587a036583e2153f6d18dbe57f3680a8564b43e5b4952e2ea5a998adb6cc8e8225521c\",\n    \"paymentInfo\": {\n        \"token\": \"0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85\",\n        \"chainId\": \"10\",\n        \"tokenAmount\": \"0.000917\",\n        \"tokenWeiAmount\": \"917\",\n        \"tokenValue\": \"0.000917\"\n    },\n    \"userOps\": [\n        {\n            \"userOp\": {\n                \"sender\": \"0x580E92F6fCfBBDC1EA0CE36b281660A30c270137\",\n                \"nonce\": \"33967763328901163898864907782741959891368773333191751790686065018541153714176\",\n                \"initCode\": \"0x\",\n                \"callData\": \"0xb61d27f60000000000000000000000000b2c639c533813f4aa9d7837caf62653d097ff85000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000044a9059cbb0000000000000000000000004b19129ea58431a06d01054f69acae5de50633b6000000000000000000000000000000000000000000000000000000000000039500000000000000000000000000000000000000000000000000000000\",\n                \"callGasLimit\": \"120000\",\n                \"verificationGasLimit\": \"200000\",\n                \"maxFeePerGas\": \"814106\",\n                \"maxPriorityFeePerGas\": \"407053\",\n                \"paymasterAndData\": \"0xC31ad82a88609Ee88e87d382509060F3490a8eb2000000000000000000000000000000000000000000000000000000000003862b000000000000000000000000000000000000000000000000000000000000000a\",\n                \"preVerificationGas\": \"45628\"\n            },\n            \"userOpHash\": \"0x5692d4ecb33aae179fcc1feaef3ee8947f0f8817ddad9d973b88f993d77a130c\",\n            \"klasterUserOpHash\": \"0x5dfd6e421ac701422e6f40d0a24abbd25a868aee9aaf709b59b8b5c3a2370c4c\",\n            \"lowerBoundTimestamp\": \"0\",\n            \"upperBoundTimestamp\": \"1728280557\",\n            \"maxGasLimit\": \"236430\",\n            \"maxFeePerGas\": \"814106\",\n            \"chainId\": \"10\",\n            \"activationData\": \"\",\n            \"senderState\": {\n                \"exists\": true,\n                \"installationType\": \"DEFAULT\",\n                \"klasterInstalled\": true\n            }\n        },\n        {\n            \"userOp\": {\n                \"sender\": \"0x580E92F6fCfBBDC1EA0CE36b281660A30c270137\",\n                \"nonce\": \"33967763328901163898864907782741959891368773333259781398937920949659814068224\",\n                \"initCode\": \"0x\",\n                \"callData\": \"0xb61d27f60000000000000000000000000b2c639c533813f4aa9d7837caf62653d097ff85000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000044a9059cbb00000000000000000000000088677ae391017a89cca0e661589c37c2bebf502f000000000000000000000000000000000000000000000000000000000098968000000000000000000000000000000000000000000000000000000000\",\n                \"callGasLimit\": \"100000\",\n                \"verificationGasLimit\": \"200000\",\n                \"maxFeePerGas\": \"814106\",\n                \"maxPriorityFeePerGas\": \"407053\",\n                \"paymasterAndData\": \"0xC31ad82a88609Ee88e87d382509060F3490a8eb20000000000000000000000000000000000000000000000000000000000033817000000000000000000000000000000000000000000000000000000000000000a\",\n                \"preVerificationGas\": \"45640\"\n            },\n            \"userOpHash\": \"0x5f8515c09d8f69b5ab6ecb89cb46ada35633399c253c7b13127a9f433c11d024\",\n            \"klasterUserOpHash\": \"0x5ede5d03ca22b3e50e454fed74eae1ff4ee514d27672e164a43779e2a4c33b20\",\n            \"lowerBoundTimestamp\": \"1728280257\",\n            \"upperBoundTimestamp\": \"1728280557\",\n            \"maxGasLimit\": \"216763\",\n            \"maxFeePerGas\": \"814106\",\n            \"chainId\": \"10\",\n            \"activationData\": \"\",\n            \"senderState\": {\n                \"exists\": true,\n                \"installationType\": \"DEFAULT\",\n                \"klasterInstalled\": true\n            }\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://klaster-node.polycode.sh/v2/execute-generic"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"itxHash\": \"0x4aa95267e0f658b9a0629da43c8b35f3e09417db96d9cbfa39b2def984c94152\"\n}"}],"_postman_id":"676b2ce3-cbf9-4547-a9e2-72e05088f605"},{"name":"Execute  Quote [sigType = 0x02]","id":"3a46bccb-bef5-41e8-8e16-83e22665c29c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"walletProvider\": \"BICO_V2_EOA\",\n    \"itxHash\": \"0x9ad252213136bcd1d09050414aa69f0152dd76b426b76274c5cd3d2ea12e74bf\",\n    \"signature\": \"0x020000000000000000000000000b2c639c533813f4aa9d7837caf62653d097ff8500000000000000000000000000000000000000000000000000000000000f4240000000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001bd37c763690076a5b4c81dcfebff794b720214b1d3c7633774ebbfc46432af62b2d8036c87876659025d05d0021e1ed7c105959c3350e66ee789a7abffdbdb9b6\",\n    \"node\": \"0x4b19129EA58431A06D01054f69AcAe5de50633b6\",\n    \"commitment\": \"0xc05255aefea9e3f855c9f981fd2f7292291b17797c044473b61d820c1eff98ac43623b36e24db1376e5ce0a0cc523cdf8a670123d416337fd78e5f4a603cdff11b\",\n    \"paymentInfo\": {\n        \"token\": \"0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85\",\n        \"chainId\": \"10\",\n        \"tokenAmount\": \"0.000851\",\n        \"tokenWeiAmount\": \"851\",\n        \"tokenValue\": \"0.000851\"\n    },\n    \"userOps\": [\n        {\n            \"userOp\": {\n                \"sender\": \"0x580E92F6fCfBBDC1EA0CE36b281660A30c270137\",\n                \"nonce\": \"33967763328901163898864907782741959891368773333255931370921069868930964652032\",\n                \"initCode\": \"0x\",\n                \"callData\": \"0xb61d27f60000000000000000000000000b2c639c533813f4aa9d7837caf62653d097ff8500000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000006423b872dd0000000000000000000000000382fe477878c8c3807ab427d0db282effa01cd60000000000000000000000004b19129ea58431a06d01054f69acae5de50633b6000000000000000000000000000000000000000000000000000000000000035300000000000000000000000000000000000000000000000000000000\",\n                \"callGasLimit\": \"120000\",\n                \"verificationGasLimit\": \"200000\",\n                \"maxFeePerGas\": \"754306\",\n                \"maxPriorityFeePerGas\": \"377153\",\n                \"paymasterAndData\": \"0xC31ad82a88609Ee88e87d382509060F3490a8eb200000000000000000000000000000000000000000000000000000000000387d2000000000000000000000000000000000000000000000000000000000000000a\",\n                \"preVerificationGas\": \"46012\"\n            },\n            \"userOpHash\": \"0x1912e24d14f981b8684bad26b04bd412004853b0f5e86c4d71ef72685ba2bc4c\",\n            \"klasterUserOpHash\": \"0x079fcc5edbc3f206f0b1fb938c6ec7ea5645b516744efdf7f039e3f5b41c4030\",\n            \"lowerBoundTimestamp\": \"0\",\n            \"upperBoundTimestamp\": \"1728282249\",\n            \"maxGasLimit\": \"237228\",\n            \"maxFeePerGas\": \"754306\",\n            \"chainId\": \"10\",\n            \"activationData\": \"\",\n            \"senderState\": {\n                \"exists\": true,\n                \"installationType\": \"DEFAULT\",\n                \"klasterInstalled\": true\n            }\n        },\n        {\n            \"userOp\": {\n                \"sender\": \"0x580E92F6fCfBBDC1EA0CE36b281660A30c270137\",\n                \"nonce\": \"33967763328901163898864907782741959891368773333221912439585186455854539341824\",\n                \"initCode\": \"0x\",\n                \"callData\": \"0xb61d27f60000000000000000000000000b2c639c533813f4aa9d7837caf62653d097ff85000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000044a9059cbb00000000000000000000000088677ae391017a89cca0e661589c37c2bebf502f000000000000000000000000000000000000000000000000000000000098968000000000000000000000000000000000000000000000000000000000\",\n                \"callGasLimit\": \"100000\",\n                \"verificationGasLimit\": \"200000\",\n                \"maxFeePerGas\": \"754306\",\n                \"maxPriorityFeePerGas\": \"377153\",\n                \"paymasterAndData\": \"0xC31ad82a88609Ee88e87d382509060F3490a8eb20000000000000000000000000000000000000000000000000000000000033817000000000000000000000000000000000000000000000000000000000000000a\",\n                \"preVerificationGas\": \"45640\"\n            },\n            \"userOpHash\": \"0x9921c65b3f698eff8a34d410e999061764636975681eb3303ab39462ca0a9bf2\",\n            \"klasterUserOpHash\": \"0x83767e31ee1dc5bc4ceb9f977fa640a5bababc1bdc86af64e43aa394ee1f9332\",\n            \"lowerBoundTimestamp\": \"1728281949\",\n            \"upperBoundTimestamp\": \"1728282249\",\n            \"maxGasLimit\": \"216736\",\n            \"maxFeePerGas\": \"754306\",\n            \"chainId\": \"10\",\n            \"activationData\": \"\",\n            \"senderState\": {\n                \"exists\": true,\n                \"installationType\": \"DEFAULT\",\n                \"klasterInstalled\": true\n            }\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://klaster-node.polycode.sh/v2/execute-generic","description":"<p>To execute a quote using an ERC20Permit off-chain signature which contains the appended itx hash, provide the signature in the following format:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-javascript\">import { encodeAbiParameters, getAddress, getContract, parseSignature } from \"viem\";\nconst quote; // build itx &amp; fetch quote from klaster\nconst walletClient; // build viem walletClient for user's EOA\n// ERC20Permit Token (available at user's EOA balance)\nconst token = getContract({\n abi: erc20PermitAbi, // https://github.com/vacekj/wagmi-permit/blob/main/src/abi.ts\n address: getAddress(quote.paymentInfo.token),\n client: client // rpc pointing to the chain where ERC20Permit token is deployed\n});\n// Domain\nconst chainId; // set to chain id where the ERC20Permit token is deployed\nconst domainName = (await token.read.name()) as string; // read domain name from the token contract\nconst domainVersion = (await token.read.version()) as string; // read domain version from the token contract\nconst domainSeparator = \"0x...\"; // read DOMAIN_SEPARATOR from token contract\nconst permitTypehash = \"0x...\"; // read PERMIT_TYPEHASH from token contract\n// Permit type parameters\nconst types = {\n  Permit: [{\n      name: \"owner\",\n      type: \"address\"\n    },\n    {\n      name: \"spender\",\n      type: \"address\"\n    },\n    {\n      name: \"value\",\n      type: \"uint256\"\n    },\n    {\n      name: \"nonce\",\n      type: \"uint256\"\n    },\n    {\n      name: \"deadline\",\n      type: \"uint256\"\n    },\n  ],\n};\n// Fetch nonce and define approval amount\nconst eoaAddress = walletClient.account.address; // user's EOA wallet address\nconst nonce = (await tokenPermitInterface.read.nonces([eoaAddress])) as bigint; // get nonce for an EOA\nconst approvalAmount = 1000000n; // set the ERC20Permit approval amount\nconst spender = quote.userOps[0].userOp.sender; // set the spender to be the user's SCA address\n// set the Permit type values\nconst message = {\n  owner: eoaAddress,\n  spender: spender,\n  value: approvalAmount, \n  nonce: nonce,\n  deadline: quote.itxHash, // IMPORTANT: this validates the itx\n};\n// Sign typed data\nconst signedTypedData = await walletClient.signTypedData({  // has to be signed with the correct EOA address\n  domain,\n  types,\n  primaryType: \"Permit\",\n  message,\n});\nconst parsedSignature = parseSignature(signedTypedData); // decode signature to (r,s,v)\n// Encodes the signature to be used with \"0x02\" klaster sig type\nconst encodedSignature = encodeAbiParameters([\n  { name: \"token\", type: \"address\"},\n  { name: \"domainSeparator\", type: \"bytes32\"},\n  { name: \"permitTypehash\", type: \"bytes32\"},\n  { name: \"amount\", type: \"uint256\"},\n  { name: \"chainId\", type: \"uint256\"},\n  { name: \"nonce\", type: \"uint256\"},\n  { name: \"v\", type: \"uint256\"},\n  { name: \"r\", type: \"bytes32\"},\n  { name: \"s\", type: \"bytes32\"},\n], [\n  token.address,\n  domainSeparator,\n  permitTypehash,\n  approvalAmount,\n  chainId,\n  nonce,\n  parsedSignature.v!,\n  parsedSignature.r,\n  parsedSignature.s\n]);\nconst signature = concat([\"0x02\", encodedSignature]); // final value sent to the klaster node\n\n</code></pre>\n<p>Important notes when building an ERC20Permit quote:</p>\n<ul>\n<li><p>notice the permit quote is fetched using a separate API endpoint (\"/quote-permit\")</p>\n</li>\n<li><p>gas payment token must support ERC20Permit standard</p>\n</li>\n<li><p>approval amount set in the ERC20Permit signature must be enough to cover for the full quote fee plus any other transfer made from the user's EOA to the SCA</p>\n</li>\n<li><p>when building iTx steps - the developer can use EOA funds by calling \"transferFrom\" function and moving funds from the EOA to the SCA before using funds for other operations</p>\n</li>\n<li><p>the amount of funds \"pullable\" by the SCA/developer is equal to the provided amount when signing an ERC20Permit message</p>\n</li>\n<li><p>not all tokens have the standardized Permit interface functions: version() &amp; name() , for those it's best to provide these values manually and not read them from the contract state since this info is a static data that never changes</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["v2","execute-generic"],"host":["klaster-node","polycode","sh"],"query":[],"variable":[]}},"response":[{"id":"06956b03-9ef3-445c-9da5-8e6674f7f2bf","name":"Successful Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"walletProvider\": \"BICO_V2_EOA\",\n    \"itxHash\": \"0x9ad252213136bcd1d09050414aa69f0152dd76b426b76274c5cd3d2ea12e74bf\",\n    \"signature\": \"0x020000000000000000000000000b2c639c533813f4aa9d7837caf62653d097ff8500000000000000000000000000000000000000000000000000000000000f4240000000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001bd37c763690076a5b4c81dcfebff794b720214b1d3c7633774ebbfc46432af62b2d8036c87876659025d05d0021e1ed7c105959c3350e66ee789a7abffdbdb9b6\",\n    \"node\": \"0x4b19129EA58431A06D01054f69AcAe5de50633b6\",\n    \"commitment\": \"0xc05255aefea9e3f855c9f981fd2f7292291b17797c044473b61d820c1eff98ac43623b36e24db1376e5ce0a0cc523cdf8a670123d416337fd78e5f4a603cdff11b\",\n    \"paymentInfo\": {\n        \"token\": \"0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85\",\n        \"chainId\": \"10\",\n        \"tokenAmount\": \"0.000851\",\n        \"tokenWeiAmount\": \"851\",\n        \"tokenValue\": \"0.000851\"\n    },\n    \"userOps\": [\n        {\n            \"userOp\": {\n                \"sender\": \"0x580E92F6fCfBBDC1EA0CE36b281660A30c270137\",\n                \"nonce\": \"33967763328901163898864907782741959891368773333255931370921069868930964652032\",\n                \"initCode\": \"0x\",\n                \"callData\": \"0xb61d27f60000000000000000000000000b2c639c533813f4aa9d7837caf62653d097ff8500000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000006423b872dd0000000000000000000000000382fe477878c8c3807ab427d0db282effa01cd60000000000000000000000004b19129ea58431a06d01054f69acae5de50633b6000000000000000000000000000000000000000000000000000000000000035300000000000000000000000000000000000000000000000000000000\",\n                \"callGasLimit\": \"120000\",\n                \"verificationGasLimit\": \"200000\",\n                \"maxFeePerGas\": \"754306\",\n                \"maxPriorityFeePerGas\": \"377153\",\n                \"paymasterAndData\": \"0xC31ad82a88609Ee88e87d382509060F3490a8eb200000000000000000000000000000000000000000000000000000000000387d2000000000000000000000000000000000000000000000000000000000000000a\",\n                \"preVerificationGas\": \"46012\"\n            },\n            \"userOpHash\": \"0x1912e24d14f981b8684bad26b04bd412004853b0f5e86c4d71ef72685ba2bc4c\",\n            \"klasterUserOpHash\": \"0x079fcc5edbc3f206f0b1fb938c6ec7ea5645b516744efdf7f039e3f5b41c4030\",\n            \"lowerBoundTimestamp\": \"0\",\n            \"upperBoundTimestamp\": \"1728282249\",\n            \"maxGasLimit\": \"237228\",\n            \"maxFeePerGas\": \"754306\",\n            \"chainId\": \"10\",\n            \"activationData\": \"\",\n            \"senderState\": {\n                \"exists\": true,\n                \"installationType\": \"DEFAULT\",\n                \"klasterInstalled\": true\n            }\n        },\n        {\n            \"userOp\": {\n                \"sender\": \"0x580E92F6fCfBBDC1EA0CE36b281660A30c270137\",\n                \"nonce\": \"33967763328901163898864907782741959891368773333221912439585186455854539341824\",\n                \"initCode\": \"0x\",\n                \"callData\": \"0xb61d27f60000000000000000000000000b2c639c533813f4aa9d7837caf62653d097ff85000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000044a9059cbb00000000000000000000000088677ae391017a89cca0e661589c37c2bebf502f000000000000000000000000000000000000000000000000000000000098968000000000000000000000000000000000000000000000000000000000\",\n                \"callGasLimit\": \"100000\",\n                \"verificationGasLimit\": \"200000\",\n                \"maxFeePerGas\": \"754306\",\n                \"maxPriorityFeePerGas\": \"377153\",\n                \"paymasterAndData\": \"0xC31ad82a88609Ee88e87d382509060F3490a8eb20000000000000000000000000000000000000000000000000000000000033817000000000000000000000000000000000000000000000000000000000000000a\",\n                \"preVerificationGas\": \"45640\"\n            },\n            \"userOpHash\": \"0x9921c65b3f698eff8a34d410e999061764636975681eb3303ab39462ca0a9bf2\",\n            \"klasterUserOpHash\": \"0x83767e31ee1dc5bc4ceb9f977fa640a5bababc1bdc86af64e43aa394ee1f9332\",\n            \"lowerBoundTimestamp\": \"1728281949\",\n            \"upperBoundTimestamp\": \"1728282249\",\n            \"maxGasLimit\": \"216736\",\n            \"maxFeePerGas\": \"754306\",\n            \"chainId\": \"10\",\n            \"activationData\": \"\",\n            \"senderState\": {\n                \"exists\": true,\n                \"installationType\": \"DEFAULT\",\n                \"klasterInstalled\": true\n            }\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://klaster-node.polycode.sh/v2/execute-generic"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"itxHash\": \"0x9ad252213136bcd1d09050414aa69f0152dd76b426b76274c5cd3d2ea12e74bf\"\n}"}],"_postman_id":"3a46bccb-bef5-41e8-8e16-83e22665c29c"},{"name":"[BicoV2 default] Get Chain Abstracted Address","id":"24c8cedf-7780-4b6e-a979-9094fabce559","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://klaster-node.polycode.sh/v2/address/0x0382Fe477878c8C3807aB427D0DB282EFfa01CD6/0","description":"<p>Fetches the \"multichain\" wallet address for the given EOA wallet.</p>\n","urlObject":{"protocol":"https","path":["v2","address","0x0382Fe477878c8C3807aB427D0DB282EFfa01CD6","0"],"host":["klaster-node","polycode","sh"],"query":[],"variable":[]}},"response":[{"id":"caa43d58-d2fd-4fe9-9e4e-0b9f7cb10187","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":"https://klaster-node.polycode.sh/v2/address/0x0382Fe477878c8C3807aB427D0DB282EFfa01CD6/0"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"wallet\": \"0x20e54EafBb94d5263429De3E3a3e3D619Cf70660\"\n}"}],"_postman_id":"24c8cedf-7780-4b6e-a979-9094fabce559"},{"name":"[BicoV2 default] Get Quote","id":"4e4d7d89-2cf4-409c-9538-2cd53550f350","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"userOps\": [\n        {\n            \"masterWallet\": \"0x0382Fe477878c8C3807aB427D0DB282EFfa01CD6\",\n            \"salt\": \"0\",\n            \"callData\": \"0xb61d27f60000000000000000000000000382fe477878c8c3807ab427d0db282effa01cd6000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000000\",\n            \"callGasLimit\": \"200000\",\n            \"chainId\": \"42161\"\n        }\n    ],\n    \"paymentInfo\": {\n        \"masterWallet\": \"0x0382Fe477878c8C3807aB427D0DB282EFfa01CD6\",\n        \"salt\": \"0\",\n        \"token\": \"0x0000000000000000000000000000000000000000\",\n        \"chainId\": \"42161\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/v2/quote","urlObject":{"protocol":"http","port":"3000","path":["v2","quote"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"2be55b49-766b-4e84-9962-bf5522aff348","name":"Successful Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"userOps\": [\n        {\n            \"masterWallet\": \"0x0382Fe477878c8C3807aB427D0DB282EFfa01CD6\",\n            \"salt\": \"0\",\n            \"callData\": \"0xb61d27f600000000000000000000000082af49447d8a07e3bd95bd0d56f35241523fbab100000000000000000000000000000000000000000000000000039faf41abc00000000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000004d0e30db000000000000000000000000000000000000000000000000000000000\",\n            \"callGasLimit\": \"100000\",\n            \"chainId\": \"42161\"\n        }\n    ],\n    \"paymentInfo\": {\n        \"masterWallet\": \"0x0382Fe477878c8C3807aB427D0DB282EFfa01CD6\",\n        \"salt\": \"0\",\n        \"token\": \"0x0000000000000000000000000000000000000000\",\n        \"chainId\": \"42161\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://klaster-node.polycode.sh/v2/quote"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"itxHash\": \"0x08324dc66ff983c67ccec37d11f36b1e3ae88df24f19d3a0a092c3c38d9f96aa\",\n    \"node\": \"0x1C0Bd46c119a1655598989e96259e86EA8065223\",\n    \"commitment\": \"0x76a0afb49cffa81922400c5ed36030e78214b80fb411efe1fbd1a14db9c1e4431e75bd8dc7ac1f0c37048876e80767488e5d956cd02d4332aa426da1012a31dc1c\",\n    \"paymentInfo\": {\n        \"masterWallet\": \"0x0382Fe477878c8C3807aB427D0DB282EFfa01CD6\",\n        \"salt\": \"0\",\n        \"token\": \"0x0000000000000000000000000000000000000000\",\n        \"chainId\": \"42161\",\n        \"tokenAmount\": \"0.000007\",\n        \"tokenValue\": \"0.021293\"\n    },\n    \"userOps\": [\n        {\n            \"userOp\": {\n                \"sender\": \"0x539d0904F89789d61539e7dabbe4ae6465d693b3\",\n                \"nonce\": \"2953610653476202284469952295626007432826252671068014044079068282880\",\n                \"initCode\": \"0x\",\n                \"callData\": \"0xb61d27f60000000000000000000000001c0bd46c119a1655598989e96259e86ea8065223000000000000000000000000000000000000000000000000000005ef21c70e0000000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000000\",\n                \"callGasLimit\": \"45000\",\n                \"verificationGasLimit\": \"100000\",\n                \"preVerificationGas\": \"44836\",\n                \"maxFeePerGas\": \"10000000\",\n                \"maxPriorityFeePerGas\": \"10000000\",\n                \"paymasterAndData\": \"0xC31ad82a88609Ee88e87d382509060F3490a8eb20000000000000000000000000000000000000000000000000000000000025617000000000000000000000000000000000000000000000000000000000000001e\"\n            },\n            \"userOpHash\": \"0xc3aa5d551c5825019159dc0589bec633f437fb8f581facff7bd8910c1b7c195f\",\n            \"lowerBoundTimestamp\": \"1720040180\",\n            \"upperBoundTimestamp\": \"1720046180\",\n            \"maxGasLimit\": \"289390\",\n            \"chainId\": \"42161\"\n        },\n        {\n            \"userOp\": {\n                \"sender\": \"0x539d0904F89789d61539e7dabbe4ae6465d693b3\",\n                \"nonce\": \"2953610653476202284469952295626007432801510159864128168537735823360\",\n                \"initCode\": \"0x\",\n                \"callData\": \"0xb61d27f600000000000000000000000082af49447d8a07e3bd95bd0d56f35241523fbab100000000000000000000000000000000000000000000000000039faf41abc00000000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000004d0e30db000000000000000000000000000000000000000000000000000000000\",\n                \"callGasLimit\": \"100000\",\n                \"verificationGasLimit\": \"100000\",\n                \"preVerificationGas\": \"45124\",\n                \"maxFeePerGas\": \"10723000\",\n                \"maxPriorityFeePerGas\": \"10723000\",\n                \"paymasterAndData\": \"0xC31ad82a88609Ee88e87d382509060F3490a8eb20000000000000000000000000000000000000000000000000000000000032e36000000000000000000000000000000000000000000000000000000000000001e\"\n            },\n            \"userOpHash\": \"0xf91a38ff77e6e33f4f80090ca691405ed8f8ca061cf233d09319a0a54539d8b2\",\n            \"lowerBoundTimestamp\": \"1720040184\",\n            \"upperBoundTimestamp\": \"1720046184\",\n            \"maxGasLimit\": \"338592\",\n            \"chainId\": \"42161\"\n        }\n    ]\n}"},{"id":"b108e432-4525-4f33-ab11-d0510f3bb015","name":"Successful Response With Custom Deadline","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"userOps\": [\n        {\n            \"masterWallet\": \"0x0382Fe477878c8C3807aB427D0DB282EFfa01CD6\",\n            \"salt\": \"0\",\n            \"callData\": \"0xb61d27f60000000000000000000000000382fe477878c8c3807ab427d0db282effa01cd6000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000000\",\n            \"callGasLimit\": \"200000\",\n            \"chainId\": \"42161\"\n        }\n    ],\n    \"paymentInfo\": {\n        \"masterWallet\": \"0x0382Fe477878c8C3807aB427D0DB282EFfa01CD6\",\n        \"salt\": \"0\",\n        \"token\": \"0x0000000000000000000000000000000000000000\",\n        \"chainId\": \"42161\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/v2/quote"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"f46c646a-5326-43e2-a3ed-51e576a42235","name":"Unsupported Chain","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"userOps\": [\n        {\n            \"masterWallet\": \"0x0382Fe477878c8C3807aB427D0DB282EFfa01CD6\",\n            \"salt\": \"0\",\n            \"callData\": \"0xb61d27f600000000000000000000000082af49447d8a07e3bd95bd0d56f35241523fbab100000000000000000000000000000000000000000000000000039faf41abc00000000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000004d0e30db000000000000000000000000000000000000000000000000000000000\",\n            \"callGasLimit\": \"100000\",\n            \"chainId\": \"111\"\n        }\n    ],\n    \"paymentInfo\": {\n        \"masterWallet\": \"0x0382Fe477878c8C3807aB427D0DB282EFfa01CD6\",\n        \"salt\": \"0\",\n        \"token\": \"0x0000000000000000000000000000000000000000\",\n        \"chainId\": \"111\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://klaster-node.polycode.sh/v2/quote"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"errors\": [\n        {\n            \"type\": \"field\",\n            \"value\": \"111\",\n            \"msg\": \"Unsupported chain.\",\n            \"path\": \"userOps[0].chainId\",\n            \"location\": \"body\"\n        },\n        {\n            \"type\": \"field\",\n            \"value\": \"0x0000000000000000000000000000000000000000\",\n            \"msg\": \"Unsupported payment token.\",\n            \"path\": \"paymentInfo.token\",\n            \"location\": \"body\"\n        },\n        {\n            \"type\": \"field\",\n            \"value\": \"111\",\n            \"msg\": \"Unsupported chain.\",\n            \"path\": \"paymentInfo.chainId\",\n            \"location\": \"body\"\n        },\n        {\n            \"type\": \"field\",\n            \"value\": \"111\",\n            \"msg\": \"Unsupported chain: 111\",\n            \"path\": \"paymentInfo.chainId\",\n            \"location\": \"body\"\n        }\n    ]\n}"},{"id":"6e204c69-d5f7-4858-bd2b-e8a94ce4dd84","name":"Unsupported Payment Token","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"userOps\": [\n        {\n            \"masterWallet\": \"0x0382Fe477878c8C3807aB427D0DB282EFfa01CD6\",\n            \"salt\": \"0\",\n            \"callData\": \"0xb61d27f600000000000000000000000082af49447d8a07e3bd95bd0d56f35241523fbab100000000000000000000000000000000000000000000000000039faf41abc00000000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000004d0e30db000000000000000000000000000000000000000000000000000000000\",\n            \"callGasLimit\": \"100000\",\n            \"chainId\": \"42161\"\n        }\n    ],\n    \"paymentInfo\": {\n        \"masterWallet\": \"0x0382Fe477878c8C3807aB427D0DB282EFfa01CD6\",\n        \"salt\": \"0\",\n        \"token\": \"0x0000000000000000000000000000000000000123\",\n        \"chainId\": \"42161\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://klaster-node.polycode.sh/v2/quote"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"errors\": [\n        {\n            \"type\": \"field\",\n            \"value\": \"0x0000000000000000000000000000000000000123\",\n            \"msg\": \"Unsupported payment token.\",\n            \"path\": \"paymentInfo.token\",\n            \"location\": \"body\"\n        }\n    ]\n}"},{"id":"9691be00-955f-47b3-9401-a9645f04b765","name":"Transaction Exec Window Too Long","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"userOps\": [\n        {\n            \"masterWallet\": \"0x0382Fe477878c8C3807aB427D0DB282EFfa01CD6\",\n            \"salt\": \"0\",\n            \"callData\": \"0xb61d27f600000000000000000000000082af49447d8a07e3bd95bd0d56f35241523fbab100000000000000000000000000000000000000000000000000039faf41abc00000000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000004d0e30db000000000000000000000000000000000000000000000000000000000\",\n            \"callGasLimit\": \"100000\",\n            \"chainId\": \"42161\",\n            \"lowerBoundTimestamp\": \"1720530488\",\n            \"upperBoundTimestamp\": \"1720540488\"\n        }\n    ],\n    \"paymentInfo\": {\n        \"masterWallet\": \"0x0382Fe477878c8C3807aB427D0DB282EFfa01CD6\",\n        \"salt\": \"0\",\n        \"token\": \"0x0000000000000000000000000000000000000000\",\n        \"chainId\": \"42161\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://klaster-node.polycode.sh/v2/quote"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"errors\": [\n        \"Error: UserOp 1 rejected. Execution window timeframe is too long...\"\n    ]\n}"}],"_postman_id":"4e4d7d89-2cf4-409c-9538-2cd53550f350"},{"name":"[BicoV2 default] Execute Signed Quote","id":"0efd8317-eca6-4385-b83c-4af30c16833a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"itxHash\": \"0xb21d0b9310eb5dcf817ff0f71ace80e50d7a33a38c9fb5970ec7a070842da9b5\",\n    \"signature\": \"0xe06e42bed721dbc3540e7de8f0ec7d39f92695f247822c293d306479eaadde361c0c1b1b6131533998477f782305235ff3b16a0b587c3e664616a18c85d20d561b\",\n    \"node\": \"0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266\",\n    \"commitment\": \"0x6138d841144a77aafb8b67aa5483c86dc7e56d1008ba50afab6a9ee34805322a38d675a7e2c252bda0b778da7b4a3aebcb5b7cc8583699dbcc3b5d6c26babb801b\",\n    \"paymentInfo\": {\n        \"masterWallet\": \"0x0382Fe477878c8C3807aB427D0DB282EFfa01CD6\",\n        \"salt\": \"0\",\n        \"token\": \"0x0000000000000000000000000000000000000000\",\n        \"chainId\": \"31337\",\n        \"tokenAmount\": \"0.000000\",\n        \"tokenWeiAmount\": \"0\",\n        \"tokenValue\": \"0.000000\"\n    },\n    \"userOps\": [\n        {\n            \"userOp\": {\n                \"sender\": \"0xFF2A026eDa396f7269aA61D5F0C8ce475E300eD6\",\n                \"nonce\": \"25656641004464822632842428933177871171820408580567271325304998592512\",\n                \"initCode\": \"0x\",\n                \"callData\": \"0xb61d27f60000000000000000000000000382fe477878c8c3807ab427d0db282effa01cd6000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000000\",\n                \"callGasLimit\": \"200000\",\n                \"verificationGasLimit\": \"100000\",\n                \"preVerificationGas\": \"44860\",\n                \"maxFeePerGas\": \"2361571532\",\n                \"maxPriorityFeePerGas\": \"1500000000\",\n                \"paymasterAndData\": \"0xDc64a140Aa3E981100a9becA4E685f962f0cF6C90000000000000000000000000000000000000000000000000000000000033034000000000000000000000000000000000000000000000000000000000000000a\"\n            },\n            \"userOpHash\": \"0x6678d1cf0ce0f647bb5de64be27012ce6a8d5b557edf90fc1964a0604095bb46\",\n            \"lowerBoundTimestamp\": \"1721641521\",\n            \"upperBoundTimestamp\": \"1721642121\",\n            \"maxGasLimit\": \"208948\",\n            \"chainId\": \"31337\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/v2/execute","urlObject":{"protocol":"http","port":"3000","path":["v2","execute"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"8930b355-08d5-40e8-982b-242f98bf569e","name":"Successful Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"itxHash\": \"0x08324dc66ff983c67ccec37d11f36b1e3ae88df24f19d3a0a092c3c38d9f96aa\",\n    \"signature\": \"0x9a1ca358d618d98315227fdeec36a363b442025d45c3c2a55c337db06acecf6032686bbbf9b82f92060a0c60e2c6d7fca732a5886d8c931daa02450c26c86ec91c\",\n    \"node\": \"0x1C0Bd46c119a1655598989e96259e86EA8065223\",\n    \"commitment\": \"0x76a0afb49cffa81922400c5ed36030e78214b80fb411efe1fbd1a14db9c1e4431e75bd8dc7ac1f0c37048876e80767488e5d956cd02d4332aa426da1012a31dc1c\",\n    \"paymentInfo\": {\n        \"masterWallet\": \"0x0382Fe477878c8C3807aB427D0DB282EFfa01CD6\",\n        \"salt\": \"0\",\n        \"token\": \"0x0000000000000000000000000000000000000000\",\n        \"chainId\": \"42161\",\n        \"tokenAmount\": \"0.000007\",\n        \"tokenValue\": \"0.021293\"\n    },\n    \"userOps\": [\n        {\n            \"userOp\": {\n                \"sender\": \"0x539d0904F89789d61539e7dabbe4ae6465d693b3\",\n                \"nonce\": \"2953610653476202284469952295626007432826252671068014044079068282880\",\n                \"initCode\": \"0x\",\n                \"callData\": \"0xb61d27f60000000000000000000000001c0bd46c119a1655598989e96259e86ea8065223000000000000000000000000000000000000000000000000000005ef21c70e0000000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000000\",\n                \"callGasLimit\": \"45000\",\n                \"verificationGasLimit\": \"100000\",\n                \"preVerificationGas\": \"44836\",\n                \"maxFeePerGas\": \"10000000\",\n                \"maxPriorityFeePerGas\": \"10000000\",\n                \"paymasterAndData\": \"0xC31ad82a88609Ee88e87d382509060F3490a8eb20000000000000000000000000000000000000000000000000000000000025617000000000000000000000000000000000000000000000000000000000000001e\"\n            },\n            \"userOpHash\": \"0xc3aa5d551c5825019159dc0589bec633f437fb8f581facff7bd8910c1b7c195f\",\n            \"lowerBoundTimestamp\": \"1720040180\",\n            \"upperBoundTimestamp\": \"1720046180\",\n            \"maxGasLimit\": \"289390\",\n            \"chainId\": \"42161\"\n        },\n        {\n            \"userOp\": {\n                \"sender\": \"0x539d0904F89789d61539e7dabbe4ae6465d693b3\",\n                \"nonce\": \"2953610653476202284469952295626007432801510159864128168537735823360\",\n                \"initCode\": \"0x\",\n                \"callData\": \"0xb61d27f600000000000000000000000082af49447d8a07e3bd95bd0d56f35241523fbab100000000000000000000000000000000000000000000000000039faf41abc00000000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000004d0e30db000000000000000000000000000000000000000000000000000000000\",\n                \"callGasLimit\": \"100000\",\n                \"verificationGasLimit\": \"100000\",\n                \"preVerificationGas\": \"45124\",\n                \"maxFeePerGas\": \"10723000\",\n                \"maxPriorityFeePerGas\": \"10723000\",\n                \"paymasterAndData\": \"0xC31ad82a88609Ee88e87d382509060F3490a8eb20000000000000000000000000000000000000000000000000000000000032e36000000000000000000000000000000000000000000000000000000000000001e\"\n            },\n            \"userOpHash\": \"0xf91a38ff77e6e33f4f80090ca691405ed8f8ca061cf233d09319a0a54539d8b2\",\n            \"lowerBoundTimestamp\": \"1720040184\",\n            \"upperBoundTimestamp\": \"1720046184\",\n            \"maxGasLimit\": \"338592\",\n            \"chainId\": \"42161\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://klaster-node.polycode.sh/v2/execute"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"itxHash\": \"0x08324dc66ff983c67ccec37d11f36b1e3ae88df24f19d3a0a092c3c38d9f96aa\"\n}"},{"id":"2ab50b63-991f-44eb-bd7e-3e2b20d7af7a","name":"Invalid Node Commitment","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"itxHash\": \"0x08324dc66ff983c67ccec37d11f36b1e3ae88df24f19d3a0a092c3c38d9f96aa\",\n    \"signature\": \"0x9a1ca358d618d98315227fdeec36a363b442025d45c3c2a55c337db06acecf6032686bbbf9b82f92060a0c60e2c6d7fca732a5886d8c931daa02450c26c86ec91c\",\n    \"node\": \"0x1C0Bd46c119a1655598989e96259e86EA8065223\",\n    \"commitment\": \"0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff\",\n    \"paymentInfo\": {\n        \"masterWallet\": \"0x0382Fe477878c8C3807aB427D0DB282EFfa01CD6\",\n        \"salt\": \"0\",\n        \"token\": \"0x0000000000000000000000000000000000000000\",\n        \"chainId\": \"42161\",\n        \"tokenAmount\": \"0.000007\",\n        \"tokenValue\": \"0.021293\"\n    },\n    \"userOps\": [\n        {\n            \"userOp\": {\n                \"sender\": \"0x539d0904F89789d61539e7dabbe4ae6465d693b3\",\n                \"nonce\": \"2953610653476202284469952295626007432826252671068014044079068282880\",\n                \"initCode\": \"0x\",\n                \"callData\": \"0xb61d27f60000000000000000000000001c0bd46c119a1655598989e96259e86ea8065223000000000000000000000000000000000000000000000000000005ef21c70e0000000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000000\",\n                \"callGasLimit\": \"45000\",\n                \"verificationGasLimit\": \"100000\",\n                \"preVerificationGas\": \"44836\",\n                \"maxFeePerGas\": \"10000000\",\n                \"maxPriorityFeePerGas\": \"10000000\",\n                \"paymasterAndData\": \"0xC31ad82a88609Ee88e87d382509060F3490a8eb20000000000000000000000000000000000000000000000000000000000025617000000000000000000000000000000000000000000000000000000000000001e\"\n            },\n            \"userOpHash\": \"0xc3aa5d551c5825019159dc0589bec633f437fb8f581facff7bd8910c1b7c195f\",\n            \"lowerBoundTimestamp\": \"1720040180\",\n            \"upperBoundTimestamp\": \"1720046180\",\n            \"maxGasLimit\": \"289390\",\n            \"chainId\": \"42161\"\n        },\n        {\n            \"userOp\": {\n                \"sender\": \"0x539d0904F89789d61539e7dabbe4ae6465d693b3\",\n                \"nonce\": \"2953610653476202284469952295626007432801510159864128168537735823360\",\n                \"initCode\": \"0x\",\n                \"callData\": \"0xb61d27f600000000000000000000000082af49447d8a07e3bd95bd0d56f35241523fbab100000000000000000000000000000000000000000000000000039faf41abc00000000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000004d0e30db000000000000000000000000000000000000000000000000000000000\",\n                \"callGasLimit\": \"100000\",\n                \"verificationGasLimit\": \"100000\",\n                \"preVerificationGas\": \"45124\",\n                \"maxFeePerGas\": \"10723000\",\n                \"maxPriorityFeePerGas\": \"10723000\",\n                \"paymasterAndData\": \"0xC31ad82a88609Ee88e87d382509060F3490a8eb20000000000000000000000000000000000000000000000000000000000032e36000000000000000000000000000000000000000000000000000000000000001e\"\n            },\n            \"userOpHash\": \"0xf91a38ff77e6e33f4f80090ca691405ed8f8ca061cf233d09319a0a54539d8b2\",\n            \"lowerBoundTimestamp\": \"1720040184\",\n            \"upperBoundTimestamp\": \"1720046184\",\n            \"maxGasLimit\": \"338592\",\n            \"chainId\": \"42161\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://klaster-node.polycode.sh/v2/execute"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"errors\": [\n        \"invalid commitment signature\"\n    ]\n}"},{"id":"5ab03d08-1ba4-4e8d-b3ea-288c0c14d82b","name":"Invalid User Signature","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"itxHash\": \"0x08324dc66ff983c67ccec37d11f36b1e3ae88df24f19d3a0a092c3c38d9f96aa\",\n    \"signature\": \"0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff\",\n    \"node\": \"0x1C0Bd46c119a1655598989e96259e86EA8065223\",\n    \"commitment\": \"0x76a0afb49cffa81922400c5ed36030e78214b80fb411efe1fbd1a14db9c1e4431e75bd8dc7ac1f0c37048876e80767488e5d956cd02d4332aa426da1012a31dc1c\",\n    \"paymentInfo\": {\n        \"masterWallet\": \"0x0382Fe477878c8C3807aB427D0DB282EFfa01CD6\",\n        \"salt\": \"0\",\n        \"token\": \"0x0000000000000000000000000000000000000000\",\n        \"chainId\": \"42161\",\n        \"tokenAmount\": \"0.000007\",\n        \"tokenValue\": \"0.021293\"\n    },\n    \"userOps\": [\n        {\n            \"userOp\": {\n                \"sender\": \"0x539d0904F89789d61539e7dabbe4ae6465d693b3\",\n                \"nonce\": \"2953610653476202284469952295626007432826252671068014044079068282880\",\n                \"initCode\": \"0x\",\n                \"callData\": \"0xb61d27f60000000000000000000000001c0bd46c119a1655598989e96259e86ea8065223000000000000000000000000000000000000000000000000000005ef21c70e0000000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000000\",\n                \"callGasLimit\": \"45000\",\n                \"verificationGasLimit\": \"100000\",\n                \"preVerificationGas\": \"44836\",\n                \"maxFeePerGas\": \"10000000\",\n                \"maxPriorityFeePerGas\": \"10000000\",\n                \"paymasterAndData\": \"0xC31ad82a88609Ee88e87d382509060F3490a8eb20000000000000000000000000000000000000000000000000000000000025617000000000000000000000000000000000000000000000000000000000000001e\"\n            },\n            \"userOpHash\": \"0xc3aa5d551c5825019159dc0589bec633f437fb8f581facff7bd8910c1b7c195f\",\n            \"lowerBoundTimestamp\": \"1720040180\",\n            \"upperBoundTimestamp\": \"1720046180\",\n            \"maxGasLimit\": \"289390\",\n            \"chainId\": \"42161\"\n        },\n        {\n            \"userOp\": {\n                \"sender\": \"0x539d0904F89789d61539e7dabbe4ae6465d693b3\",\n                \"nonce\": \"2953610653476202284469952295626007432801510159864128168537735823360\",\n                \"initCode\": \"0x\",\n                \"callData\": \"0xb61d27f600000000000000000000000082af49447d8a07e3bd95bd0d56f35241523fbab100000000000000000000000000000000000000000000000000039faf41abc00000000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000004d0e30db000000000000000000000000000000000000000000000000000000000\",\n                \"callGasLimit\": \"100000\",\n                \"verificationGasLimit\": \"100000\",\n                \"preVerificationGas\": \"45124\",\n                \"maxFeePerGas\": \"10723000\",\n                \"maxPriorityFeePerGas\": \"10723000\",\n                \"paymasterAndData\": \"0xC31ad82a88609Ee88e87d382509060F3490a8eb20000000000000000000000000000000000000000000000000000000000032e36000000000000000000000000000000000000000000000000000000000000001e\"\n            },\n            \"userOpHash\": \"0xf91a38ff77e6e33f4f80090ca691405ed8f8ca061cf233d09319a0a54539d8b2\",\n            \"lowerBoundTimestamp\": \"1720040184\",\n            \"upperBoundTimestamp\": \"1720046184\",\n            \"maxGasLimit\": \"338592\",\n            \"chainId\": \"42161\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://klaster-node.polycode.sh/v2/execute"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"errors\": [\n        \"Error: FailedOp: 0,AA23 reverted: ECDSA: invalid signature 's' value\"\n    ]\n}"},{"id":"9255497f-04ff-4c5f-a1e3-7ce5d94a61fd","name":"Invalid Root iTx Hash","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"itxHash\": \"0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff\",\n    \"signature\": \"0x9a1ca358d618d98315227fdeec36a363b442025d45c3c2a55c337db06acecf6032686bbbf9b82f92060a0c60e2c6d7fca732a5886d8c931daa02450c26c86ec91c\",\n    \"node\": \"0x1C0Bd46c119a1655598989e96259e86EA8065223\",\n    \"commitment\": \"0x76a0afb49cffa81922400c5ed36030e78214b80fb411efe1fbd1a14db9c1e4431e75bd8dc7ac1f0c37048876e80767488e5d956cd02d4332aa426da1012a31dc1c\",\n    \"paymentInfo\": {\n        \"masterWallet\": \"0x0382Fe477878c8C3807aB427D0DB282EFfa01CD6\",\n        \"salt\": \"0\",\n        \"token\": \"0x0000000000000000000000000000000000000000\",\n        \"chainId\": \"42161\",\n        \"tokenAmount\": \"0.000007\",\n        \"tokenValue\": \"0.021293\"\n    },\n    \"userOps\": [\n        {\n            \"userOp\": {\n                \"sender\": \"0x539d0904F89789d61539e7dabbe4ae6465d693b3\",\n                \"nonce\": \"2953610653476202284469952295626007432826252671068014044079068282880\",\n                \"initCode\": \"0x\",\n                \"callData\": \"0xb61d27f60000000000000000000000001c0bd46c119a1655598989e96259e86ea8065223000000000000000000000000000000000000000000000000000005ef21c70e0000000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000000\",\n                \"callGasLimit\": \"45000\",\n                \"verificationGasLimit\": \"100000\",\n                \"preVerificationGas\": \"44836\",\n                \"maxFeePerGas\": \"10000000\",\n                \"maxPriorityFeePerGas\": \"10000000\",\n                \"paymasterAndData\": \"0xC31ad82a88609Ee88e87d382509060F3490a8eb20000000000000000000000000000000000000000000000000000000000025617000000000000000000000000000000000000000000000000000000000000001e\"\n            },\n            \"userOpHash\": \"0xc3aa5d551c5825019159dc0589bec633f437fb8f581facff7bd8910c1b7c195f\",\n            \"lowerBoundTimestamp\": \"1720040180\",\n            \"upperBoundTimestamp\": \"1720046180\",\n            \"maxGasLimit\": \"289390\",\n            \"chainId\": \"42161\"\n        },\n        {\n            \"userOp\": {\n                \"sender\": \"0x539d0904F89789d61539e7dabbe4ae6465d693b3\",\n                \"nonce\": \"2953610653476202284469952295626007432801510159864128168537735823360\",\n                \"initCode\": \"0x\",\n                \"callData\": \"0xb61d27f600000000000000000000000082af49447d8a07e3bd95bd0d56f35241523fbab100000000000000000000000000000000000000000000000000039faf41abc00000000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000004d0e30db000000000000000000000000000000000000000000000000000000000\",\n                \"callGasLimit\": \"100000\",\n                \"verificationGasLimit\": \"100000\",\n                \"preVerificationGas\": \"45124\",\n                \"maxFeePerGas\": \"10723000\",\n                \"maxPriorityFeePerGas\": \"10723000\",\n                \"paymasterAndData\": \"0xC31ad82a88609Ee88e87d382509060F3490a8eb20000000000000000000000000000000000000000000000000000000000032e36000000000000000000000000000000000000000000000000000000000000001e\"\n            },\n            \"userOpHash\": \"0xf91a38ff77e6e33f4f80090ca691405ed8f8ca061cf233d09319a0a54539d8b2\",\n            \"lowerBoundTimestamp\": \"1720040184\",\n            \"upperBoundTimestamp\": \"1720046184\",\n            \"maxGasLimit\": \"338592\",\n            \"chainId\": \"42161\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://klaster-node.polycode.sh/v2/execute"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"errors\": [\n        \"invalid merkle root hash\"\n    ]\n}"}],"_postman_id":"0efd8317-eca6-4385-b83c-4af30c16833a"}],"event":[{"listen":"prerequest","script":{"id":"09362a9e-6a11-48b9-8e3f-08d95d6d24f9","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"624468b9-0d29-4b08-b392-51045fe9fe95","type":"text/javascript","exec":[""]}}],"variable":[{"key":"baseUrl","value":"https://farming-simulator.pstmn.io"}]}