FVyCryptoTokenTransactionRequest
Request parameters for a crypto token transaction
Properties
Field
Type
Description
walletId [required]
FString
The ID of the wallet
toAddress [required]
FString
The address to send the tokens to
chainSpecificFields
FVyOptString
Chain-specific fields for the transaction
tokenAddress
FVyOptString
The address of the token
value
FVyOptDouble
The value of the tokens to send
tokenId
FVyOptInt
The ID of the token
type [required]
FString
(read-only) The type of the transaction, should be "TOKEN_TRANSFER"
Last updated