Skip to main content
POST
Create Mint Destination Address

Authorizations

Authorization
string
header
required

Bearer authentication with an API token

Body

application/json
request_id
string<uuid>
required

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

Pattern: [a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}
address
string
required

Mint destination address

chain
enum<string>
required

Blockchain network for the mint destination address

Available options:
ISSUANCE_SUPPORTED_CHAIN_UNSPECIFIED,
SOLANA_DEVNET,
SOLANA_MAINNET
Example:

"SOLANA_DEVNET"

label
string
required

Label for the mint destination address

identity_id
string
required

Unique identifier of the identity that this mint address belongs to

Response

Success

id
string
read-only

Unique identifier for the mint destination address

address
string
read-only

Mint destination address

chain
enum<string>
read-only

Blockchain network for the mint destination address

Available options:
ISSUANCE_SUPPORTED_CHAIN_UNSPECIFIED,
SOLANA_DEVNET,
SOLANA_MAINNET
Example:

"SOLANA_DEVNET"

label
string
read-only

Label for the mint destination address

identity_id
string
read-only

Unique identifier of the identity that this mint address belongs to