Create an XLM Payment request for a new asset on the ledger

This endpoint creates an XLM payment which creates a new asset on the ledger.
Required role: RequestCreator.
This API can be made idempotent by generating an ID for the Request beforehand and passing it as the externalRequestId attribute

Body Params

Creates a XLM Payment request which creates a new XLM Asset. The source of the payment is the issuer of the asset. To receive the payment, the receiver must open an XLM Trustline first

Creates a XLM Payment request which creates a new XLM Asset. The source of the payment is the issuer of the asset. To receive the payment, the receiver must open an XLM Trustline first

string
required

Amount in the smallest currency unit, based on the currency decimals. For example, 1 corresponds to 1 'stroop' (one ten-millionth of XLM), and 1 XLM corresponds to 10000000 (7 decimals)

string
string
required

(Optional) ID of the address representing the issuer of the asset to be minted. Should match an existing WhitelistedContractAddress

string

A destination should be specified. Either toAddressId or toWhitelistedAddressId.

string

A destination should be specified. Either toAddressId or toWhitelistedAddressId.

string
string

Identifier for the request in the user's system. This must be unique. Attempting to create a request with an existing externalRequestId will do nothing and return the originally created request

string

A memo can be specified if the destination is a whitelisted address on a blockchain supporting memos.

Responses

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


  © 2026 Taurus SA. All rights reserved.