{ "info": { "_postman_id": "6dbcc3dc-60c3-430b-8fbb-98ff9affae66", "name": "Token Trading Approval WalletEncode7702 API", "description": "Uniswap Labs trading APIs.\n\nEach operation may include the vendor extension `x-public-endpoint` (boolean): `true` when the operation is available on the public gateway for standard API keys, `false` when it is not publicly exposed. See the [OpenAPI specification extensions](https://swagger.io/docs/specification/v3_0/openapi-extensions/) definition of `x-` fields.", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T03:22:56.000Z", "updatedAt": "2026-07-28T03:22:57.000Z", "lastUpdatedBy": "35240", "uid": "35240-6dbcc3dc-60c3-430b-8fbb-98ff9affae66" }, "item": [ { "name": "wallet", "item": [ { "name": "encode_7702", "item": [ { "name": "Encode wallet transactions", "id": "a9db30eb-95bd-4404-8a27-459f5d36edd6", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "x-api-key", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"calls\": [\n {\n \"to\": \"0xfDBCeafD7eB12e146ba9f6BF4E2173dA78D242dC\",\n \"from\": \"0x96Aaa1003d40E16Cf99F5a4Fd51ac0eDf6c37EdE\",\n \"data\": \"\",\n \"value\": \"\",\n \"chainId\": 1,\n \"gasLimit\": \"\",\n \"maxFeePerGas\": \"\",\n \"maxPriorityFeePerGas\": \"\",\n \"gasPrice\": \"\"\n },\n {\n \"to\": \"CA6D3c2Dd36157dDb7fEdffeBaBdafaDBaEeADe9\",\n \"from\": \"0xEAe5A1fD4F5D1c3aafb0e94ca9697C03eBA2cdF9\",\n \"data\": \"\",\n \"value\": \"\",\n \"chainId\": 1,\n \"gasLimit\": \"\",\n \"maxFeePerGas\": \"\",\n \"maxPriorityFeePerGas\": \"\",\n \"gasPrice\": \"\"\n }\n ],\n \"smartContractDelegationAddress\": \"0x6bA01040a797F000EdEafC4b8CdE64b79FE53281\",\n \"walletAddress\": \"eded7b44E5DAeC5e7a1298728Ed5C6A6c5d7b0Bc\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/wallet/encode_7702", "host": [ "{{baseUrl}}" ], "path": [ "wallet", "encode_7702" ] }, "description": "Encodes a list of transactions into a single transaction for smart contract wallet execution. All transactions must have the same chainId." }, "response": [ { "id": "777216f1-039b-4824-be9b-90093bdfcac3", "name": "Encode 7702 wallet transactions successful.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"calls\": [\n {\n \"to\": \"0xfDBCeafD7eB12e146ba9f6BF4E2173dA78D242dC\",\n \"from\": \"0x96Aaa1003d40E16Cf99F5a4Fd51ac0eDf6c37EdE\",\n \"data\": \"\",\n \"value\": \"\",\n \"chainId\": 1,\n \"gasLimit\": \"\",\n \"maxFeePerGas\": \"\",\n \"maxPriorityFeePerGas\": \"\",\n \"gasPrice\": \"\"\n },\n {\n \"to\": \"CA6D3c2Dd36157dDb7fEdffeBaBdafaDBaEeADe9\",\n \"from\": \"0xEAe5A1fD4F5D1c3aafb0e94ca9697C03eBA2cdF9\",\n \"data\": \"\",\n \"value\": \"\",\n \"chainId\": 1,\n \"gasLimit\": \"\",\n \"maxFeePerGas\": \"\",\n \"maxPriorityFeePerGas\": \"\",\n \"gasPrice\": \"\"\n }\n ],\n \"smartContractDelegationAddress\": \"0x6bA01040a797F000EdEafC4b8CdE64b79FE53281\",\n \"walletAddress\": \"eded7b44E5DAeC5e7a1298728Ed5C6A6c5d7b0Bc\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/wallet/encode_7702", "host": [ "{{baseUrl}}" ], "path": [ "wallet", "encode_7702" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestId\": \"\",\n \"encoded\": {\n \"to\": \"0xc36DA4F63feF441911aBaC6AcDac9BDc6DDFBFA2\",\n \"from\": \"9d5ccfe3FD1EB51DE2731AA8DBc8e68F23AD77Ec\",\n \"data\": \"\",\n \"value\": \"\",\n \"chainId\": 1,\n \"gasLimit\": \"\",\n \"maxFeePerGas\": \"\",\n \"maxPriorityFeePerGas\": \"\",\n \"gasPrice\": \"\"\n }\n}", "createdAt": "2026-07-28T03:22:57.000Z", "updatedAt": "2026-07-28T03:22:57.000Z", "uid": "35240-777216f1-039b-4824-be9b-90093bdfcac3" }, { "id": "b76cdceb-b101-4484-83f4-ec7693f2bd05", "name": "RequestValidationError, Bad Input", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"calls\": [\n {\n \"to\": \"0xfDBCeafD7eB12e146ba9f6BF4E2173dA78D242dC\",\n \"from\": \"0x96Aaa1003d40E16Cf99F5a4Fd51ac0eDf6c37EdE\",\n \"data\": \"\",\n \"value\": \"\",\n \"chainId\": 1,\n \"gasLimit\": \"\",\n \"maxFeePerGas\": \"\",\n \"maxPriorityFeePerGas\": \"\",\n \"gasPrice\": \"\"\n },\n {\n \"to\": \"CA6D3c2Dd36157dDb7fEdffeBaBdafaDBaEeADe9\",\n \"from\": \"0xEAe5A1fD4F5D1c3aafb0e94ca9697C03eBA2cdF9\",\n \"data\": \"\",\n \"value\": \"\",\n \"chainId\": 1,\n \"gasLimit\": \"\",\n \"maxFeePerGas\": \"\",\n \"maxPriorityFeePerGas\": \"\",\n \"gasPrice\": \"\"\n }\n ],\n \"smartContractDelegationAddress\": \"0x6bA01040a797F000EdEafC4b8CdE64b79FE53281\",\n \"walletAddress\": \"eded7b44E5DAeC5e7a1298728Ed5C6A6c5d7b0Bc\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/wallet/encode_7702", "host": [ "{{baseUrl}}" ], "path": [ "wallet", "encode_7702" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errorCode\": \"RequestValidationError\",\n \"detail\": \"\"\n}", "createdAt": "2026-07-28T03:22:57.000Z", "updatedAt": "2026-07-28T03:22:57.000Z", "uid": "35240-b76cdceb-b101-4484-83f4-ec7693f2bd05" }, { "id": "104ff474-f359-49dc-932a-6985f2895a2e", "name": "UnauthorizedError eg. Account is blocked.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"calls\": [\n {\n \"to\": \"0xfDBCeafD7eB12e146ba9f6BF4E2173dA78D242dC\",\n \"from\": \"0x96Aaa1003d40E16Cf99F5a4Fd51ac0eDf6c37EdE\",\n \"data\": \"\",\n \"value\": \"\",\n \"chainId\": 1,\n \"gasLimit\": \"\",\n \"maxFeePerGas\": \"\",\n \"maxPriorityFeePerGas\": \"\",\n \"gasPrice\": \"\"\n },\n {\n \"to\": \"CA6D3c2Dd36157dDb7fEdffeBaBdafaDBaEeADe9\",\n \"from\": \"0xEAe5A1fD4F5D1c3aafb0e94ca9697C03eBA2cdF9\",\n \"data\": \"\",\n \"value\": \"\",\n \"chainId\": 1,\n \"gasLimit\": \"\",\n \"maxFeePerGas\": \"\",\n \"maxPriorityFeePerGas\": \"\",\n \"gasPrice\": \"\"\n }\n ],\n \"smartContractDelegationAddress\": \"0x6bA01040a797F000EdEafC4b8CdE64b79FE53281\",\n \"walletAddress\": \"eded7b44E5DAeC5e7a1298728Ed5C6A6c5d7b0Bc\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/wallet/encode_7702", "host": [ "{{baseUrl}}" ], "path": [ "wallet", "encode_7702" ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errorCode\": \"UnauthorizedError\",\n \"detail\": \"\"\n}", "createdAt": "2026-07-28T03:22:57.000Z", "updatedAt": "2026-07-28T03:22:57.000Z", "uid": "35240-104ff474-f359-49dc-932a-6985f2895a2e" }, { "id": "099be5e7-97fd-4f4c-b50e-562fa53f9958", "name": "ResourceNotFound eg. No quotes available or Gas fee/price not available", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"calls\": [\n {\n \"to\": \"0xfDBCeafD7eB12e146ba9f6BF4E2173dA78D242dC\",\n \"from\": \"0x96Aaa1003d40E16Cf99F5a4Fd51ac0eDf6c37EdE\",\n \"data\": \"\",\n \"value\": \"\",\n \"chainId\": 1,\n \"gasLimit\": \"\",\n \"maxFeePerGas\": \"\",\n \"maxPriorityFeePerGas\": \"\",\n \"gasPrice\": \"\"\n },\n {\n \"to\": \"CA6D3c2Dd36157dDb7fEdffeBaBdafaDBaEeADe9\",\n \"from\": \"0xEAe5A1fD4F5D1c3aafb0e94ca9697C03eBA2cdF9\",\n \"data\": \"\",\n \"value\": \"\",\n \"chainId\": 1,\n \"gasLimit\": \"\",\n \"maxFeePerGas\": \"\",\n \"maxPriorityFeePerGas\": \"\",\n \"gasPrice\": \"\"\n }\n ],\n \"smartContractDelegationAddress\": \"0x6bA01040a797F000EdEafC4b8CdE64b79FE53281\",\n \"walletAddress\": \"eded7b44E5DAeC5e7a1298728Ed5C6A6c5d7b0Bc\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/wallet/encode_7702", "host": [ "{{baseUrl}}" ], "path": [ "wallet", "encode_7702" ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errorCode\": \"InsufficientBalance\",\n \"detail\": \"\"\n}", "createdAt": "2026-07-28T03:22:57.000Z", "updatedAt": "2026-07-28T03:22:57.000Z", "uid": "35240-099be5e7-97fd-4f4c-b50e-562fa53f9958" }, { "id": "1d6cd3e5-3fa6-43ee-8b45-f07242354162", "name": "Ratelimited", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"calls\": [\n {\n \"to\": \"0xfDBCeafD7eB12e146ba9f6BF4E2173dA78D242dC\",\n \"from\": \"0x96Aaa1003d40E16Cf99F5a4Fd51ac0eDf6c37EdE\",\n \"data\": \"\",\n \"value\": \"\",\n \"chainId\": 1,\n \"gasLimit\": \"\",\n \"maxFeePerGas\": \"\",\n \"maxPriorityFeePerGas\": \"\",\n \"gasPrice\": \"\"\n },\n {\n \"to\": \"CA6D3c2Dd36157dDb7fEdffeBaBdafaDBaEeADe9\",\n \"from\": \"0xEAe5A1fD4F5D1c3aafb0e94ca9697C03eBA2cdF9\",\n \"data\": \"\",\n \"value\": \"\",\n \"chainId\": 1,\n \"gasLimit\": \"\",\n \"maxFeePerGas\": \"\",\n \"maxPriorityFeePerGas\": \"\",\n \"gasPrice\": \"\"\n }\n ],\n \"smartContractDelegationAddress\": \"0x6bA01040a797F000EdEafC4b8CdE64b79FE53281\",\n \"walletAddress\": \"eded7b44E5DAeC5e7a1298728Ed5C6A6c5d7b0Bc\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/wallet/encode_7702", "host": [ "{{baseUrl}}" ], "path": [ "wallet", "encode_7702" ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errorCode\": \"Ratelimited\",\n \"detail\": \"\"\n}", "createdAt": "2026-07-28T03:22:57.000Z", "updatedAt": "2026-07-28T03:22:57.000Z", "uid": "35240-1d6cd3e5-3fa6-43ee-8b45-f07242354162" }, { "id": "4d7403e6-b479-48ff-9c0a-78ad297e13ac", "name": "Unexpected error", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"calls\": [\n {\n \"to\": \"0xfDBCeafD7eB12e146ba9f6BF4E2173dA78D242dC\",\n \"from\": \"0x96Aaa1003d40E16Cf99F5a4Fd51ac0eDf6c37EdE\",\n \"data\": \"\",\n \"value\": \"\",\n \"chainId\": 1,\n \"gasLimit\": \"\",\n \"maxFeePerGas\": \"\",\n \"maxPriorityFeePerGas\": \"\",\n \"gasPrice\": \"\"\n },\n {\n \"to\": \"CA6D3c2Dd36157dDb7fEdffeBaBdafaDBaEeADe9\",\n \"from\": \"0xEAe5A1fD4F5D1c3aafb0e94ca9697C03eBA2cdF9\",\n \"data\": \"\",\n \"value\": \"\",\n \"chainId\": 1,\n \"gasLimit\": \"\",\n \"maxFeePerGas\": \"\",\n \"maxPriorityFeePerGas\": \"\",\n \"gasPrice\": \"\"\n }\n ],\n \"smartContractDelegationAddress\": \"0x6bA01040a797F000EdEafC4b8CdE64b79FE53281\",\n \"walletAddress\": \"eded7b44E5DAeC5e7a1298728Ed5C6A6c5d7b0Bc\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/wallet/encode_7702", "host": [ "{{baseUrl}}" ], "path": [ "wallet", "encode_7702" ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errorCode\": \"InternalServerError\",\n \"detail\": \"\"\n}", "createdAt": "2026-07-28T03:22:57.000Z", "updatedAt": "2026-07-28T03:22:57.000Z", "uid": "35240-4d7403e6-b479-48ff-9c0a-78ad297e13ac" }, { "id": "bb2a0e41-66f9-46e2-82b4-bb40c7f23f34", "name": "Request duration limit reached.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"calls\": [\n {\n \"to\": \"0xfDBCeafD7eB12e146ba9f6BF4E2173dA78D242dC\",\n \"from\": \"0x96Aaa1003d40E16Cf99F5a4Fd51ac0eDf6c37EdE\",\n \"data\": \"\",\n \"value\": \"\",\n \"chainId\": 1,\n \"gasLimit\": \"\",\n \"maxFeePerGas\": \"\",\n \"maxPriorityFeePerGas\": \"\",\n \"gasPrice\": \"\"\n },\n {\n \"to\": \"CA6D3c2Dd36157dDb7fEdffeBaBdafaDBaEeADe9\",\n \"from\": \"0xEAe5A1fD4F5D1c3aafb0e94ca9697C03eBA2cdF9\",\n \"data\": \"\",\n \"value\": \"\",\n \"chainId\": 1,\n \"gasLimit\": \"\",\n \"maxFeePerGas\": \"\",\n \"maxPriorityFeePerGas\": \"\",\n \"gasPrice\": \"\"\n }\n ],\n \"smartContractDelegationAddress\": \"0x6bA01040a797F000EdEafC4b8CdE64b79FE53281\",\n \"walletAddress\": \"eded7b44E5DAeC5e7a1298728Ed5C6A6c5d7b0Bc\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/wallet/encode_7702", "host": [ "{{baseUrl}}" ], "path": [ "wallet", "encode_7702" ] } }, "status": "Gateway Timeout", "code": 504, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errorCode\": \"Timeout\",\n \"detail\": \"\"\n}", "createdAt": "2026-07-28T03:22:57.000Z", "updatedAt": "2026-07-28T03:22:57.000Z", "uid": "35240-bb2a0e41-66f9-46e2-82b4-bb40c7f23f34" } ], "createdAt": "2026-07-28T03:22:57.000Z", "updatedAt": "2026-07-28T03:22:57.000Z", "uid": "35240-a9db30eb-95bd-4404-8a27-459f5d36edd6" } ], "id": "db21c1ac-d248-4c0e-8dfb-0a9935399498", "createdAt": "2026-07-28T03:22:57.000Z", "updatedAt": "2026-07-28T03:22:57.000Z", "uid": "35240-db21c1ac-d248-4c0e-8dfb-0a9935399498" } ], "id": "3added34-1559-4a83-ab1a-a8bade96f033", "createdAt": "2026-07-28T03:22:57.000Z", "updatedAt": "2026-07-28T03:22:57.000Z", "uid": "35240-3added34-1559-4a83-ab1a-a8bade96f033" } ], "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "x-api-key", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "variable": [ { "key": "baseUrl", "value": "https://trade-api.gateway.uniswap.org/v1" } ] }