v1
Supported Networks: All networks on the main delegate.xyz website are supported
Rate Limits: 25 requests per 10 seconds
Delegations by wallet
Get a list of incoming and outgoing delegations for a specific wallet.
GET
https://api.delegate.xyz/registry/v1/:wallet
Path Parameters
wallet*
Address
The wallet to get delegations
Query Parameters
chainId
number
Defaults to 1
(mainnet)
Delegations by wallet Example
Delegation Checks
Returns true if the address is delegated to act on the entire vault
GET
https://api.delegate.cash/registry/v1/check/all
Query Parameters
delegate*
Address
The hot wallet to act on your behalf
vault*
Address
The cold wallet who issued the delegation
chainId
number
Defaults to 1
(mainnet)
Check All Example
Returns true if the address is delegated to act on your behalf for a token contract or an entire vault
GET
https://api.delegate.cash/registry/v1/check/contract
Query Parameters
delegate*
Address
The hot wallet to act on your behalf
vault*
Address
The cold wallet who issued the delegation
contract*
Address
The address for the contract you're delegating
chainId
number
Defaults to 1
(mainnet)
Check Contract Example
Returns true if the address is delegated to act on your behalf for a specific token, the token's contract or an entire vault
GET
https://api.delegate.xyz/registry/v1/check/token
Query Parameters
delegate*
Address
The hot wallet to act on your behalf
vault*
Address
The cold wallet who issued the delegation
contract*
Address
The address for the contract you're delegating
tokenId*
Number
The token id for the token you're delegating
chainId
number
Defaults to 1
(mainnet)
Check Token Example
Last updated