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.
cURL
curl --request POST \ --url https://trade-api.gateway.uniswap.org/v1/wallet/check_delegation \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data '{ "walletAddresses": [ "<string>" ], "chainIds": [ 1 ] }'
{ "requestId": "<string>", "delegationDetails": {} }
Wallet delegation info request successful.
The response is of type object.
object