Fetch Privacy Grants
Quadrata SDK API Service: Fetch Privacy Grants
Fetch which privacy data has been granted consent to your dApp by a known wallet address. This feature must be enabled for your dApp.
Parameters
Name
Type
Description
apiKey
*
string
Your API Key
walletAddress
*
hex string
Wallet address
privateKeyDerBase64
string
Base64 DER String
privateKeyDer
string
DER Binary String
privateKeyPem
string
PEM String
privateKey
CryptoKey
CryptoKey object
options
object
Fetch Options
One private key parameter is required. You can provide your private key in any of the formats listed.
See API Service Options for more information
SDK Configuration
Name
Type
Description
See API Get Privacy Permissions for more information about the underlying API endpoint.
Example
Last updated