- What is the difference between BASECHAIN_ETH and ETH assteIds? Are they different assetIds/tokens or can both be considered one token? Do we have any API to get the mapping between both?
I exported my transaction history CSV from the Fireblocks portal and I can see 2 columns (‘Asset’ and “Asset Symbol”). May I know what is the difference between both of them? Also, I am not getting the ‘Asset Symbol’ fields in the transaction history API (GET /transactions) response.
- I did one transaction from Fireblocks (Fireblocks TxId : 3468832d-87da-461d-8920-69f7611f85b7) with assetId (TRX_USDT_S2UZ) and txnHash (19e608535b167e89ca1eb4a6d82838aaeb0f6c878ba6c071efe11c1cba803559).
Once I looked on the Tronscan explorer (TRONSCAN | TRON BlockChain Explorer | 波场区块链浏览器) corresponding to this transaction hash, I saw one token transfer for 0.004133 USDT
but the fireblocks transaction history API (GET /transactions) retuning only assetId (TRX_USDT_S2UZ), not the actual transferred token (i.e. USDT). Where can I get this information or mapping between assetId and asset symbol?