Skip to content

Latest commit

 

History

History
49 lines (37 loc) · 3.54 KB

File metadata and controls

49 lines (37 loc) · 3.54 KB

BalanceUpdateInfoEventData

Properties

Name Type Description Notes
dataType DataTypeEnum The data type of the event. - `Transaction`: The transaction event data. - `TSSRequest`: The TSS request event data. - `Addresses`: The addresses event data. - `WalletInfo`: The wallet information event data. - `MPCVault`: The MPC vault event data. - `Chains`: The enabled chain event data. - `Tokens`: The enabled token event data. - `TokenListing`: The token listing event data. - `PaymentOrder`: The payment order event data. - `PaymentRefund`: The payment refund event data. - `PaymentSettlement`: The payment settlement event data. - `PaymentTransaction`: The payment transaction event data. - `PaymentAddressUpdate`: The top-up address update event data. - `PaymentPayout`: The payment payout event data. - `PaymentBulkSend`: The payment bulk send event data. - `PaymentBulkSendItem`: The payment bulk send item event data. - `PaymentAccountBalanceUpdate`: The Payments account balance updated event data, including account information and balance change details. - `BalanceUpdateInfo`: The balance update event data. - `SuspendedToken`: The token suspension event data. - `ComplianceDisposition`: The compliance disposition event data. - `ComplianceKytScreenings`: The compliance KYT screenings event data. - `ComplianceKyaScreenings`: The compliance KYA screenings event data. - `Organization`: The organization event data. - `FiatTransaction`: The fiat transaction event data.
tokenId String The token ID, which is the unique identifier of a token. You can retrieve the IDs of all the tokens you can use by calling List enabled tokens.
address String The wallet address.
walletUuid UUID The wallet ID.
updatedTimestamp Long The time when the balance updated, in Unix timestamp format, measured in milliseconds.
balance Balance

Enum: DataTypeEnum

Name Value
TRANSACTION "Transaction"
TSSREQUEST "TSSRequest"
ADDRESSES "Addresses"
WALLETINFO "WalletInfo"
MPCVAULT "MPCVault"
CHAINS "Chains"
TOKENS "Tokens"
TOKENLISTING "TokenListing"
PAYMENTORDER "PaymentOrder"
PAYMENTREFUND "PaymentRefund"
PAYMENTSETTLEMENT "PaymentSettlement"
PAYMENTTRANSACTION "PaymentTransaction"
PAYMENTADDRESSUPDATE "PaymentAddressUpdate"
PAYMENTPAYOUT "PaymentPayout"
PAYMENTBULKSEND "PaymentBulkSend"
PAYMENTBULKSENDITEM "PaymentBulkSendItem"
PAYMENTACCOUNTBALANCEUPDATE "PaymentAccountBalanceUpdate"
BALANCEUPDATEINFO "BalanceUpdateInfo"
SUSPENDEDTOKEN "SuspendedToken"
COMPLIANCEDISPOSITION "ComplianceDisposition"
COMPLIANCEKYTSCREENINGS "ComplianceKytScreenings"
COMPLIANCEKYASCREENINGS "ComplianceKyaScreenings"
ORGANIZATION "Organization"
FIATTRANSACTION "FiatTransaction"