Skip to main content

Mint tokens.

POST 

/wallet/mint-tokens

Mint tokens.

Request

Header Parameters

    x-wallet-id stringrequired

    Defines the key of the wallet on which the request will be executed.

Body

required

Data to mint tokens.

    token stringrequired

    UID of the token to mint.

    address stringrequired

    Destination address of the minted tokens.

    amount integerrequired

    The amount of tokens to mint. It must be an integer with the value in cents, i.e., 123 means 1.23.

    change_address string

    Optional address to send the change amount.

    mint_authority_address string

    Optional address to send the new mint authority output created.

    allow_external_mint_authority_address boolean

    If the mint authority address is allowed to be from another wallet. Default is false.

Responses

Mint tokens.

Schema

    any

Loading...