Skip to main content
POST
/
wallet
/
check_delegation
Get wallet delegation info
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 '
{
  "chainIds": [
    1
  ],
  "walletAddresses": [
    "<string>"
  ]
}
'
{
  "requestId": "<string>",
  "delegationDetails": {}
}

Authorizations

x-api-key
string
header
required

Body

application/json
chainIds
enum<number>[]
required

Array of chain IDs to check delegation status for.

The unique ID of the blockchain. For a list of supported chains see the FAQ.

Available options:
1,
10,
56,
130,
137,
196,
324,
480,
1868,
8453,
10143,
42161,
42220,
43114,
81457,
7777777,
1301,
84532,
11155111,
143
walletAddresses
string[]

Array of wallet addresses to check delegation status for.

Response

Wallet delegation info request successful.

requestId
string
required

A unique ID for the request.

delegationDetails
object
required

Map of wallet addresses to chain IDs to delegation details.