Skip to main content
GET
Get Mint Request

Authorizations

Authorization
string
header
required

Bearer authentication with an API token

Path Parameters

id
string
required

Unique identifier for the mint request

Response

Success

id
string
read-only

Unique identifier for the mint request

amount
string
read-only

Amount of the asset to be minted

chain
enum<string>
read-only

Blockchain network for the mint

Available options:
ISSUANCE_SUPPORTED_CHAIN_UNSPECIFIED,
SOLANA_DEVNET,
SOLANA_MAINNET
Example:

"SOLANA_DEVNET"

mint_address_id
string
read-only

Unique identifier of the mint destination address

status
enum<string>
read-only

Status of the mint request

Available options:
STATUS_UNSPECIFIED,
ACCEPTED,
SUBMITTED,
COMPLETED,
DENIED,
FAILED,
CANCELLED
Example:

"ACCEPTED"

external_tx_id
string
read-only

External transaction id of the mint request

identity_id
string
read-only

Unique identifier of the identity enacting this mint request

stablecoin_symbol
string
read-only

Symbol of the stablecoin being minted