Skip to main content

Mints

  • Array [
  • idstring<uuid>required

    Transaction identifier of the minting

    Example: 123e4567-e89b-12d3-a456-426614174000
    tostringrequired

    Account ID to which the tokens are minted

    Possible values: Value must match regular expression ^0x[0-9a-fA-F]{40}$

    Example: 0x2b563420722cbcfc84857129bef775e0dc5f1401
    amountstringrequired

    Amount of tokens minted

    Example: 1
    timestampnumberrequired

    Timestamp of the minting transaction

    Example: 1256953732
  • ]
  • Mints
    [
    {
    "id": "123e4567-e89b-12d3-a456-426614174000",
    "to": "0x2b563420722cbcfc84857129bef775e0dc5f1401",
    "amount": "1",
    "timestamp": 1256953732
    }
    ]