Skip to main content

PostGenerateBatchMint

signerstring

Blockchain address of the account used to sign requests

mints object[]
  • Array [
  • tostring

    Receiver user's ID

    amountstring

    Amount of tokens to be transferred

  • ]
  • PostGenerateBatchMint
    {
    "signer": "string",
    "mints": [
    {
    "to": "string",
    "amount": "string"
    }
    ]
    }