{
"transfers_in_batches": [
{
"id": "text",
"sender": "text",
"dest_address": "text",
"erc20_token": {
"contract": "text",
"amount": "text"
},
"erc20_fee": {
"contract": "text",
"amount": "text"
}
}
],
"unbatched_transfers": [
{
"id": "text",
"sender": "text",
"dest_address": "text",
"erc20_token": {
"contract": "text",
"amount": "text"
},
"erc20_fee": {
"contract": "text",
"amount": "text"
}
}
]
}