Send XLM from address to address

/v3/xlm/transaction

10 credits per API call.


Send XLM from account to account. It is possbile to send native XLM asset, or any other custom asset present on the network.

This operation needs the private key of the blockchain address. Every time the funds are transferred, the transaction must be signed with the corresponding private key. No one should ever send it's own private keys to the internet because there is a strong possibility of stealing keys and loss of funds. In this method, it is possible to enter privateKey or signatureId. PrivateKey should be used only for quick development on testnet versions of blockchain when there is no risk of losing funds. In production, Tatum KMS should be used for the highest security standards, and signatureId should be present in the request. Alternatively, using the Tatum client library for supported languages.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
string
required
length between 56 and 56

Blockchain account to send assets from

string
required
length between 56 and 56

Blockchain address to send assets

string
required

Amount to be sent, in XLM.

string
required
length between 56 and 56

Secret for account. Secret, or signature Id must be present.

boolean
Defaults to false

Set to true, if the destination address is not yet initialized and should be funded for the first time.

string
length ≤ 64

Short message to recipient. Max length is 64 characters.

Responses

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