How do i get the ticker for an asset?

Fireblocks uses asset_id to identify each and every asset. How do i get just the ticker for each asset fireblocks supports? I dont care what chain the asset is on and just need the three letter ticker for it.

The list all assets api doesnt seem helpful for this.

For eg Celestia coin’s asset id is “CELESTIA” whereas i need to able to map this asset_id to “TIA”. Is there any way to do this?

Hi @test at the moment we do not have functionality to get the ticker ID for each asset. You could used the contractAddress from v1/supported_assets endpoint and then cross reference that from another site to get the ticket.