I am trying to transfer token via sandbox environment. I have added a custom erc20 to sandbox which one has id is TEST1_ETH_TEST3_WQS2. I can not create a transfer transaction from one vault account to other vault account.
Alec from Fireblocks Support here. Fireblocks only supports balances of up to the maximum signed int64 value: 9,223,372,036,854,775,807. The transaction is failing because your balance exceeds this amount. You will either need to use a different vault with a smaller amount of this token for testing, or create a new token.