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"
Previous
Convert exchange account fundsConvert exchange account funds from the source asset to the destination asset. Coinbase (USD to USDC, USDC to USD) and Bitso (MXN to USD) are supported conversions.
Learn more about Fireblocks Exchange Connectivity in the following [guide](https://developers.fireblocks.com/docs/connect-to-exchanges-and-fiat-providers).
Endpoint Permission: Admin, Non-Signing Admin.
Next
TypeScript