FVyMultiTokenTransactionRequest
Request parameters for a multi-token transaction
Properties
Field | Type | Description |
---|---|---|
walletId [required] | FString | The ID of the wallet |
toAddress [required] | FString | The recipient 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 |
tokenAddress [required] | FString | The address of the token |
fromAddress [required] | FString | The sender address |
amount [required] | int | The amount of tokens to transfer |
tokenId [required] | int | The ID of the token |
type [required] | FString | (read-only) The transaction type, should be "NFT_TRANSFER" |
Last updated