Workspace: Everyrealm.
Env - Sandbox.
We enabled gas station on our env. See the below screenshots:
So this has enough ETH. We tried to do a TRANSFER
{
"operation": "TRANSFER",
"source": {
"type": "VAULT_ACCOUNT",
"id": "42"
},
"destination": {
"type": "ONE_TIME_ADDRESS",
"oneTimeAddress": {
"address": "0xA8b0a42941a97F350D5579E79485C845510A8D10"
}
},
"amount" : "5",
"assetId": "EVERY_B75VRLGX_3BKU"
}
However this fails, with insufficient fee. Here is the fail transaction id cb893fbc-9dda-411b-af02-24b9f3b67d86
. Whats going wrong here?