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 |
chain [required] | The preferred blockchain for the transaction | |
network | The network to use for the transaction | |
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