Skip to main content

UserTokensInfo

No description

type UserTokensInfo {
createdTokens: [HashId!]!
heldTokens: [HeldToken!]!
liquidityPoolPosition: [LiquidityPoolPosition!]!
paymentConfirmations: [PaymentConfirmation!]!
}

Fields

UserTokensInfo.createdTokens ● [HashId!]! non-null scalar

List of tokens created/admin by the user

UserTokensInfo.heldTokens ● [HeldToken!]! non-null object

List of tokens (hash-id) held by user and their amount

UserTokensInfo.liquidityPoolPosition ● [LiquidityPoolPosition!]! non-null object

List of tokens the user has a liquidity pool position, plus the position (cweb amount+token amount)

UserTokensInfo.paymentConfirmations ● [PaymentConfirmation!]! non-null object

Payment confirmations to the user (amount+memo+token). (similar to how it works for cweb)

Member Of

OnChain

object

Coinweb © 2024