Skip to main content

ParseUserDataRequest

rpcCallIdstring<uuid>required

The rpcCallId returned by /rpc-call.

rawResponses object[]required

Raw JSON-RPC response results in the same order as the rpcCalls array. Each entry is the hex-encoded result of the corresponding multicall3 aggregate3 call.

  • Array [
  • resultstring

    Hex-encoded result data

  • ]
  • ParseUserDataRequest
    {
    "rpcCallId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "rawResponses": [
    {
    "result": "string"
    }
    ]
    }