ParseTokenBalancesRequest
rpcCallIdstring<uuid>required
The rpcCallId returned by /token/balances/rpc-call.
rawResponsesstring[]required
Array containing the raw hex-encoded result from the eth_call. Typically a single-element array.
ParseTokenBalancesRequest
{
"rpcCallId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"rawResponses": [
"string"
]
}