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 |
---|---|---|
| string | Your API Key |
| hex string | Wallet address |
| string | Base64 DER String |
| string | DER Binary String |
| string | PEM String |
| CryptoKey | CryptoKey object |
| string | Access token If not provided, one will be generated See createPrivacyAccessToken |
| QuadrataPrivacyConsent[] | Sparse scopes to fetch If you don't want everything |
| 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 |
---|---|---|
| QuadrataEnvironment | Access token See createAccessToken |
See API Get Privacy Data for more information about the underlying API endpoint.
Example
Last updated