v2
Last updated
Last updated
Supported Networks: All networks on the main delegate.xyz website are supported
Rate Limits: 25 requests per 10 seconds.
To obtain an API key to remove rate limits, you can create one here:
If you have an API Key, you can add it to the request headers like so:
GET
https://api.delegate.xyz/registry/v2/:wallet
wallet*
Address
The wallet to get delegations
chainId
number
Defaults to 1
(mainnet)
Delegations by wallet Example
GET
https://api.delegate.xyz/registry/v2/check/all
to*
Address
The hot wallet to act on your behalf
from*
Address
The cold wallet who issued the delegation
chainId
number
Defaults to 1
(mainnet)
rights
string
bytes32 of rights string
Check All Example
GET
https://api.delegate.xyz/registry/v2/check/contract
from*
Address
The hot wallet to act on your behalf
to*
Address
The cold wallet who issued the delegation
contract*
Address
The address for the contract you're delegating
chainId
number
Defaults to 1
(mainnet)
rights
string
bytes32 of rights string
Check Contract Example
GET
https://api.delegate.xyz/registry/v2/check/erc721
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)
rights
string
bytes32 of rights string
Check ERC721 Example
GET
https://api.delegate.xyz/registry/v2/check/erc1155
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)
rights
string
bytes32 of rights string
Check ERC1155 Example
GET
https://api.delegate.xyz/registry/v2/check/erc20
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)
rights
string
bytes32 of rights string
Check ERC20 Example