Stacks JSON-RPC Methods
Parameter | Required? | Data Type | Description |
---|---|---|---|
sender | Required | string | The stacks address of sender |
recipient | Required | string | The STX address of the recipient |
amount | Required | number | string | Amount of STX tokens to transfer in microstacks (BigInt constructor compatible) |
memo | Optional | string | Memo string to be included with the transfer transaction |
txid
- is used to identify the transaction on the explorertransaction
- hex-encoded raw transactionParameter | Required? | Data Type | Description |
---|---|---|---|
address | Required | string | The stacks address of sender |
message | Required | string | Utf-8 string representing the message to be signed by the wallet |
signature
- The signature of the message