Fetch Onboard Status
Quadrata SDK API Service: Fetch Onboard Status
Fetch attribute status and PII consent data for a wallet address, to determine if attributes need to be claimed or privacy needs to be consented.
Parameters
apiAccessToken
*
string
walletAddress
*
hex string
Wallet Address
attributes
QuadrataAttribute[]
Array of attribute names Can be provided in sdkConfig
chainId
QuadrataNetwork
Blockchain ID Can be provided in sdkConfig
offeringId
string
Unique offering id For accreditation re-attestation
privacyScopes
QuadrataPrivacyConsent[]
Privacy consent scopes For checking granted consent Can be provided in sdkConfig
options
object
Fetch Options
SDK Configuration
environment
*
QuadrataEnvironment
attributes
QuadrataAttribute[]
Attribute name array Can be provided in params
network
QuadrataNetwork
Blockchain ID
Can be provided in params as chainId
privacyScopes
QuadrataPrivacyConsent[]
Privacy consent scopes For checking granted consent Can be provided in params
See API Onboard Status for more information about the underlying API endpoint.
Example
Last updated