Fetch Attribute Values
Quadrata SDK API Service: Fetch Attribute Values
Fetch underlying attribute values for a given wallet address. This is an attribute query and incurs Quad Unit charges.
Parameters
Name
Type
Description
apiAccessToken
*
string
walletAddress
*
hex string
Wallet Address
attributes
QuadrataAttribute[]
Attribute name array Can be provided in sdkConfig
options
object
API and Fetch Options
Parameter Options
Name
Type
Description
allowUnsafeClientApiCall
boolean
Allow service to run in client
SDK Configuration
Name
Type
Description
environment
*
QuadrataEnvironment
attributes
QuadrataAttribute[]
Attribute name array Can be provided in params
See Query Attributes Via API for more information about the underlying API endpoint.
Example
Last updated