/api/keys
You need an API key for this call. Please reach out to the Blessnet team to get setup.
GET
/api/keys
The /api/keys
endpoint retrieves authority information about the used API key.
Headers
Name
Value
x-api-key
Your API key
Path Variables
None
Params
Name
Mandatory?
Default
Value
chain
No
mainnet
The chain type we are working with, either mainnet
or sepolia
Response Body
Name
Type
Description
message
string
Response message
chainType
string
The chain type queried, mainnet or sepolia
requestOwner
string
The recorded owner of the key.
sprinkle
boolean
If the key has sprinkle access for this chain type.
aaRead
boolean
If the key has account abstract read access for this chain type.
aaWrite
boolean
If the key has account abstract write access for this chain type.
Example Request
Response
Last updated