Skip to main content

UserPropertyTokenData

Aggregated property-token balances for a user. LEGACY: property tokens are no longer purchasable. Returned by the deprecated myPropertyTokens query.

type UserPropertyTokenData {
available: String!
inUse: String!
total: String!
}

Fields

UserPropertyTokenData.available ● String! non-null scalar

Property tokens currently available, as a decimal string.

UserPropertyTokenData.inUse ● String! non-null scalar

Property tokens currently in use, as a decimal string.

UserPropertyTokenData.total ● String! non-null scalar

Sum of available + inUse, as a decimal string.

Returned By

myPropertyTokens query