FVyNativeTokenTransactionRequest

Request parameters for a native token transaction

Properties

FieldTypeDescription

walletId [required]

FString

The ID of the wallet

toAddress [required]

FString

The recipient's address

chain [required]

The preferred blockchain for the transaction

network

The network to use for the transaction

chainSpecificFields

FVyOptString

Chain-specific fields for the transaction

data

FVyOptString

Additional data for the transaction

value

FVyOptDouble

The value to transfer

type [required]

FString

(read-only) The transaction type, should be "TRANSFER"

Last updated