hi all, i am new to build etherium API. i have question about how to create or json format for transfer etherium using infura ? because this is example request from my front end
{
"id": "Some id",
"type": "sign_transfer",
"from_address": "ETH address",
"to_address": "ETH address",
"amount": "Amount as string"
}
so i need to convert become infura transaction format. any idea for that ? this is for development format
regards,
Fuad