vaults
You need an API key for this call. Please reach out to the Blessnet team to get setup.
GET
/vaults
The vaults
endpoint retrieves a list of vaults associated with a specific delegate.
Headers
Name
Value
x-api-key
Your API key
Params
Name
Mandatory?
Default
Value
delegate
Yes
n/a
The address we are checking
chain
No
mainnet
The chain type we are working with, either mainnet
or sepolia
permission
No
1
(all)
The permission Id we need to match, e.g. 4
Voting.
sourceChain
No
0
(any)
If we want to restrict results to a given source chain, e.g. for mirrored delegations from Ethereum mainnet we use 1
.
source
No
""
(any)
If we want to limit to a given source protocol, e.g. for EPS v2 we use EPSV2
.
Response Body
Name
Type
Description
vaults
array
The valid vaults for that user
Example Request
Response
Last updated