{ "opencollection": "1.0.0", "info": { "name": "Token Trading Approval WalletCheckDelegation API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "WalletCheckDelegation", "type": "folder" }, "items": [ { "info": { "name": "Get wallet delegation info", "type": "http" }, "http": { "method": "POST", "url": "https://trade-api.gateway.uniswap.org/v1/wallet/check_delegation", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "docs": "Gets the current delegation status and message for a smart contract wallet across different chains. Returns delegation information for each chain ID in the request." } ] } ], "bundled": true }