Skip to main content

PostGenerateBatchTransfer

signerstringrequired

Blockchain address of the account used to sign requests

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

transfers object[]required
  • Array [
  • fromstringrequired

    Sender user's ID

    tostringrequired

    Receiver user's ID

    amountstringrequired

    Amount of tokens to be transferred

  • ]
  • PostGenerateBatchTransfer
    {
    "signer": "string",
    "transfers": [
    {
    "from": "string",
    "to": "string",
    "amount": "string"
    }
    ]
    }