To send transaction to any native address you need address of recipient and the amount to transfer.
Copy
$ orbition transfererror: The following required arguments were not provided: <RECIPIENT_ADDRESS> <AMOUNT>USAGE: orbition transfer <RECIPIENT_ADDRESS> <AMOUNT> --config <FILEPATH>For more information try --help
For example: Sending 10 OBNs to Agw3GE5zZVCWk5RYTm1aGSpuitiiCF3zXLS3gazybZMK
Copy
orbition transfer Agw3GE5zZVCWk5RYTm1aGSpuitiiCF3zXLS3gazybZMK 10
If the recipient doesn’t have any tokens, then you will need to pass an additional flag with the above command, like this
Copy
orbition transfer Agw3GE5zZVCWk5RYTm1aGSpuitiiCF3zXLS3gazybZMK 10 --allow-unfunded-recipient
To send transaction to any evm address you need address of recipient and the amount to transfer.For example: Sending 10 OBNs to 0xf50860558A66C7cF0C5bbE44C8f2683A48C22189