Get an asset for an exchange account
Returns an asset for an exchange account. Endpoint Permission: Admin, Non-Signing Admin.
GET
TypeScript
Path Parameters
The ID of the exchange account to return
The ID of the asset to return
Response
An ExchangeAccountAsset object
Deprecated. Use assetId or assetLegacyId instead.
The Fireblocks asset id. Present only when Fireblocks can identify the exchange asset.
Example:
"2306088f-97ed-4293-8d28-8ab627f272d7"
The symbol used by the exchange provider to identify the asset.
Example:
"BTC"
The Fireblocks asset symbol. Present only when Fireblocks can identify the exchange asset.
Example:
"BTC"
The Fireblocks legacy asset id. Present only when Fireblocks can identify the exchange asset.
Example:
"BTC"
TypeScript