Skip to main content

PostBatchTransfer

transfers object[]required
  • Array [
  • tostringrequired

    Receiver user's ID

    fromstringrequired

    Sender user's ID

    amountstringrequired

    Amount of tokens to be transferred

  • ]
  • signaturestringrequired

    EIP712 signature of the transfer request

    noncenumberrequired

    Unique number per request to prevent replay attacks

    signerstringrequired

    Blockchain address of the account used to sign requests

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

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