# `FireblocksSdk.Api.ExternalWallet`
[🔗](https://github.com/csokun/fireblocks_sdk/blob/v0.2.0/lib/fireblocks_sdk/api/external_wallet.ex#L1)

# `add_asset`
[🔗](https://github.com/csokun/fireblocks_sdk/blob/v0.2.0/lib/fireblocks_sdk/api/external_wallet.ex#L54)

Add asset to external wallet.

Options:
* `:walletId` (`t:String.t/0`) - Required.

* `:customerRefId` (`t:String.t/0`) - Required.

# `create`
[🔗](https://github.com/csokun/fireblocks_sdk/blob/v0.2.0/lib/fireblocks_sdk/api/external_wallet.ex#L36)

Creates a new external wallet with the requested name.

Options:
* `:name` (`t:String.t/0`) - Required.

* `:customerRefId` (`t:String.t/0`)

# `get`
[🔗](https://github.com/csokun/fireblocks_sdk/blob/v0.2.0/lib/fireblocks_sdk/api/external_wallet.ex#L20)

Returns all assets in an external wallet by ID.

# `get_wallet_asset`
[🔗](https://github.com/csokun/fireblocks_sdk/blob/v0.2.0/lib/fireblocks_sdk/api/external_wallet.ex#L27)

Get an asset from external wallet.

# `list`
[🔗](https://github.com/csokun/fireblocks_sdk/blob/v0.2.0/lib/fireblocks_sdk/api/external_wallet.ex#L13)

Gets a list of external wallets.

Note: BTC-based assets belonging to whitelisted addresses cannot be retrieved between 00:00 UTC and 00:01 UTC daily due to third-party provider, Blockchair, being unavailable for this 60 second period. Please wait until the next minute to retrieve BTC-based assets.

# `remove`
[🔗](https://github.com/csokun/fireblocks_sdk/blob/v0.2.0/lib/fireblocks_sdk/api/external_wallet.ex#L45)

Deletes an external wallet by ID.

# `remove_asset`
[🔗](https://github.com/csokun/fireblocks_sdk/blob/v0.2.0/lib/fireblocks_sdk/api/external_wallet.ex#L71)

Deletes a whitelisted address (for an asset) from an external wallet.

# `set_customer_ref_id`
[🔗](https://github.com/csokun/fireblocks_sdk/blob/v0.2.0/lib/fireblocks_sdk/api/external_wallet.ex#L78)

Sets an AML/KYT customer reference ID for the specific external wallet.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
