diff --git a/src/fireblocks-sdk.ts b/src/fireblocks-sdk.ts index 8cf80240..99cc84b9 100644 --- a/src/fireblocks-sdk.ts +++ b/src/fireblocks-sdk.ts @@ -213,6 +213,15 @@ export class FireblocksSDK { return await this.apiClient.issueGetRequest(`/v1/exchange_accounts/${exchangeAccountId}`); } + /** + * Gets a single asset within an Exchange Account + * @param exchangeAccountId The exchange account ID + * @param assetId The ID of the asset + */ + public async getExchangeAsset(exchangeAccountId: string, assetId: string): Promise { + return await this.apiClient.issueGetRequest(`/v1/exchange_accounts/${exchangeAccountId}/${assetId}`); + } + /** * Transfer from a main exchange account to a subaccount * @param exchangeAccountId The exchange ID in Fireblocks