Skip to main content
POST
/
exchange_accounts
TypeScript
const response: Promise<FireblocksResponse<AddExchangeAccountResponse>> = fireblocks.exchangeAccounts.addExchangeAccount(exchangeAccountsApiAddExchangeAccountRequest);
{
  "id": "<string>",
  "name": "<string>",
  "exchangeType": "INDEPENDENT_RESERVE"
}

Documentation Index

Fetch the complete documentation index at: https://fireblocks-43c4b3ee-chore-add-cli.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Headers

Idempotency-Key
string

A unique identifier for the request. If the request is sent multiple times with the same idempotency key, the server will return the same response as the first request. The idempotency key is valid for 24 hours.

Body

application/json
exchangeType
enum<string>
required

Exchange account's type

Available options:
INDEPENDENT_RESERVE,
ENCLAVE_MARKETS,
BIT,
COINFLEX,
KUCOIN,
PXS,
LIQUID,
BITHUMB,
BITFINEX,
BITSO,
BITSTAMP,
KRAKEN,
KRAKENINTL,
BINANCE,
BINANCEUS,
CRYPTOCOM,
BYBIT_V2,
COINBASEPRO,
COINBASEPRIME,
COINBASEINTERNATIONAL,
WHITEBIT,
COINBASEEXCHANGE,
KORBIT,
HITBTC,
GEMINI,
CIRCLE,
BITMEX,
HUOBI,
DERIBIT,
OKCOIN_V5,
OKEX,
COINMETRO,
GATEIO,
SCRYPT,
COINHAKO,
LIGHTBIT,
BULLISH,
CANVAS_CONNECT,
BITGET,
LUNO,
BIT_GENERA,
TRANSFERO
name
string
required

Display name of the exchange account

creds
string

Encrypted credentials

key
string

Api key of the exchange

mainAccountId
string

Optional - main account id of the exchange

Response

An Exchange Account identifier object

id
string

Exchange account's identifier

name
string

Display name of the exchange account

exchangeType
enum<string>

Exchange account's type

Available options:
INDEPENDENT_RESERVE,
ENCLAVE_MARKETS,
BIT,
COINFLEX,
KUCOIN,
PXS,
LIQUID,
BITHUMB,
BITFINEX,
BITSO,
BITSTAMP,
KRAKEN,
KRAKENINTL,
BINANCE,
BINANCEUS,
CRYPTOCOM,
BYBIT_V2,
COINBASEPRO,
COINBASEPRIME,
COINBASEINTERNATIONAL,
WHITEBIT,
COINBASEEXCHANGE,
KORBIT,
HITBTC,
GEMINI,
CIRCLE,
BITMEX,
HUOBI,
DERIBIT,
OKCOIN_V5,
OKEX,
COINMETRO,
GATEIO,
SCRYPT,
COINHAKO,
LIGHTBIT,
BULLISH,
CANVAS_CONNECT,
BITGET,
LUNO,
BIT_GENERA,
TRANSFERO