FireblocksSdk.Api.ExchangeAccount (FireblocksSdk v0.1.8)

View Source

Summary

Functions

Convert 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.

Find a specific exchange account.

List all exchange accounts.

Find an asset in an exchange account

Get public key to encrypt exchange credentials

Find an asset for an exchange account.

Transfer funds between trading accounts under the same exchange account.

Functions

convert(request, idempotentKey \\ "")

Convert 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.

Options:

get_account(exchangeId)

Find a specific exchange account.

get_accounts(filter)

List all exchange accounts.

Options:

get_asset(exchange_id, asset_id)

Find an asset in an exchange account

get_credentials_public_key()

Get public key to encrypt exchange credentials

get_exchange_asset(exchangeId, assetId)

Find an asset for an exchange account.

internal_transfer(trade, idempotentKey \\ "")

Transfer funds between trading accounts under the same exchange account.

Options: