Skip to main content

PostBatchTransfer

transfers object[]
  • Array [
  • tostring

    Receiver user's ID

    fromstring

    Sender user's ID

    amountstring

    Amount of tokens to be transferred

  • ]
  • signaturestring

    EIP712 signature of the transfer request

    noncenumber

    Unique number per request to prevent replay attacks

    signerstring

    Blockchain address of the account used to sign requests

    PostBatchTransfer
    {
    "transfers": [
    {
    "to": "string",
    "from": "string",
    "amount": "string"
    }
    ],
    "signature": "string",
    "nonce": 0,
    "signer": "string"
    }