View Source FireblocksSdk.Api.InternalWallet (FireblocksSdk v0.1.2)

Link to this section Summary

Functions

Add asset to internal wallet.

Creates a new internal wallet with the requested name.

Returns all assets in an internal wallet by ID.

Get an asset from internal wallet.

Gets a list of internal wallets.

Deletes an internal wallet by ID.

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

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

Link to this section Functions

Link to this function

add_asset(asset_info, idempotentKey \\ "")

View Source

Add asset to internal wallet.

Options:

Link to this function

create(wallet, idempotentKey \\ "")

View Source

Creates a new internal wallet with the requested name.

Options:

Returns all assets in an internal wallet by ID.

Link to this function

get_wallet_asset(wallet_id, asset_id)

View Source

Get an asset from internal wallet.

Gets a list of internal 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.

Deletes an internal wallet by ID.

Link to this function

remove_asset(wallet_id, asset_id)

View Source

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

Link to this function

set_customer_ref_id(reference, idempotentKey \\ "")

View Source

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