stx_transferStx
Request a transfer of STX tokens to a specified recipient.
Method name
stx_transferStx
Parameters
Parameter
Description
Required
Type
recipient
Stacks c32-encoded address of the recipient
✅
string
amount
Amount of STX to transfer (BigInt constructor compatible)
✅
number | string
memo
Optional memo for the transaction (defaults to an empty string)
❌
string
Example request
Example Response
Sandbox
Install the Leather extension then try out this method below:
Preview

Last updated