API Reference
Log In
API Reference

Summary

Transfer Polys from an account to a specified recipient.

Type

Remote -- Transaction must be used in conjunction with an external key manager service.

Description

Default behavior of the wallet is to find the first unlocked address which hold Polys.
The protocols default behavior is to combine multiple UTXOs of the same type into a single UTXO when it can.

Notes

  • fee and Poly amounts in recipients need to be strings, they will be converted into Int128 which can go up
    to 178 undecillion(2^127-1)

Params

FieldsData typeRequired / OptionalDescription
propositionTypeStringRequiredType of proposition, eg., PublicKeyCurve25519, ThresholdCurve25519
recipients[[String, String]]RequiredArray of addresses and Poly amounts for the corresponding recipients
sender[String]RequiredArray of addresses from which Poly should be sent
changeAddressStringRequiredAddress for recipient of unspent Polys
feeStringRequiredFee for the transfer
dataStringOptionalData string which can be associated with this transaction (may be empty). Data has a maximum value of 127 Latin-1 encoded characters
Log in to see full request history
Path Params
string
required
Body Params
string
required
string
required
string
required
params
array of objects
required
params*
Headers
string
required
string
required
Response

Language
Click Try It! to start a request and see the response here! Or choose an example:
application/json