Skip to main content

tokenMint

POST 

/api/v1/recipes/tokens/mint/

Mint tokens from a contract

Request

Body

required
    contractId stringrequired

    The contractId of the token contract

    to stringrequired

    The address where the minted tokens will be sent.

    amount stringrequired

    The amount of tokens to mint in wei format.

Responses

Default Response

Schema
    error booleanrequired

    Possible values: [false]

    statusCode numberrequired

    Possible values: [201]

    data objectrequired
    id stringrequired
    hash stringrequired
    from stringrequired
    to stringrequired
    value stringrequired
    blockchainId integerrequired
    vaultId stringrequired
    contractId stringrequired
    status stringrequired

    Possible values: [TO_BE_SENT, FAILED_TO_SEND, SENT, CONFIRMED, FAILED]

Loading...