Skip to main content
POST
Create Mint Instructions

Authorizations

Authorization
string
header
required

Bearer authentication with an API token

Body

application/json
identity_id
string
required

Unique identifier of the identity that this mint instruction belongs to

request_id
string
required

Request identifier in a UUID format. Serves as an idempotency key.

stablecoin_symbol
string
required

Symbol of the stablecoin associated with this mint instruction

mint_destination_address_id
string
required

Unique identifier of the mint destination address associated with this mint instruction

payment_rail
enum<string>
required

Payment rail associated with this mint instruction, currently only 'WIRE' is supported

Available options:
ISSUANCE_SUPPORTED_FIAT_PAYMENT_METHOD_UNSPECIFIED,
WIRE
Example:

"WIRE"

fiat_currency_symbol
enum<string>
required

Fiat currency symbol associated with this mint instruction, currently only 'USD' is supported

Available options:
ISSUANCE_SUPPORTED_FIAT_CURRENCY_UNSPECIFIED,
USD
Example:

"USD"

label
string

Label for the mint instruction

Response

Success

mint_instructions
mint_instructions · object