POST
/
wallet
/
check_delegation
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": {}
}

Authorizations

x-api-key
string
header
required

Body

application/json

Response

200
application/json

Wallet delegation info request successful.

The response is of type object.