/addresses/:address/permissions
GET
/addresses/:address/permissions
The /addresses/:address/permissions
endpoint retrieves a list of all current modular permissions for an address, both as a delegate and as a vault.
Headers
Name
Value
x-api-key
Your API key
Path Variables
Name
Mandatory?
Default
Value
:address
Yes
The ethereal address you are querying
Params
Name
Mandatory?
Default
Value
chain
No
mainnet
The chain type we are working with, either mainnet
or sepolia
Response Body
Name
Type
Description
asDelegate
array
An array of delegations where the query address is the delegate
asVault
array
An array of delegations where the query address is the vault
Example Request
Response
Last updated