Fetch Privacy Data
Quadrata SDK API Service: Fetch Privacy Data
Fetch underlying PII for an individual or business by a known wallet address. This is a privacy data query and incurs Quad Unit charges. 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
privacyAccessToken
string
scopes
QuadrataPrivacyConsent[]
Sparse scopes to fetch If you don't want everything
options
object
Fetch Options
SDK Configuration
Name
Type
Description
environment
*
QuadrataEnvironment
Example
Last updated