Skip to main content

Transfers

  • Array [
  • idstringrequired

    Transfer identifier

    Example: 0x3a86d5c08e30dac722fff85c94198d21014b0b4fb07363199078543b69325e54:4:80001
    fromstringrequired

    Source account's ID

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

    Example: 0x66f592FD27f498ea407C00FB982F5c7923E4B3CB
    tostringrequired

    Destination account ID

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

    Example: 0x2b563420722cbcfc84857129bef775e0dc5f1401
    timestampnumberrequired

    Timestamp of the transfer

    Example: 1256953732
    amountstringrequired

    Amount of tokens minted

    Example: 1
  • ]
  • Transfers
    [
    {
    "id": "0x3a86d5c08e30dac722fff85c94198d21014b0b4fb07363199078543b69325e54:4:80001",
    "from": "0x66f592FD27f498ea407C00FB982F5c7923E4B3CB",
    "to": "0x2b563420722cbcfc84857129bef775e0dc5f1401",
    "timestamp": 1256953732,
    "amount": "1"
    }
    ]