Mint a Tokenized Asset

This endpoint is used by an Authorized Participant to request the minting of a tokenized asset.

Idempotency: When the Idempotency-Key header is supplied, this endpoint is
idempotent. Multiple requests with the same key and identical request body will
create only one mint request. A subsequent request returns the previously created
request with the same response (no duplicate is created). If the same key is used
with a different request body, the API returns 422 Unprocessable Entity.

Recommended for production: Always supply Idempotency-Key when requesting a
mint. This allows safe retries on timeouts, network errors, or 5xx responses
without risking duplicate requests. Use a client-generated unique value (e.g. UUID).

Body Params
string
enum
required

The tokenized asset's issuer

Allowed:
string
enum
required

The token's blockchain network

string
required

The underlying quantity to convert into the tokenized asset. It can be fractional.

string
required

The underlying asset symbol

string
required

The wallet address to receive the tokenized asset

Headers
string
length ≤ 128

Unique key for idempotent create. When supplied, duplicate requests (same key
and body) return the original mint request instead of creating a new one. Use a
client-generated value (e.g. UUID) per logical request. Strongly recommended
for production to prevent duplicate requests on retries.

Responses

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